From 2bea4aef3b2427c8a0c2a6eec5278ad76c1b95ca Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Sun, 6 Aug 2023 14:18:12 +0800 Subject: [PATCH 1/3] [ci] add menuconfig check --- .github/workflows/action_tools.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action_tools.yml b/.github/workflows/action_tools.yml index 8df7fb42240..f5afc17a563 100644 --- a/.github/workflows/action_tools.yml +++ b/.github/workflows/action_tools.yml @@ -80,6 +80,8 @@ jobs: scons --dist-ide -C $TEST_BSP_ROOT ls $TEST_BSP_ROOT ls $TEST_BSP_ROOT/dist + scons --pyconfig-silent -C $TEST_BSP_ROOT/dist/project + scons --pyconfig-silent -C $TEST_BSP_ROOT/rt-studio-project scons -C $TEST_BSP_ROOT/dist/project scons -C $TEST_BSP_ROOT/rt-studio-project From 76d065c7be82608b2a724842253cc3ac98a8471d Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Tue, 8 Aug 2023 09:55:26 +0800 Subject: [PATCH 2/3] Update Kconfig --- libcpu/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcpu/Kconfig b/libcpu/Kconfig index 1b215112004..930157f9164 100644 --- a/libcpu/Kconfig +++ b/libcpu/Kconfig @@ -237,6 +237,3 @@ config ARCH_CPU_STACK_GROWS_UPWARD bool default n -if ARCH_ARMV8 && ARCH_CPU_64BIT - source "$RTT_DIR/libcpu/aarch64/Kconfig" -endif From b7bd925f392bbe8eb5b4c3d72aecf204344c171d Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Mon, 18 Sep 2023 11:37:52 +0800 Subject: [PATCH 3/3] Update Kconfig --- libcpu/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcpu/Kconfig b/libcpu/Kconfig index 930157f9164..1b215112004 100644 --- a/libcpu/Kconfig +++ b/libcpu/Kconfig @@ -237,3 +237,6 @@ config ARCH_CPU_STACK_GROWS_UPWARD bool default n +if ARCH_ARMV8 && ARCH_CPU_64BIT + source "$RTT_DIR/libcpu/aarch64/Kconfig" +endif