aboutsummaryrefslogtreecommitdiff
path: root/cc3200/main.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-21cc3200: Use the name MicroPython consistently in code.Alexander Steffen
2017-02-21cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.Damien George
2017-01-30cc3200: Convert to use new VFS sub-system and new ooFatFs library.Damien George
2017-01-27cc3200: Add implementations of mp_import_stat and builtin_open.Damien George
2016-06-28cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.Damien George
2016-06-28cc3200: Use xTaskCreateStatic instead of osi_TaskCreate.Damien George
2016-06-28cc3200: Add basic threading capabilities.Damien George
2016-06-28cc3200: Define our own FreeRTOS heap so it can go in a special segment.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-06-07cc3200: Re-config antenna selection when waking from suspended mode.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-03-11cc3200: Place functions only used while booting in a special section.danicampora
2015-02-28cc3200: Add heartbeat signal on system led.danicampora
2015-02-25cc3200: Implement safe boot pin and system led behaviour.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
2015-02-21cc3200: Add explicit py/ path-prefix for py includes.Damien George
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora