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
/
main.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-21
cc3200: Use the name MicroPython consistently in code.
Alexander Steffen
2017-02-21
cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
Damien George
2017-01-30
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Damien George
2017-01-27
cc3200: Add implementations of mp_import_stat and builtin_open.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: Use xTaskCreateStatic instead of osi_TaskCreate.
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
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-06-07
cc3200: Re-config antenna selection when waking from suspended mode.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-03-11
cc3200: Place functions only used while booting in a special section.
danicampora
2015-02-28
cc3200: Add heartbeat signal on system led.
danicampora
2015-02-25
cc3200: Implement safe boot pin and system led behaviour.
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: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora