Skip to content

Commit 6047083

Browse files
committed
wip: add missing exports
1 parent 8972e38 commit 6047083

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

loader/llext_exports.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,9 @@ FORCE_EXPORT_SYM(__aeabi_dcmpge);
255255
#if defined (CONFIG_CPP)
256256
FORCE_EXPORT_SYM(__cxa_pure_virtual);
257257
#endif
258+
259+
#if defined(CONFIG_BOARD_ARDUINO_PORTENTA_C33)
260+
EXPORT_SYMBOL(k_msgq_cleanup);
261+
EXPORT_SYMBOL(stdout);
262+
EXPORT_SYMBOL(isatty);
263+
#endif

0 commit comments

Comments
 (0)