Просмотр исходного кода

skip freertos and lwip webserver example for msp430

hathach 6 лет назад
Родитель
Сommit
ef5789d7c9

+ 0 - 0
examples/device/cdc_msc_freertos/.skip.MCU_MSP430x5xx


+ 1 - 0
examples/device/net_lwip_webserver/.skip.MCU_MSP430x5xx

@@ -0,0 +1 @@
+too many warnings for 16-bit integer overflow

+ 2 - 0
examples/device/net_lwip_webserver/Makefile

@@ -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 \