Chris Reed

Results 347 comments of Chris Reed

Imo, you should be using [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) for building wheels. It can completely automate building wheels for many architectures, including aarch64, on macOS, Linux, and Windows. And it's supported by the...

No, there isn't a thread support option yet, but it's on the list to add at some point.

I tried running an Argon-based app with #430 + this PR. ~~It unexpectedly failed to detect Argon, and used the Bare ARM-M provider.~~ (My mistake!) However, it only ever showed...

This was with Argon accidentally disabled (I was running a release build that doesn't have debug symbols, though I need to double check that), so Bare ARM-M _was_ active. Btw,...

Ok, that makes sense. You're right, I went from Main directly to an exception. I wouldn't trust a zero check of PSP. I've seen plenty of bare metal code that...

Thanks for rebasing! And yes, I have a todo item to refactor the RTOS support to make as much as possible common.

@kjbracey-arm `gdb_test.py` failed with the following exception (repeatedly). Oddly, only the K64F failed, but it failed on all OSes. ``` 0534094:ERROR:gdbserver:Unhandled exception in handle_message: 2 Traceback (most recent call last):...