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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
mpconfigport_minimal.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-11
unix, windows: Use core-provided KeyboardInterrupt exception object.
Damien George
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-01-27
unix: Get minimal version compiling again.
Damien George
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
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