aboutsummaryrefslogtreecommitdiff
path: root/cc3200/simplelink/cc_pal.c
AgeCommit message (Collapse)Author
2015-03-26cc3200: Remove unneeded SPI instruction in the simplelink driver.Daniel Campora
Setting the word count before a SPI transaction is only needed when using DMA.
2015-03-16cc3200: Update simplelink SPI driver to SDK release version 1.1.0.danicampora
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
Use the simplelink wrappers instead. This is one step further towards having a single module for the cc3200 and the cc3100.
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.