raspberrypi-rp2040/examples
David Sugar 1cef56ad9d
Enable XIP using stage 2 bootloader (#73)
* flash enable xip calls stage two bootloader using inline assembly

* flash erase/program now works in all modes (Debug, ReleaseSmall, ReleaseSafe, ReleaseFast)

* further docs added
2023-07-31 07:20:02 -07:00
..
scripts USB Device (#40) 2023-04-24 07:45:24 -07:00
adc.zig improve ADC API (#62) 2023-05-18 20:51:23 -07:00
blinky_core1.zig examples: Set LED GPIO function (#61) 2023-05-18 00:24:18 -07:00
blinky.zig Regz rewrite (#20) 2023-02-19 09:39:12 -05:00
flash_program.zig Enable XIP using stage 2 bootloader (#73) 2023-07-31 07:20:02 -07:00
gpio_clk.zig Gpio api (#51) 2023-04-26 01:02:09 -07:00
i2c_bus_scan.zig fix i2c reading and add bus scan example (#71) 2023-07-01 06:22:51 -07:00
pwm.zig Regz rewrite (#20) 2023-02-19 09:39:12 -05:00
random.zig builtin type inference fix (#68) 2023-06-27 21:10:35 -07:00
spi_master.zig Gpio api (#51) 2023-04-26 01:02:09 -07:00
squarewave.zig builtin type inference fix (#68) 2023-06-27 21:10:35 -07:00
uart.zig examples: Set LED GPIO function (#61) 2023-05-18 00:24:18 -07:00
usb_device.zig builtin type inference fix (#68) 2023-06-27 21:10:35 -07:00
usb_hid.zig builtin type inference fix (#68) 2023-06-27 21:10:35 -07:00
ws2812.zig builtin type inference fix (#68) 2023-06-27 21:10:35 -07:00