Add multicore to LWIP.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-18 16:37:30 +02:00
parent 9b4c2840c2
commit f8cbb145f4
4 changed files with 260 additions and 29 deletions

View File

@@ -284,9 +284,12 @@ static void execute_tasks(void)
{
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
tud_task(); // tinyusb device task
#endif
#ifdef USB_ITF_LWIP
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
service_traffic();
#endif
rest_task();
#endif
usb_task();
led_blinking_task();