aboutsummaryrefslogtreecommitdiff
path: root/cc3200/Makefile
AgeCommit message (Collapse)Author
2016-02-21cc3200: Fix "debug" build.danicampora
2015-06-18cc3200: Remove --specs=nano.specs linker flag.Daniel Campora
2015-05-28cc3200: Remove WIPY-SD variant, and make the WiPy the default board.Daniel Campora
2015-04-29cc3200: Remove unneeded -lgcc in Makefile.Daniel Campora
2015-04-28cc3200: Make telnet login procedure work with Tera Term.Matt Anderson
This is actually a workaround Ter Term's issue of not obeying to the telnet options that the server is sending. Therefore, we must buffer chars until either a '\r' or the max length of the username/password is received.
2015-02-28cc3200: Create separate release/debug build directoriesJohan Hendriks
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.