aboutsummaryrefslogtreecommitdiff
path: root/ports/cc3200/mpconfigport.h
AgeCommit message (Expand)Author
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-04-05extmod/modubinascii: Make code private and module self-contained.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-03-01cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.Damien George
2018-12-04stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George