index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
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
/
py
/
emitinlinextensa.c
Age
Commit message (
Expand
)
Author
2025-05-29
py/emitinlinextensa: Add the rest of LX3 opcodes to the assembler.
Alessandro Gatti
2025-02-28
py/emitinlinextensa: Simplify register name lookup.
Alessandro Gatti
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2020-10-22
py: Use unsigned comparison of chars.
Emil Renner Berthing
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-03-14
py/compile: Support multiple inline asm emitters.
Damien George
2018-09-20
py: Shorten error messages by using contractions and some rewording.
Damien George
2016-12-09
py/emitinline: Move common code for end of final pass to compiler.
Damien George
2016-12-09
py/emitinline: Move inline-asm align and data methods to compiler.
Damien George
2016-12-09
py/emitinline: Embed entire asm struct instead of a pointer to it.
Damien George
2016-12-09
py: Add inline Xtensa assembler.
Damien George