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 80
80
scons --dist-ide -C $TEST_BSP_ROOT
81
81
ls $TEST_BSP_ROOT
82
82
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
83
85
scons -C $TEST_BSP_ROOT/dist/project
84
86
scons -C $TEST_BSP_ROOT/rt-studio-project
85
87
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
+
1
18
config ARCH_CPU_64BIT
2
19
bool
3
20
@@ -236,7 +253,3 @@ config ARCH_HOST_SIMULATOR
236
253
config ARCH_CPU_STACK_GROWS_UPWARD
237
254
bool
238
255
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