Damien George

Results 1057 comments of Damien George

> This unblocks testing on SABRELITE Thanks! I applied your patch.

> `basics/fun_largestate.py` requires a stack larger than 256 bytes, which is not handled by `asm_arm_entry` and `asm_arm_exit`. They defer stack adjustment to a simple register sub/add opcode with an embedded...

The CI here is finally green! I had to skip a couple of tests for the SABRELITE board because they fail with the native emitter (it's using armv6 as the...

> I'm having second thoughts on my choice of trashing R4 for larger stack frames' allocation/deallocation. Using R8 for that is probably a safer choice going forward, providing equivalent functionality...

Thanks @robert-hh for the review and additional testing. I think we should get #16052 in first, and then extend the test to add more targets.

Now that #16052 is merged I've updated this PR, adding the above ports from @robert-hh . I added a `bit_margin` parameter which adds to the timing margin a 1-bit worth...

> It fails with SAMD51 ItsyBitsy M4 Express after changing the UART to 3, caused by the `MICROPY_EVENT_POLL_HOOK` call in flush(). Interesting. Let's investigate and fix that separately. Does this...

Thanks for the patch. This looks OK, except that actually mbedtls is not configured to be able to parse PEM files at all. To enable that requries: ```c #define MBEDTLS_PEM_PARSE_C...