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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-13
cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.
Daniel Campora
2015-04-11
cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII.
Daniel Campora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-03-17
cc3200: Make peripheral objects static.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Merge ExtInt class into Pin class.
danicampora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
danicampora
2015-02-23
cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.
danicampora
2015-02-21
cc3200: Disable MICROPY_OPT_COMPUTED_GOTO.
danicampora
2015-02-20
cc3200: Disable MICROPY_PY_SYS_EXIT and MICROPY_EMIT_INLINE_THUMB.
danicampora
2015-02-20
cc3200: Refactor UART and I2C object creation.
danicampora
2015-02-13
cc3200: Add I2C module. Only master mode is currently supported.
danicampora
2015-02-09
cc3200: Rename GPIO module to Pin.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora