circuitpython/cc3200/mods
danicampora 7a074a14ce cc3200: Implement safe boot pin and system led behaviour.
The safe boot pin, when pulled high during reset rolls back the
firmware to the "factory" image and skips execution of 'boot.py'
and 'main.py'. This is useful to recover from a crash condition.
The system led is used mostly to signal errors.
2015-02-25 23:17:17 +01:00
..
modnetwork.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modnetwork.h cc3200: Move `closed` field in mod_network_socket_obj_t out of the union. 2015-02-20 16:40:10 +01:00
modpyb.c cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
moduos.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modusocket.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modutime.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modutime.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
modwlan.c cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP. 2015-02-23 15:02:57 +01:00
modwlan.h cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP. 2015-02-23 15:02:57 +01:00
pybadc.c cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybextint.c cc3200: Implement safe boot pin and system led behaviour. 2015-02-25 23:17:17 +01:00
pybextint.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybi2c.c cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybi2c.h cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybpin.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
pybpin.h cc3200: Add SD module and disable SD card support for the LAUNCHXL. 2015-02-21 14:19:40 +01:00
pybrtc.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
pybrtc.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybsd.c cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybsd.h cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybsystick.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
pybsystick.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybuart.c cc3200: Change UART.print() to make it consistent with the rest. 2015-02-23 15:02:55 +01:00
pybuart.h cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybwdt.c cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybwdt.h cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00