circuitpython/cc3200/bootmgr
Damien George 731f359292 all: Add py/mphal.h and use it in all ports.
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
2015-10-31 19:14:30 +03:00
..
relocator cc3200: Add bootmanager relocator to the repository. 2015-02-09 15:03:12 +01:00
sl cc3200: Update simplelink SPI driver to SDK release version 1.1.0. 2015-03-16 00:42:06 +01:00
bootgen.sh cc3200: Actually allow to specify a custom build directory. 2015-10-28 11:09:45 +01:00
bootloader.mk cc3200: Actually allow to specify a custom build directory. 2015-10-28 11:09:45 +01:00
bootmgr.h cc3200: Rename GPIO module to Pin. 2015-02-09 20:01:54 +01:00
bootmgr.lds cc3200: Add uhashlib. Supports SHA1 and SHA256. 2015-05-20 11:44:24 +02:00
flc.h cc3200: Implement new OTA mechanism with 2 firmware update slots. 2015-07-15 14:25:28 +02:00
main.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
runapp.s cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00