Port to freeRTOS
UNTESTED
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "lwip/err.h"
|
||||
#include "lwip/netif.h"
|
||||
#include "cmsis_os.h"
|
||||
|
||||
/* Within 'USER CODE' section, code will be kept by default at each generation */
|
||||
/* USER CODE BEGIN 0 */
|
||||
@@ -32,8 +33,7 @@
|
||||
/* Exported functions ------------------------------------------------------- */
|
||||
err_t ethernetif_init(struct netif *netif);
|
||||
|
||||
void ethernetif_input(struct netif *netif);
|
||||
void ethernet_link_check_state(struct netif *netif);
|
||||
void ethernet_link_thread(void const * argument);
|
||||
|
||||
void Error_Handler(void);
|
||||
u32_t sys_jiffies(void);
|
||||
|
||||
Reference in New Issue
Block a user