[rp2040] Add variant config option for RP2040/RP2350 (#16602)

This commit is contained in:
Jesse Hills
2026-05-25 10:43:39 +12:00
committed by GitHub
parent 1fb8c26704
commit 62b0a93e5e
6 changed files with 203 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
rp2040:
variant: rp2040
enable_full_printf: false
logger:

View File

@@ -0,0 +1,6 @@
rp2040:
variant: rp2350
enable_full_printf: false
logger:
level: VERBOSE