25 Commits (9626662819ebd677106ba2655c4370912bef8588)

Author SHA1 Message Date
Damien George d862a7b811 cc3200: Remove obsolete singleton heart-beat object. 8 years ago
danicampora 73c9f85b4c cc3200: Simplify the Timer API and correct the documents. 9 years ago
danicampora 056cb288d9 cc3200: Remove includes of rom.h (must be included via rom_map.h). 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky 9b12bc788f cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms(). 9 years ago
danicampora d8137178bb cc3200: Create wipy module, remove HeartBeat class. 9 years ago
Daniel Campora c69642a460 cc3200: Increase error led blynk period to 100ms 9 years ago
Daniel Campora e3f8777ee8 cc3200: Implement new Pin API. 9 years ago
Daniel Campora aa8e8acb7d cc3200: Change HeartBeat period from 5 to 4 seconds. 9 years ago
Daniel Campora 2673374d18 cc3200: Refactor PRCM special user bits implementation. 9 years ago
Daniel Campora f960d753e4 cc3200: Fix bootloader build error. 10 years ago
Daniel Campora 6148f8b7d2 cc3200: Add contructor to the HeartBeat class. 10 years ago
Daniel Campora a3acaa000c cc3200: Add antenna selection feature to WLAN. 10 years ago
Daniel Campora 90d7c4ef3d cc3200: Make HeartBeat.disable() thread safe. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Daniel Campora 26d230419c cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD. 10 years ago
danicampora 2c103d5200 cc3200: Rewrite the PRCM RTC functionality methods. 10 years ago
danicampora 09721e2314 cc3200: Increase heartbeat period from 3 to 5 seconds. 10 years ago
danicampora 9e44383e3f cc3200: Add power management framework. Add mpcallback class. 10 years ago
danicampora 0475de1350 cc3200: Make WDT and HeartBeat constant objects on their own right. 10 years ago
danicampora d01060241a cc3200: Add heartbeat signal on system led. 10 years ago
danicampora 7a074a14ce cc3200: Implement safe boot pin and system led behaviour. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 8d09640b22 stmhal: Add documentation in comments, and script to generate HTML. 11 years ago
Damien George 13c19c57a0 stmhal: Only init RNG if it's used. 11 years ago
Damien George ad7b84a7b9 stmhal: Add os module with a few basic functions. 11 years ago
Damien George 684164a8cf stmhal: Add PYBv10 config; add RNG support. 11 years ago