summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/bootmgr
Commit message (Expand)AuthorAge
* all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George2017-08-11
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* cc3200: Remove remaining references to std.h.Damien George2017-02-21
* py: Change qstr_* functions to use size_t as the type for str len arg.Damien George2015-11-29
* lib/utils/printf: Move from stmhal/ .Paul Sokolovsky2015-11-10
* cc3200: Remove includes of rom.h (must be included via rom_map.h).danicampora2015-11-01
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* cc3200: Actually allow to specify a custom build directory.danicampora2015-10-28
* cc3200: Correct safe boot level 1 blinking period.Daniel Campora2015-09-21
* cc3200: Don't clear the WDT special bit in the bootloader.Daniel Campora2015-08-16
* cc3200: On the first boot, always make AP ssid='wipy-wlan'.Daniel Campora2015-08-09
* cc3200: Refactor PRCM special user bits implementation.Daniel Campora2015-08-09
* cc3200: Enable bootloader safe boot on latest firmware.Daniel Campora2015-08-09
* cc3200: Implement new OTA mechanism with 2 firmware update slots.Daniel Campora2015-07-15
* cc3200: Correct udelay us to ticks calculation.Daniel Campora2015-07-08
* cc3200: Add CA, certificate and key files to the updater list.Daniel Campora2015-06-30
* cc3200: Re-config antenna selection when waking from suspended mode.Daniel Campora2015-06-07
* cc3200: Add antenna selection feature to WLAN.Daniel Campora2015-06-07
* cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora2015-05-20
* cc3200: When requesting safe boot, blink the led 3 times, not 4.Daniel Campora2015-04-29
* py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George2015-04-28
* cc3200: Fix bootloader and modpyb after printf overhaul.Daniel Campora2015-04-19
* cc3200: Clean up and reduce use/include of std.h.Damien George2015-04-18
* cc3200: Clean up bootloader makefile and remove superflous assert.Daniel Campora2015-04-17
* cc3200: Get bootloader compiling with latest overhaul of printf code.Damien George2015-04-16
* cc3200: Fix typo after previous refactor.Paul Sokolovsky2015-04-05
* string0.c: Move from stmhal/ to lib/.Paul Sokolovsky2015-04-05
* cc3200: Update simplelink SPI driver to SDK release version 1.1.0.danicampora2015-03-16
* cc3200: Update HAL to SDK release version 1.1.0.danicampora2015-03-16
* cc3200: Rewrite the PRCM RTC functionality methods.danicampora2015-03-14
* cc3200: Clean up linker scripts and startup file.danicampora2015-03-14
* cc3200: Add power management framework. Add mpcallback class.danicampora2015-03-11
* cc3200: Make WDT and HeartBeat constant objects on their own right.danicampora2015-03-11
* cc3200: Create separate release/debug build directoriesJohan Hendriks2015-02-28
* cc3200: Implement safe boot pin and system led behaviour.danicampora2015-02-25
* cc3200: Add WDT functionality as part of the pyb module.danicampora2015-02-25
* cc3200: Add optimization flags to drivers/cc3100 in the debug build.danicampora2015-02-22
* drivers/cc3100: Remove dependence on debug.h.Damien George2015-02-21
* cc3200: Get compiling with CC3100 driver from drivers/ directory.Damien George2015-02-21
* cc3200: Add explicit py/ path-prefix for py includes.Damien George2015-02-21
* cc3200: Add SD module and disable SD card support for the LAUNCHXL.danicampora2015-02-21
* cc3200: Add exit values to the shell scripts.danicampora2015-02-21
* cc3200: Change safe-boot pin to GPIO28.danicampora2015-02-20
* cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.danicampora2015-02-20
* cc3200: Rename GPIO module to Pin.danicampora2015-02-09
* cc3200: Add bootmanager relocator to the repository.danicampora2015-02-09
* cc3200: Add cc3200 port of MicroPython.danicampora2015-02-06