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
/
nlrx86.S
Age
Commit message (
Expand
)
Author
2017-03-06
py/nlrx86: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py: Move locals/globals dicts to the thread-specific state.
Damien George
2017-02-08
py/nlr: Fix execstack builds for ARM.
Dave Hylands
2017-02-01
unix: Make stack be non-executable
Dave Hylands
2016-11-02
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-06-28
py: Add basic _thread module, with ability to start a new thread.
Damien George
2015-11-24
nlr: Use single preprocessor symbol to check if building on Windows
stijn
2015-11-19
py: Added Cygwin support to py/nlrx86.S.
Igor Gatis
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Fix windows external name error for nlr_top.
Damien George
2015-01-01
py: Move global variable nlr_top to one place, in a .c file.
Damien George
2014-09-26
py: Clean up nlr*.S to make it easier to read; fix clang .bss error.
Damien George
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-20
nlrx86.S: Another ifdef for win32 symbol underscoring issues.
Paul Sokolovsky
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-01-28
Fixed problems with nlx86.S on Linux
Markus Siemens
2014-01-28
Added Windows port (see #233)
Markus Siemens
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky