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
/
mods
/
pybsd.c
Age
Commit message (
Expand
)
Author
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.
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: 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-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-03-31
cc3200: Remove duplicated code from moduos.
Daniel Campora
2015-03-18
cc3200: Fixes and improvements to the SD card driver.
danicampora
2015-03-17
cc3200: Register pybsd with the sleep module and use pin_config().
danicampora
2015-03-16
cc3200: Align SD card driver with new SDK release(1.1.0).
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-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
2015-02-21
cc3200: Rename SD.config() to SD.config_pins().
danicampora
2015-02-21
cc3200: Remove sd paths from sys path when disabling the sd card.
danicampora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-21
cc3200: Correct pybsd_config() params retrieval.
danicampora
2015-02-21
cc3200: Add SD module and disable SD card support for the LAUNCHXL.
danicampora