File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ EXPORT_SYMBOL(strstr);
1717EXPORT_SYMBOL (strncmp );
1818EXPORT_SYMBOL (strncpy );
1919EXPORT_SYMBOL (strcasecmp );
20+ EXPORT_SYMBOL (strtod );
21+ EXPORT_SYMBOL (strtol );
2022EXPORT_SYMBOL (strtoul );
2123EXPORT_SYMBOL (strcmp );
2224EXPORT_SYMBOL (strlen );
@@ -232,6 +234,7 @@ EXPORT_SYMBOL(sprintf);
232234EXPORT_SYMBOL (snprintf );
233235EXPORT_SYMBOL (cbvprintf );
234236FORCE_EXPORT_SYM (abort );
237+ EXPORT_SYMBOL (sscanf );
235238
236239#if defined(CONFIG_RING_BUFFER )
237240EXPORT_SYMBOL (ring_buf_get );
@@ -274,6 +277,7 @@ FORCE_EXPORT_SYM(__aeabi_dcmpge);
274277
275278#if defined (CONFIG_CPP )
276279FORCE_EXPORT_SYM (__cxa_pure_virtual );
280+ FORCE_EXPORT_SYM (__assert_no_args );
277281#endif
278282
279283#if defined(CONFIG_BOARD_ARDUINO_UNO_Q )
You can’t perform that action at this time.
0 commit comments