| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-30 | tests: Format all Python code with black, except tests in basics subdir. | David Lechner | |
| This adds the Python files in the tests/ directory to be formatted with ./tools/codeformat.py. The basics/ subdirectory is excluded for now so we aren't changing too much at once. In a few places `# fmt: off`/`# fmt: on` was used where the code had special formatting for readability or where the test was actually testing the specific formatting. | |||
| 2019-10-22 | tests: Rename "array" module to "uarray". | Damien George | |
| 2019-08-06 | py: Allow to pass in read-only buffers to viper and inline-asm funcs. | Damien George | |
| Fixes #4936. | |||
| 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 | |
| Supported return types are: object, bool, int, uint. For example: @micropython.asm_thumb def foo(r0, r1) -> uint: add(r0, r0, r1) | |||
| 2016-01-07 | py/inlinethumb: Remove 30-bit restriction on movwt instruction. | Damien George | |
| movwt can now move a full 32-bit constant into a register. | |||
| 2015-12-10 | py/emitinlinethumb: Add support for MRS instruction. | Henrik Sölver | |
| Only IPSR and BASEPRI special registers supported at the moment, but easy to extend in the future. | |||
| 2015-10-31 | py: In inline asm, vldr and vstr offsets now in bytes not words. | adminpete | |
| As per ARM convention. | |||
| 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. | = | |
| Adds support for the following Thumb2 VFP instructions, via the option MICROPY_EMIT_INLINE_THUMB_FLOAT: vcmp vsqrt vneg vcvt_f32_to_s32 vcvt_s32_to_f32 vmrs vmov vldr vstr vadd vsub vmul vdiv | |||
| 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 | |
