Commit Graph

13 Commits

Author SHA1 Message Date
Graham Sanderson
3110843159
Pico flash size bytes (#159)
* Move PICO_FLASH_SIZE_BYTES out of platform_defs.h since it precedes board config; also default to -1 for unknown

* make default for PICO_FLASH_SIZE_BYTES undefined - i.e. no value
2021-02-25 11:01:01 -06:00
graham sanderson
8ebe036665 Change _U to _u as _U exists in ctype.h 2021-02-25 08:26:16 -06:00
graham sanderson
41c0e9f3b9 Fixup another level of compiler warnings, add _U() definition 2021-02-25 08:26:16 -06:00
Andrew Scheller
be13f591d0 Explicitly mark constants in autogenerated headers as unsigned values 2021-02-25 08:26:16 -06:00
Luke Wren
07aadbb658 Update info strings in PIO register header for clarity (matching changes in datasheet) 2021-02-12 13:57:54 +00:00
Liam Fraser
d3ecf3ef2e Mark usb buffer status registers as write clear instead of read only. 2021-02-10 08:43:16 -06:00
Luke Wren
9546c1ce32 Add enumvals to busctrl PERFSEL registers 2021-02-08 14:43:33 +00:00
Luke Wren
14f4a54837 Fix incorrect type in systick struct header vs machine-generated register header 2021-02-07 18:34:00 -06:00
Luke Wren
b9c75803e6 Document clock SELECTED registers in headers and SVD 2021-02-03 20:34:04 +00:00
majbthrd
78190a5e27
fix #if in hardware/structs/dma.h (#9)
* fix #if in hardware/structs/dma.h

* move dma driver code from register definitions to dma drivers

Co-authored-by: Peter Lawrence <12226419+majbthrd@users.noreply.github.com>
2021-01-27 12:22:26 -06:00
Luke Wren
8c7eb868aa
Fix missing timer registers in DMA header (#26) 2021-01-27 15:00:46 +00:00
Peter Lawrence
990fa97953 fix incorrect name of systick struct 2021-01-25 10:54:15 -06:00
graham sanderson
26653ea81e Initial Release 2021-01-20 10:44:27 -06:00