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
/
bare-arm
Age
Commit message (
Expand
)
Author
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-01-10
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Damien George
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
bare-arm: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-12-05
py: Optimise lexer by exposing lexer type.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-11-06
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-11-05
bare-arm: Add dummy __assert_func and __fatal_error
Sven Wegener
2014-10-23
py: Add builtin memoryview object (mostly using array code).
Damien George
2014-10-21
Implement kwargs for builtin open() and _io.FileIO
stijn
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-09-23
py: Free non-interned strings in the parser when not needed.
Damien George
2014-09-08
py: Print imported module's location (__file__) if available.
Damien George
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-12
py: #if guard qstrs that are optional.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-27
bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE.
Paul Sokolovsky
2014-06-27
bare-arm: Disable array module and even bytearray type.
Paul Sokolovsky
2014-06-27
bare-arm: Enable link map file.
Paul Sokolovsky
2014-06-18
bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS
Sven Wegener
2014-06-18
bare-arm, stmhal: Fix --nostdlib to -nostdlib
Sven Wegener
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-01
bare-arm: Disable slice and set.
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-10
bare-arm: Change output file from flash.elf to firmware.elf.
Damien George
2014-05-02
bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...
Paul Sokolovsky
2014-04-26
bare-arm: Disable more stuff to reduce binary size.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-13
bare-arm/unix-cpy: Minor changes.
Damien George
2014-04-12
Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.
Damien George