Skip to content

Commit

Permalink
Add RPi Pico flash bank
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Nov 21, 2024
1 parent ab43414 commit f0e60e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions targets/targets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9792,6 +9792,21 @@
// (so the ADC can never read 100%).
"default-adc-vref": 3.3
},
"memory_banks": {
"QSPI_FLASH": {
"access": {
"execute": true,
"peripheral": false,
"read": true,
"secure": false,
"write": false
},
"default": true,
"startup": true,
"size": 0x200000, // 2MiB
"start": 0x10000000
}
},
"image_url": "https://cdn11.bigcommerce.com/s-2fbyfnm8ev/images/stencil/1280x1280/products/1212/4275/Pico3__75642.1611086462.jpg?c=2"
},
"RASPBERRY_PI_PICO_SWD": {
Expand Down

0 comments on commit f0e60e8

Please sign in to comment.