bavison
bavison
The accelerated BitBlt framework was initially targeted at the ARM11, running the AArch32 instruction set (which is the only one it fully supported). More recent ARMs run much faster, which...
I'm aiming to get TinyUSB to build with the IAR Embedded Workbench toolchain (I'm testing against Arm version 9.20.4) and specifically, I'm trying to build it as part of the...
This PR represents the bulk of the changes to C source files required to permit the SDK to build with the IAR toolchain (as verified with the pico-examples repository). Where...
The SDK is a useful basis for Pico projects built using toolchains other than GCC, but it currently relies upon a number of GCC-only features. The IAR toolchain is one...
Here is the first tranche of changes required in order to build the examples with the IAR toolchain. All these commits are restricted to C code changes (bar one where...