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
/
misc
/
mperror.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-06-28
cc3200: Remove obsolete singleton heart-beat object.
Damien George
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
2015-11-01
cc3200: Remove includes of rom.h (must be included via rom_map.h).
danicampora
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-09-16
cc3200: Increase error led blynk period to 100ms
Daniel Campora
2015-09-10
cc3200: Implement new Pin API.
Daniel Campora
2015-08-16
cc3200: Change HeartBeat period from 5 to 4 seconds.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-06-10
cc3200: Fix bootloader build error.
Daniel Campora
2015-06-10
cc3200: Add contructor to the HeartBeat class.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-05-25
cc3200: Make HeartBeat.disable() thread safe.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-03-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-14
cc3200: Increase heartbeat period from 3 to 5 seconds.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback 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: Implement safe boot pin and system led behaviour.
danicampora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora