We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a52c9 commit 2876d88Copy full SHA for 2876d88
ports/espressif/Makefile
@@ -150,6 +150,8 @@ CFLAGS += -DSTACK_CANARY_VALUE=0xa5a5a5a5
150
REGISTRATION_FUNCTIONS = \
151
-u ld_include_highint_hdl \
152
-u __cxx_fatal_exception \
153
+ -u __cxx_init_dummy \
154
+ -u __cxa_guard_dummy \
155
-u esp_app_desc \
156
-u esp_timer_init_include_func \
157
-u uart_vfs_include_dev_init \
@@ -164,8 +166,10 @@ REGISTRATION_FUNCTIONS = \
164
166
-u esp_libc_include_assert_impl \
165
167
-u esp_libc_include_getentropy_impl \
168
-u esp_libc_include_init_funcs \
169
+ -u esp_libc_init_funcs \
170
-u include_esp_phy_override \
- -u vfs_include_syscalls_impl
171
+ -u vfs_include_syscalls_impl \
172
+ -u esp_vfs_include_nullfs_register
173
174
175
#Debugging/Optimization
0 commit comments