aboutsummaryrefslogtreecommitdiff
path: root/ports/bare-arm/mpconfigport.h
AgeCommit message (Expand)Author
2021-04-27bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.Damien George
2021-03-19bare-arm: Clean up the code, make it run on an F405, and add a README.Damien George
2020-06-16ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.Damien George
2020-03-26py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-12-13py/objdict: Make .fromkeys() method configurable.Paul Sokolovsky
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-09-20py/objstr: Make % (__mod__) formatting operator configurable.Paul Sokolovsky
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George