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

@@ -67,4 +67,6 @@ const rest_route_t *rest_get_routes(size_t *count);
err_t rest_server_init(void);
int lwip_itf_init(void);
extern int rest_server_error(rest_response_t *response, int status_code, const char *message);
#endif