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
/
qstrdefsport.h
Age
Commit message (
Expand
)
Author
2015-03-31
cc3200: Add specific version file for the CC3200 port.
Daniel Campora
2015-03-26
cc3200: Add callback support to the UART for RX interrupts.
Daniel Campora
2015-03-26
cc3200: Remove superflous parameters from the SPI API.
Daniel Campora
2015-03-25
cc3200: Remove superflous params from the I2C API.
Daniel Campora
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-19
cc3200: Move server methods from WLAN to the network module.
danicampora
2015-03-18
cc3200: Refactor I2C. Remove all references to SLAVE mode.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-12
cc3200: Allow separate selection of the power mode in Pin callbacks.
danicampora
2015-03-12
cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.
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: Make WDT and HeartBeat constant objects on their own right.
danicampora
2015-02-28
cc3200: Add heartbeat signal on system led.
danicampora
2015-02-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-23
cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().
danicampora
2015-02-22
cc3200: Add wlan_urn() thanks to Nadim El-Fata and Bryan Morrissey.
danicampora
2015-02-21
cc3200: Rename SD.config() to SD.config_pins().
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: Add ADC module.
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