aboutsummaryrefslogtreecommitdiff
path: root/cc3200/tools/update-wipy.py
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.
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200/tools: Improve update script robustness.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.