You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Grazfather 245401a0ca
wip: rp2040: Add support for PIO's jmp_pin (#174)
This field is a bit tricky: It belongs to the EXECCTRL register, while
most of the other fields can determined based on the directives used in
the assembled program, this one has to be set explicitly. This makes it
so that we have to plumb some way to explicitly set the field. I did
this by making `LoadAndStartProgramOptions` take `ExecOptions`, but this
isn't perfect, because if a user sets other fields, they will be ignored
in favour of the values set in the program.
7 months ago
..
espressif-esp Better readme (#173) 7 months ago
gigadevice-gd32 Adds auto-discovery of BSPs. 8 months ago
microchip-atsam Makes microchip/atsam example and bsp work 8 months ago
microchip-avr Adds auto-discovery of BSPs. 8 months ago
nordic-nrf5x Makes nxp/lpc and nordic/nrf5x examples, fixes bug in build.zig.zon generation 8 months ago
nxp-lpc Adds auto-discovery of BSPs. 8 months ago
raspberrypi-rp2040 wip: rp2040: Add support for PIO's jmp_pin (#174) 7 months ago
stmicro-stm32 Adds auto-discovery of BSPs. 8 months ago