index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
mpconfigport_minimal.h
Age
Commit message (
Expand
)
Author
2016-07-21
unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.
Paul Sokolovsky
2016-07-03
unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.
Paul Sokolovsky
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-16
unix/mpconfigport_minimal.h: Clearly mark where user-define config ends.
Paul Sokolovsky
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-07
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
pohmelie
2015-08-20
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Paul Sokolovsky
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-04-07
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
Paul Sokolovsky
2015-04-06
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
Paul Sokolovsky
2015-01-16
unix: Add target to build "minimal" uPy interpreter.
Damien George