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-03-17
cc3200: Add RTC callback with wake-up from sleep capability.
danicampora
2015-03-17
cc3200: Make peripheral objects static.
danicampora
2015-03-17
cc3200: Register pybsd with the sleep module and use pin_config().
danicampora
2015-03-17
cc3200: Assign GPIO10 and GPIO11 to the GPIO peripheral on start-up.
danicampora
2015-03-17
cc3200: Remove unneeded functions and add pybsleep_remove() calls.
danicampora
2015-03-16
cc3200: Disable all wake sources on start-up.
danicampora
2015-03-16
cc3200: Fix bug in RTC msec register access functions.
danicampora
2015-03-16
cc3200: Align SD card driver with new SDK release(1.1.0).
danicampora
2015-03-16
cc3200: Update socket event handler to align with new SDK(1.1.0) API.
danicampora
2015-03-16
cc3200: Remove double administration of callback objects.
danicampora
2015-03-16
cc3200: Update HAL to SDK release version 1.1.0.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-14
cc3200: Remove unneeded code from modwlan and optimize startup time.
danicampora
2015-03-12
cc3200: Allow separate selection of the power mode in Pin callbacks.
danicampora
2015-03-12
cc3200: Keep WLAN enabled during suspend mode.
danicampora
2015-03-12
cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.
danicampora
2015-03-12
cc3200: Trigger a new network scan when WLAN.scan() is called.
danicampora
2015-03-11
cc3200: Register ADC and I2C with the sleep module.
danicampora
2015-03-11
cc3200: Disable WLAN in suspended mode if NW wake is not enabled.
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: Place functions only used while booting in a special section.
danicampora
2015-03-11
cc3200: Add preliminary low power deep sleep support.
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-26
cc3200: Move code that disables/enables servers to wlan_sl_enable().
danicampora
2015-02-25
cc3200: Implement safe boot pin and system led behaviour.
danicampora
2015-02-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-23
cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP.
danicampora
2015-02-23
cc3200: Change UART.print() to make it consistent with the rest.
danicampora
2015-02-23
cc3200: Replace WLAN.get_ip() with WLAN.ifconfig().
danicampora
2015-02-22
cc3200: Add simplelink non-os task calls.
danicampora
2015-02-22
cc3200: Add wlan_urn() thanks to Nadim El-Fata and Bryan Morrissey.
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
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
[prev]
[next]