File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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)
1212endif ()
1313endif ()
1414
15- if (CONFIG_ARDUINO_API)
15+ if (CONFIG_ARDUINO_API AND NOT CONFIG_LLEXT )
1616add_subdirectory (cores)
1717add_subdirectory (libraries)
1818zephyr_include_directories(${variant_dir} )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CONFIG_LOG_MODE_IMMEDIATE=y
1111CONFIG_HEAP_MEM_POOL_SIZE=32768
1212CONFIG_MAIN_STACK_SIZE=32768
1313
14- CONFIG_ARDUINO_API=n
14+ CONFIG_ARDUINO_API=y
1515
1616CONFIG_SHELL=y
1717CONFIG_SHELL_STACK_SIZE=2048
You can’t perform that action at this time.
0 commit comments