index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
/
mods
Age
Commit message (
Expand
)
Author
2015-02-21
cc3200: Add support for connecting to WEP secured networks.
danicampora
2015-02-21
cc3200: Rename SD.config() to SD.config_pins().
danicampora
2015-02-21
cc3200: Add UART __del__ method.
danicampora
2015-02-21
cc3200: Remove sd paths from sys path when disabling the sd card.
danicampora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-21
cc3200: Correct pybsd_config() params retrieval.
danicampora
2015-02-21
cc3200: Add SD module and disable SD card support for the LAUNCHXL.
danicampora
2015-02-20
cc3200: Refactor UART and I2C object creation.
danicampora
2015-02-20
cc3200: Increase UART default read buffer size to 128 bytes.
danicampora
2015-02-20
cc3200: Add ADC module.
danicampora
2015-02-20
cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.
danicampora
2015-02-20
cc3200: Move `closed` field in mod_network_socket_obj_t out of the union.
danicampora
2015-02-20
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
danicampora
2015-02-13
cc3200: Add I2C module. Only master mode is currently supported.
danicampora
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-09
cc3200: Rename GPIO module to Pin.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora