1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/rpx0xx
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
..
include cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
ldscripts
periph cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
vendor/boot_stage2
boot2_w25q080_padded_checksummed.S
clock.c cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
cpu.c cpu: call early_init() 2023-01-08 22:26:12 +01:00
doc.txt
Kconfig cpu/rpx0xx: implement periph timer 2021-08-09 10:45:34 +02:00
Makefile
Makefile.dep
Makefile.features cpu/rpx0xx: implement periph timer 2021-08-09 10:45:34 +02:00
Makefile.include tools/elf2uf2: addition of new PROGRAMMER for rpi-pico board 2021-12-15 11:40:10 -05:00
pll.c cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
rosc.c cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00
vectors.c
xosc.c cpu/rpx0xx: Update vendor header files 2023-03-22 19:34:29 +01:00