circuitpython/cc3200/mods
danicampora 6b21c3fdd6 cc3200: Refactor UART and I2C object creation.
I2C objects can be freed by the GC and a __del__ method is provided
in order to de-init the peripheral prior to being garbage collected.
UART objects are now added to a local list and this list is now part
of the VM_STATE.
2015-02-20 16:41:55 +01:00
..
modnetwork.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +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: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
moduos.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
modusocket.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
modutime.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
modutime.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
modwlan.c cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms. 2015-02-20 16:40:15 +01:00
modwlan.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybadc.c cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybextint.c cc3200: Add I2C module. Only master mode is currently supported. 2015-02-13 17:54:04 +01:00
pybextint.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybi2c.c cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybi2c.h cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybpin.c cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybpin.h cc3200: Add I2C module. Only master mode is currently supported. 2015-02-13 17:54:04 +01:00
pybrtc.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybrtc.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybsystick.c cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybsystick.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybuart.c cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00
pybuart.h cc3200: Refactor UART and I2C object creation. 2015-02-20 16:41:55 +01:00