aboutsummaryrefslogtreecommitdiff
path: root/cc3200/bootmgr/main.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-02-21cc3200: Remove remaining references to std.h.Damien George
2015-11-29py: Change qstr_* functions to use size_t as the type for str len arg.Damien George
2015-11-01cc3200: Remove includes of rom.h (must be included via rom_map.h).danicampora
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-09-21cc3200: Correct safe boot level 1 blinking period.Daniel Campora
2015-08-16cc3200: Don't clear the WDT special bit in the bootloader.Daniel Campora
2015-08-09cc3200: On the first boot, always make AP ssid='wipy-wlan'.Daniel Campora
2015-08-09cc3200: Refactor PRCM special user bits implementation.Daniel Campora
2015-08-09cc3200: Enable bootloader safe boot on latest firmware.Daniel Campora
2015-07-15cc3200: Implement new OTA mechanism with 2 firmware update slots.Daniel Campora
2015-07-08cc3200: Correct udelay us to ticks calculation.Daniel Campora
2015-06-07cc3200: Re-config antenna selection when waking from suspended mode.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-05-20cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora
2015-04-29cc3200: When requesting safe boot, blink the led 3 times, not 4.Daniel Campora
2015-04-18cc3200: Clean up and reduce use/include of std.h.Damien George
2015-04-17cc3200: Clean up bootloader makefile and remove superflous assert.Daniel Campora
2015-04-16cc3200: Get bootloader compiling with latest overhaul of printf code.Damien George
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.danicampora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
2015-03-11cc3200: Make WDT and HeartBeat constant objects on their own right.danicampora
2015-02-25cc3200: Implement safe boot pin and system led behaviour.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-21drivers/cc3100: Remove dependence on debug.h.Damien George
2015-02-20cc3200: Change safe-boot pin to GPIO28.danicampora
2015-02-20cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora