Skip to content

Commit 751d5f6

Browse files
committed
loader: enable the Arduino API module
1 parent a255a36 commit 751d5f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (CONFIG_ARDUINO_API)
1212
endif()
1313
endif()
1414

15-
if (CONFIG_ARDUINO_API)
15+
if (CONFIG_ARDUINO_API AND NOT CONFIG_LLEXT)
1616
add_subdirectory(cores)
1717
add_subdirectory(libraries)
1818
zephyr_include_directories(${variant_dir})

Diff for: extra/build_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
./extra/build.sh arduino_nano_33_ble//sense
77
./extra/build.sh arduino_nicla_sense_me
88
./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
1010
./extra/build.sh ek_ra8d1
1111
./extra/build.sh frdm_mcxn947/mcxn947/cpu0
1212
./extra/build.sh frdm_rw612

Diff for: loader/prj.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CONFIG_LOG_MODE_IMMEDIATE=y
1111
CONFIG_HEAP_MEM_POOL_SIZE=32768
1212
CONFIG_MAIN_STACK_SIZE=32768
1313

14-
CONFIG_ARDUINO_API=n
14+
CONFIG_ARDUINO_API=y
1515

1616
CONFIG_SHELL=y
1717
CONFIG_SHELL_STACK_SIZE=2048

0 commit comments

Comments
 (0)