index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minimal
Age
Commit message (
Expand
)
Author
2015-05-06
pyexec: Make raw REPL work with event-driven version of pyexec.
Damien George
2015-04-21
py: Add attrtuple object, for space-efficient tuples with attr access.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
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-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-03-14
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
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-20
py: Implement very simple frozen modules support.
Paul Sokolovsky
2015-01-16
minimal: Make #if indent consistent.
Paul Sokolovsky
2015-01-16
minimal: Support even-driven REPL.
Paul Sokolovsky
2015-01-14
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
Damien George
2015-01-13
minimal: Add simple test; build and run minimal test on Travis CI.
Damien George
2015-01-13
minimal/Makefile: Remove unnecessary -I of py/ dir.
Damien George
2015-01-13
minimal: Add "run" make target to run emulated build with suitable tty config.
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