From 193a567ca4f90e276d66d8b69f28521c71bda4e6 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 10 Sep 2025 17:16:05 +0100 Subject: [PATCH] Add mention of PICO_PLATFORM=rp2350-arm-ns to README --- src/rp2350/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2350/README.md b/src/rp2350/README.md index 528d1932e..6dacfa85a 100644 --- a/src/rp2350/README.md +++ b/src/rp2350/README.md @@ -1,5 +1,5 @@ This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e. -`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp2350-riscv` +`PICO_PLATFORM=rp2350-arm-s`, `PICO_PLATFORM=rp2350-arm-ns` or `PICO_PLATFORM=rp2350-riscv` `hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself.