Jeremy Grosser

Results 16 issues of Jeremy Grosser

When using `alr exec -- arm-eabi-gdb`, I expect Ctrl-C to cause the debugged program to break, but instead alire catches the SIGTERM and kills the debugger.

`srqtf` should be `sqrtf`. Fixes #701.

When I "docker push" to a private repository hosted on the local network or host, the upload process is entirely bound by the speed of compressing each layer with xz,...

area/distribution
exp/expert
kind/feature
area/performance

I think this is related to the issue I ran into on aarch64 Linux, commented in issue #1012. ``` type Portable_Path is new String with Dynamic_Predicate => (for all Char...

The examples should use elf2uf2 to build uf2 files that can be flashed with the USB bootloader, for people that don't have a SWD debugger connected. I think we can...

The boot ROM supports flashing using files in UF2 format. Upstream pico-sdk contains a small C program that converts an ELF file to UF2. It would be nice to have...

Generating VGA is just a cool demo to have, and may be useful for applications that need a large display. It's one of the more complex PIO programs, so the...

From the RP2040 datasheet: > 2.1.2. Atomic Register Access > Each peripheral register block is allocated 4kB of address space, with registers accessed using one of 4 methods, > selected...

The usb_embedded library needs to be extended to support this and define a host controller interface.