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
/
bare-arm
/
main.c
Age
Commit message (
Expand
)
Author
2017-03-14
bare-arm/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-06
py/nlr.h: Mark nlr_jump_fail as NORETURN.
Damien George
2016-04-19
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-03
py: Change struct and macro for builtin fun so they can be type checked.
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-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
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-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-05
bare-arm: Add dummy __assert_func and __fatal_error
Sven Wegener
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-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-05-02
bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...
Paul Sokolovsky
2014-04-12
Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.
Damien George