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
/
minimal
/
main.c
Age
Commit message (
Expand
)
Author
2016-01-07
minimal: Add enough code to run minimal build on STM32F4xx hardware.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-02
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Damien George
2015-06-22
bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.
Damien George
2015-05-06
pyexec: Make raw REPL work with event-driven version of pyexec.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-02-13
minimal: Allow to compile without defining MICROPY_HAL_H.
Damien George
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-01-16
minimal: Make #if indent consistent.
Paul Sokolovsky
2015-01-16
minimal: Support even-driven REPL.
Paul Sokolovsky
2015-01-13
minimal: Convert "bare-arm" port to "minimal" port.
Paul Sokolovsky
2015-01-13
minimal: New port, intended to represent minimal working code.
Paul Sokolovsky