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
/
simplelink
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-02-21
cc3200: Use simplelink API instead of emulated BSD API.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: Start the simplelink spawn task using the static task creator.
Damien George
2016-06-28
cc3200: Remove .boot section attribute from osi_TaskCreate function.
Damien George
2015-11-01
cc3200: Remove includes of rom.h (must be included via rom_map.h).
danicampora
2015-10-19
cc3200: Increase stack sizes a bit.
danicampora
2015-03-26
cc3200: Remove unneeded SPI instruction in the simplelink driver.
Daniel Campora
2015-03-16
cc3200: Update simplelink SPI driver to SDK release version 1.1.0.
danicampora
2015-03-11
cc3200: Reduce stack sizes of simplelink and the servers.
danicampora
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-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: Move CC3100 driver from cc3200/simplelink to drivers/cc3100.
Damien George
2015-02-21
cc3200: Replace physical tabs with spaces.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora