aboutsummaryrefslogtreecommitdiff
path: root/py/emitinlinextensa.c
AgeCommit message (Expand)Author
2020-10-22py: Use unsigned comparison of chars.Emil Renner Berthing
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-03-14py/compile: Support multiple inline asm emitters.Damien George
2018-09-20py: Shorten error messages by using contractions and some rewording.Damien George
2016-12-09py/emitinline: Move common code for end of final pass to compiler.Damien George
2016-12-09py/emitinline: Move inline-asm align and data methods to compiler.Damien George
2016-12-09py/emitinline: Embed entire asm struct instead of a pointer to it.Damien George
2016-12-09py: Add inline Xtensa assembler.Damien George