File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (CONFIG_ARDUINO_API)
12
12
endif ()
13
13
endif ()
14
14
15
- if (CONFIG_ARDUINO_API)
15
+ if (CONFIG_ARDUINO_API AND NOT CONFIG_LLEXT )
16
16
add_subdirectory (cores)
17
17
add_subdirectory (libraries)
18
18
zephyr_include_directories(${variant_dir} )
Original file line number Diff line number Diff line change 6
6
./extra/build.sh arduino_nano_33_ble//sense
7
7
./extra/build.sh arduino_nicla_sense_me
8
8
./extra/build.sh arduino_portenta_c33
9
- ./extra/build.sh arduino_portenta_h7//m7
9
+ ./extra/build.sh arduino_portenta_h7@1.0.0 //m7
10
10
./extra/build.sh ek_ra8d1
11
11
./extra/build.sh frdm_mcxn947/mcxn947/cpu0
12
12
./extra/build.sh frdm_rw612
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CONFIG_LOG_MODE_IMMEDIATE=y
11
11
CONFIG_HEAP_MEM_POOL_SIZE=32768
12
12
CONFIG_MAIN_STACK_SIZE=32768
13
13
14
- CONFIG_ARDUINO_API=n
14
+ CONFIG_ARDUINO_API=y
15
15
16
16
CONFIG_SHELL=y
17
17
CONFIG_SHELL_STACK_SIZE=2048
You can’t perform that action at this time.
0 commit comments