index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
/
simplelink
Age
Commit message (
Expand
)
Author
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