File tree 2 files changed +8
-1
lines changed
variants/arduino_nano_33_ble_nrf52840_sense
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ EXPORT_SYMBOL(islower);
49
49
EXPORT_SYMBOL (isxdigit );
50
50
51
51
EXPORT_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 );
52
58
53
59
EXPORT_SYMBOL (k_sched_lock );
54
60
EXPORT_SYMBOL (k_sched_unlock );
@@ -223,4 +229,5 @@ FORCE_EXPORT_SYM(__aeabi_f2d);
223
229
FORCE_EXPORT_SYM (__aeabi_idivmod );
224
230
FORCE_EXPORT_SYM (__aeabi_ldivmod );
225
231
FORCE_EXPORT_SYM (__aeabi_ul2f );
232
+ FORCE_EXPORT_SYM (__aeabi_dcmpge );
226
233
FORCE_EXPORT_SYM (__cxa_pure_virtual );
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CONFIG_PWM=y
34
34
CONFIG_LLEXT_STORAGE_WRITABLE=n
35
35
CONFIG_SHELL_STACK_SIZE=2048
36
36
CONFIG_HEAP_MEM_POOL_SIZE=16384
37
- CONFIG_LLEXT_HEAP_SIZE=96
37
+ CONFIG_LLEXT_HEAP_SIZE=128
38
38
CONFIG_MAIN_STACK_SIZE=16384
39
39
40
40
CONFIG_BT_RX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments