diff --git a/libraries/SocketWrapper/WiFi.h b/libraries/SocketWrapper/WiFi.h index 8beb7bcf..c83846b2 100644 --- a/libraries/SocketWrapper/WiFi.h +++ b/libraries/SocketWrapper/WiFi.h @@ -68,7 +68,7 @@ class WiFiClass: public NetworkInterface enable_dhcpv4_server(ap_iface); if (blocking) { - net_mgmt_event_wait_on_iface(sta_iface, NET_EVENT_WIFI_AP_ENABLE_RESULT, NULL, NULL, NULL, K_FOREVER); + net_mgmt_event_wait_on_iface(ap_iface, NET_EVENT_WIFI_AP_ENABLE_RESULT, NULL, NULL, NULL, K_FOREVER); } return true; diff --git a/loader/llext_exports.c b/loader/llext_exports.c index 037ac41e..e8151f19 100644 --- a/loader/llext_exports.c +++ b/loader/llext_exports.c @@ -167,6 +167,10 @@ FORCE_EXPORT_SYM(usbd_enable); FORCE_EXPORT_SYM(usbd_disable); #endif +#if defined(CONFIG_SHARED_MULTI_HEAP) +FORCE_EXPORT_SYM(shared_multi_heap_alloc); +#endif + EXPORT_SYMBOL(k_timer_init); EXPORT_SYMBOL(k_fatal_halt); EXPORT_SYMBOL(k_work_schedule); diff --git a/platform.txt b/platform.txt index e6a2af0f..3e05b969 100644 --- a/platform.txt +++ b/platform.txt @@ -252,7 +252,7 @@ tools.pyocd.path= tools.pyocd.cmd=pyocd tools.pyocd.upload.params.verbose= tools.pyocd.upload.params.quiet= -tools.pyocd.upload.pattern="{cmd}" load --target {upload.target} {build.path}/{build.project_name}.${upload.extension}@{upload.address} +tools.pyocd.upload.pattern="{cmd}" load --target {upload.target} {build.path}/{build.project_name}.{upload.extension}@{upload.address} tools.pyocd.bootloader.params.verbose= tools.pyocd.bootloader.params.quiet=