diff options
author | Damien George <damien.p.george@gmail.com> | 2016-04-06 19:45:52 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-06 19:45:52 +0300 |
commit | 1a0a323ca8daadb30e5ed3d58bc7e8e8e5a95629 (patch) | |
tree | 815cec1c3073430a7a630e82017271ccda4c8dbd /esp8266/esp8266.ld | |
parent | 4e51a3038c307a2b02b94bb0c78cff949ef84fd1 (diff) |
esp8266: Add initial implementation of machine.UART.
Currently UART(0) and UART(1) are exposed and only uart.write works.
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r-- | esp8266/esp8266.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index a74e2d25d..2c38e1c82 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -137,6 +137,7 @@ SECTIONS *modpybpwm.o(.literal*, .text*) *modpybrtc.o(.literal*, .text*) *modpybadc.o(.literal*, .text*) + *modpybuart.o(.literal*, .text*) *modpybi2c.o(.literal*, .text*) *modpybspi.o(.literal*, .text*) *modesp.o(.literal* .text*) |