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
/
py
/
nlrthumb.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-12-12
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Damien George
2019-12-12
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-04-27
py/nlrthumb: Fix Clang support wrt use of "return 0".
Ayke van Laethem
2018-02-18
py/nlrthumb: Do not mark nlr_push as not returning anything.
Ayke van Laethem
2018-01-02
Avoid gcc 7.2.1 compiler issues in nlr_push() (#506)
Dan Halbert
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-28
py/nlr: Clean up selection and config of NLR implementation.
Damien George
2017-12-28
py/nlrthumb: Fix use of naked funcs, must only contain basic asm code.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-01
py/nlrthumb: Get working again on standard Thumb arch (ie not Thumb2).
Damien George
2016-07-21
py: Fix nlrthumb.c when DEBUG=1 is defined
Dave Hylands
2016-07-11
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-06-28
py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.
Damien George