mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-06-10 08:13:57 +02:00
d072ec5946
- Restructure flat files into Inc/ (headers) and Src/ (sources) - Replace constants.h with rp2350.h register layer (datasheet-verified) - Add full Doxygen docstrings on all files, functions, and structs - Replace build.bat/clean.bat with cross-platform Makefile - Fix GPIO_IN offset (0x004), XOSC COUNT offset (0x10), SRAM size (520K) - Rename blink_* API to led_* (name after peripheral, not feature) - Build outputs to build/ directory - Cross-platform .vscode configs (Windows/macOS/Linux)
22 lines
531 B
JSON
22 lines
531 B
JSON
[
|
|
{
|
|
"short_name": "RP2040",
|
|
"id": "0xe48bff56",
|
|
"description": "Raspberry Pi RP2040"
|
|
},
|
|
{
|
|
"short_name": "RP2350-ARM-S",
|
|
"id": "0xe48bff59",
|
|
"description": "Raspberry Pi RP2350, ARM, Secure"
|
|
},
|
|
{
|
|
"short_name": "RP2350-ARM-NS",
|
|
"id": "0xe48bff5a",
|
|
"description": "Raspberry Pi RP2350, ARM, Non-Secure"
|
|
},
|
|
{
|
|
"short_name": "RP2350-RISCV",
|
|
"id": "0xe48bff5b",
|
|
"description": "Raspberry Pi RP2350, RISC-V"
|
|
}
|
|
] |