| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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) | |||
