aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybsd.c
AgeCommit message (Expand)Author
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-10cc3200: Re-work Pin class according to the new API.Daniel Campora
2015-09-10cc3200: Implement new Pin API.Daniel Campora
2015-08-16cc3200: Rework SD API. Increase heap to avoid malloc failures.Daniel Campora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-03-31cc3200: Remove duplicated code from moduos.Daniel Campora
2015-03-18cc3200: Fixes and improvements to the SD card driver.danicampora
2015-03-17cc3200: Register pybsd with the sleep module and use pin_config().danicampora
2015-03-16cc3200: Align SD card driver with new SDK release(1.1.0).danicampora
2015-03-11cc3200: Place functions only used while booting in a special section.danicampora
2015-03-11cc3200: Add preliminary low power deep sleep support.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
2015-02-21cc3200: Rename SD.config() to SD.config_pins().danicampora
2015-02-21cc3200: Remove sd paths from sys path when disabling the sd card.danicampora
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
2015-02-21cc3200: Correct pybsd_config() params retrieval.danicampora
2015-02-21cc3200: Add SD module and disable SD card support for the LAUNCHXL.danicampora