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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
inlineasm
Age
Commit message (
Expand
)
Author
2016-03-16
tests: Add a test for argument passing to inline-asm functions.
Damien George
2016-01-27
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-07
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
Damien George
2015-12-10
py/emitinlinethumb: Add support for MRS instruction.
Henrik Sölver
2015-10-31
py: In inline asm, vldr and vstr offsets now in bytes not words.
adminpete
2015-10-19
py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.
Damien George
2015-04-19
py/inlinethumb: Support for core floating point instructions.
=
2015-03-02
tests: Add tests for inline assembler beq_n and beq_w ops.
Damien George
2015-02-16
py: Implement bl/bx instructions for inline Thumb assembler.
Damien George
2015-02-13
py: Implement clz and rbit for inline Thumb assembler.
Damien George
2015-02-13
py: Implement sdiv/udiv for inline Thumb assembler.
Damien George
2015-02-13
py: Implement push/pop for inline Thumb assembler.
Damien George
2014-05-07
tests: Add inline assembler test for pyboard.
Damien George