1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/rpi-pico
Marian Buschsieweke bf96c28889
cpu/rpx0xx: Update vendor header files
Generated new vendor header files from upstream SVD files using:

    ./SVDConv "$PICO_SDK_DIR"/src/rp2040/hardware_regs/rp2040.svd \
        --generate=header --fields=macro --fields=enum

Note: The missing `--fields=struct` flag resulted in the header no
      longer containing bit-fields to represent different fields
      within registers. While this would generally ease writing code,
      the RP2040 has the unpleasant feature of corrupting the
      remaining bits of the register when a write access that is not
      word-sized occurs in the memory mapped I/O area. This could
      happen e.g. when a bit field is byte-sized and byte-aligned.
2023-03-22 19:34:29 +01:00
..
dist boards/rpi-pico: add the Raspberry Pi Pico 2021-07-14 12:41:21 +02:00
include cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
doc.txt boards/rpi-pico: doc - fix link to datasheet 2022-12-12 06:02:55 -05:00
Kconfig boards/rpi-pico: add the Raspberry Pi Pico 2021-07-14 12:41:21 +02:00
Makefile boards/rpi-pico: add the Raspberry Pi Pico 2021-07-14 12:41:21 +02:00
Makefile.dep boards/rpi-pico: add the Raspberry Pi Pico 2021-07-14 12:41:21 +02:00
Makefile.features cpu/rpx0xx: implement periph timer 2021-08-09 10:45:34 +02:00
Makefile.include boards/rpi-pico: add the Raspberry Pi Pico 2021-07-14 12:41:21 +02:00