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
/
FreeRTOS
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
Damien George
2016-06-28
cc3200: Add basic threading capabilities.
Damien George
2016-06-28
cc3200: Define our own FreeRTOS heap so it can go in a special segment.
Damien George
2016-06-28
cc3200: Update FreeRTOS to v9.0.0.
Damien George
2015-10-19
cc3200: Increase stack sizes a bit.
danicampora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Place functions only used while booting in a special section.
danicampora
2015-02-26
cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.
danicampora
2015-02-20
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
danicampora
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora