Skip to content

Commit 17d5653

Browse files
committed
note package variants
1 parent 4b396cf commit 17d5653

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

alire.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ cortex_m.core = "m0p"
2121

2222
[configuration.variables]
2323
Device = {type = "Enum", values = [
24-
"RP2040",
25-
"RP2350A",
26-
"RP2354A",
27-
"RP2350B",
28-
"RP2354B"
24+
"RP2040", # Cortex-M0+, QFN-60EP, 30 GPIO, no internal flash
25+
"RP2350A", # Cortex-M33, QFN-60EP, 30 GPIO, no internal flash
26+
"RP2354A", # Cortex-M33, QFN-80EP, 48 GPIO, no internal flash
27+
"RP2350B", # Cortex-M33, QFN-60EP, 30 GPIO, 2 MB internal flash
28+
"RP2354B", # Cortex-M33, QFN-80EP, 48 GPIO, 2 MB internal flash
2929
], default = "RP2040"}

0 commit comments

Comments
 (0)