tsoftuart: add a softare timer base UART driver, and example.
This commit is contained in:
parent
05da9151ee
commit
5ab0d05768
8 changed files with 349 additions and 0 deletions
13
examples/tsoftuart/Makefile
Normal file
13
examples/tsoftuart/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Makefile for tsfotuart example
|
||||
PROGRAM=tsoftuart
|
||||
EXTRA_COMPONENTS=extras/dhcpserver extras/wificfg extras/mactimer extras/tsoftuart
|
||||
|
||||
# For the mDNS responder included with lwip:
|
||||
EXTRA_CFLAGS += -DLWIP_MDNS_RESPONDER=1 -DLWIP_NUM_NETIF_CLIENT_DATA=1 -DLWIP_NETIF_EXT_STATUS_CALLBACK=1
|
||||
|
||||
# Avoid writing the wifi state to flash when using wificfg.
|
||||
EXTRA_CFLAGS += -DWIFI_PARAM_SAVE=0
|
||||
|
||||
EXTRA_CFLAGS += -DWIFICFG_CLIENT_TASK=1 -DWIFICFG_IRAM_TEST=1
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue