Damien George 8f54c08691 py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Supported return types are: object, bool, int, uint.

For example:

@micropython.asm_thumb
def foo(r0, r1) -> uint:
    add(r0, r0, r1)
2016-01-27 14:27:10 +00:00
..
2015-12-27 20:40:36 +02:00
2015-11-13 12:49:18 +00:00
2016-01-17 12:13:01 +02:00