aboutsummaryrefslogtreecommitdiff
path: root/cc3200/README.md
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2017-05-29various: Spelling fixesVille Skyttä
2016-12-29cc3200/README: Reorganize and update to the current state of affairs.Paul Sokolovsky
Try to put sections in more logical order, and information about cc3200tool to be the default flashing method.
2016-12-29cc3200: make: Rename "deploy" target to "deploy-ota".Paul Sokolovsky
There should be target to deploy uPy over wired (UART) connection, and wired and OTA targets should be named differently.
2016-12-28cc3200/README: (Re)add information about accessing REPL on serial.Paul Sokolovsky
2015-11-18cc3200/README.md: Correct cc3200's update file name.danicampora
2015-10-25cc3200: Update README to change pyb to machine.Martijn Koster
2015-10-21cc3200: Remove UART info on README.md.danicampora
The UART REPL it's not enabled by default anymore.
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-07-04cc3200/README.md: Improve make deploy instructions.Daniel Campora
2015-07-04cc3200/README.md: Add notes about deploying a new software version.Daniel Campora
2015-06-11cc3200/README.md: Specify the board name in the build command.Daniel Campora
2015-05-27cc3200: Add note about old revisions of the CC3200-LAUNCHXL.Daniel Campora
2015-05-27cc3200: Move the STDIO UART pin configuration to mpconfigboard.h.Daniel Campora
2015-04-29cc3200: Implement os.uname() to get details of the OS and hardware.Daniel Campora
2015-04-22cc3200: Add WiPy specific information to README.mdDaniel Campora
2015-02-25cc3200: Update README.md to add step for flashing the bootloader.danicampora
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.