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-11-16
cc3200: Unmount all user file systems after a soft reset.
danicampora
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().
Paul Sokolovsky
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-10
cc3200: Improve Pin and UART implementation.
Daniel Campora
2015-09-10
cc3200: New UART API plus related test.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-09-10
cc3200: Implement new Pin API.
Daniel Campora
2015-08-16
cc3200: Rework SD API. Increase heap to avoid malloc failures.
Daniel Campora
2015-08-09
cc3200: On the first boot, always make AP ssid='wipy-wlan'.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-07-30
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
2015-07-15
cc3200: Remove superflous assignment since the result is not used.
Daniel Campora
2015-07-15
cc3200: Create /flash/cert folder if it doesn't exist.
Daniel Campora
2015-07-15
cc3200: Implement new OTA mechanism with 2 firmware update slots.
Daniel Campora
2015-07-07
cc3200: Create /flash/sys and /flash/lib directories while booting.
Daniel Campora
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
[next]