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
/
mptask.c
Age
Commit message (
Expand
)
Author
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-05-27
cc3200: Move the STDIO UART pin configuration to mpconfigboard.h.
Daniel Campora
2015-05-25
cc3200: Remove duplicated checks for boot.py and main.py existency.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-03
cc3200: Implement Sleep.wake_reason()
Daniel Campora
2015-04-29
cc3200: Move wlan_init0() to the boot section.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-04-07
cc3200: Enable the stdio UART for the LaunchXL only.
Daniel Campora
2015-04-07
cc3200: Enable pull-ups for the STDIO UART pins.
Daniel Campora
2015-04-04
cc3200: Add WLAN AP specific settings for each board.
Daniel Campora
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-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Keep WLAN enabled during the soft reset.
Daniel Campora
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
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: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-17
cc3200: Make peripheral objects static.
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-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-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: Replace WLAN.get_ip() with WLAN.ifconfig().
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
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-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-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora