aboutsummaryrefslogtreecommitdiff
path: root/minimal/uart_extra.c
AgeCommit message (Collapse)Author
2015-02-13minimal: Allow to compile without defining MICROPY_HAL_H.Damien George
2015-01-13minimal: Convert "bare-arm" port to "minimal" port.Paul Sokolovsky
This enable libc functions, GC, and line-editing function. Also, UART emulation for POSIX systems is added. Emulation build is set as default.