Adding lwip_webserver to ci

- buil_al.py skip specific MCU if .skip.MCU_ exists
- reduce stm32f070 heap & stack size to compile webserver
This commit is contained in:
hathach
2020-03-09 15:51:29 +07:00
parent e764421164
commit 85a3315a99
10 changed files with 48 additions and 31 deletions

View File

@@ -31,6 +31,8 @@
#include "common/tusb_common.h"
#include "device/usbd.h"
#include "class/cdc/cdc.h"
// TODO should not include external files
#include "lwip/pbuf.h"
#include "netif/ethernet.h"