index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
nlrthumb.S
Age
Commit message (
Expand
)
Author
2016-06-28
py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.
Damien George
2015-10-20
py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set).
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Move global variable nlr_top to one place, in a .c file.
Damien George
2014-11-05
py: Fix some macros defines; cleanup some includes.
Damien George
2014-09-26
py: Clean up nlr*.S to make it easier to read; fix clang .bss error.
Damien George
2014-06-22
py: Support arm and thumb ARM ISAs, in addition to thumb2.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-30
py: If setjmp NLR implementation is forced, omit native versions.
Paul Sokolovsky
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-03-01
nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.
Paul Sokolovsky
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky