File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
variants/arduino_nano_33_ble_nrf52840_sense Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ EXPORT_SYMBOL(islower);
4949EXPORT_SYMBOL (isxdigit );
5050
5151EXPORT_SYMBOL (atan2 );
52+ EXPORT_SYMBOL (atan2f );
53+ EXPORT_SYMBOL (atanf );
54+ EXPORT_SYMBOL (asinf );
55+ EXPORT_SYMBOL (acosf );
56+ EXPORT_SYMBOL (sqrt );
57+ EXPORT_SYMBOL (sqrtf );
5258
5359EXPORT_SYMBOL (k_sched_lock );
5460EXPORT_SYMBOL (k_sched_unlock );
@@ -223,4 +229,5 @@ FORCE_EXPORT_SYM(__aeabi_f2d);
223229FORCE_EXPORT_SYM (__aeabi_idivmod );
224230FORCE_EXPORT_SYM (__aeabi_ldivmod );
225231FORCE_EXPORT_SYM (__aeabi_ul2f );
232+ FORCE_EXPORT_SYM (__aeabi_dcmpge );
226233FORCE_EXPORT_SYM (__cxa_pure_virtual );
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CONFIG_PWM=y
3434CONFIG_LLEXT_STORAGE_WRITABLE=n
3535CONFIG_SHELL_STACK_SIZE=2048
3636CONFIG_HEAP_MEM_POOL_SIZE=16384
37- CONFIG_LLEXT_HEAP_SIZE=96
37+ CONFIG_LLEXT_HEAP_SIZE=128
3838CONFIG_MAIN_STACK_SIZE=16384
3939
4040CONFIG_BT_RX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments