mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-22 10:20:55 +00:00
skip freertos and lwip webserver example for msp430
This commit is contained in:
parent
a101a4f098
commit
ef5789d7c9
1
examples/device/net_lwip_webserver/.skip.MCU_MSP430x5xx
Normal file
1
examples/device/net_lwip_webserver/.skip.MCU_MSP430x5xx
Normal file
@ -0,0 +1 @@
|
||||
too many warnings for 16-bit integer overflow
|
@ -17,6 +17,8 @@ INC += \
|
||||
# Example source
|
||||
EXAMPLE_SOURCE += $(wildcard src/*.c)
|
||||
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
|
||||
|
||||
# lwip sources
|
||||
SRC_C += \
|
||||
lib/lwip/src/core/altcp.c \
|
||||
lib/lwip/src/core/altcp_alloc.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user