8000 Add documentation about MDNS + FreeRTOS = crash (#1880) · erpebe/arduino-pico@762535f · GitHub
[go: up one dir, main page]

Skip to content

Commit 762535f

Browse files
Add documentation about MDNS + FreeRTOS = crash (earlephilhower#1880)
See earlephilhower#1875
1 parent 0e4fd05 commit 762535f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/wifi.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Please note that WiFi on the Pico W is a work-in-progress and there are some imp
4242

4343
* Multicore is supported, but only core 0 may run ``WiFi`` related code.
4444

45-
* FreeRTOS is supported only on core 0 and from within ``setup`` and ``loop`, not tasks, due to the requirement for a very different LWIP implementation. PRs always appreciated!
45+
* FreeRTOS is supported only on core 0 and from within ``s 52F5 etup`` and ``loop``, not tasks, due to the requirement for a very different LWIP implementation. PRs always appreciated!
46+
47+
* LEAmDNS (``MDNS``) is not supported in FreeRTOS due to internal IRQ-time memory allocations.
4648

4749
The WiFi library borrows much work from the `ESP8266 Arduino Core <https://github.com/esp8266/Arduino>`__ , especially the ``WiFiClient`` and ``WiFiServer`` classes.
4850

0 commit comments

Comments
 (0)
0