aboutsummaryrefslogtreecommitdiff
path: root/cc3200/tools
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.
2016-11-14cc3200/tools/smoke.py: Change readall() to read().Damien George
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200/tools: Improve update script robustness.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-10cc3200: Adapt smoke.py for the new pin API.Daniel Campora
2015-09-10cc3200: Improve uniflash script and make it a bit more verbose.Daniel Campora
2015-09-10cc3200: Remove the UART0 programming pins from the smoke test.Daniel Campora
2015-08-16cc3200: Correct smoke test expected result.Daniel Campora
2015-08-09cc3200: Add factory smoke test as part of the tools.Daniel Campora
2015-08-09cc3200: Add script to program the WiPy via UniFlash (windows only...).Daniel Campora
2015-07-07cc3200: Make update-wipy.py more robust.Daniel Campora
2015-06-28cc3200: Adapt update-wipy.py timing to improve stability.Daniel Campora
2015-06-24cc3200: Add deploy target and improve robustness of update-wipy.py.Daniel Campora
2015-06-24cc3200: Create tools folder and add update-wipy.py script.Daniel Campora
This script is used by Jenkins to update the WiPy with the newly built firmware before running the tests. It's not placed in the common tools folder because it is very WiPy specific.