File tree Expand file tree Collapse file tree 3 files changed +19
-23
lines changed Expand file tree Collapse file tree 3 files changed +19
-23
lines changed Original file line number Diff line number Diff line change 8080 scons --dist-ide -C $TEST_BSP_ROOT
8181 ls $TEST_BSP_ROOT
8282 ls $TEST_BSP_ROOT/dist
83+ scons --pyconfig-silent -C $TEST_BSP_ROOT/dist/project
84+ scons --pyconfig-silent -C $TEST_BSP_ROOT/rt-studio-project
8385 scons -C $TEST_BSP_ROOT/dist/project
8486 scons -C $TEST_BSP_ROOT/rt-studio-project
8587
Original file line number Diff line number Diff line change 1+ if ARCH_ARMV8 && ARCH_CPU_64BIT
2+ menu "AArch64 Architecture Configuration"
3+ config ARCH_TEXT_OFFSET
4+ hex "Text offset"
5+ default 0x200000
6+ config ARCH_RAM_OFFSET
7+ hex "RAM offset"
8+ default 0
9+ config ARCH_SECONDARY_CPU_STACK_SIZE
10+ int "Secondary CPU stack size"
11+ default 4096
12+ config ARCH_HAVE_EFFICIENT_UNALIGNED_ACCESS
13+ bool
14+ default y
15+ endmenu
16+ endif
17+
118config ARCH_CPU_64BIT
219 bool
320
@@ -236,7 +253,3 @@ config ARCH_HOST_SIMULATOR
236253config ARCH_CPU_STACK_GROWS_UPWARD
237254 bool
238255 default n
239-
240- if ARCH_ARMV8 && ARCH_CPU_64BIT
241- source "$RTT_DIR/libcpu/aarch64/Kconfig"
242- endif
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments