aboutsummaryrefslogtreecommitdiff
path: root/examples/rp23/src/bin/flash.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-231-125/+0
|
* Remove ImageDef from rp23 examples9names2025-02-161-5/+0
|
* Update documentationFlamenco2025-02-081-1/+1
| | | Update comment to specify the correct rp chip identifier
* Remove binary_info blocks from most examples. (#3385)Caleb Jamison2024-10-011-10/+0
|
* rp235x flash support.Caleb Jamison2024-08-291-12/+3
| | | | | | | | | | | | | The 2350 doesn't have a boot2 like the 2040, but it does have the concept of a xip setup function that could be customized. By default the bootrom searches for the attached flash chip and provides an xip setup func at the base of the bootram. That bootram is not executable, so it still needs to be copied to ram like boot2 would be. Currently does not use inline assembly. Also switch to picotool, as elf2uf2 has not been patched to support the 2350.
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-171-4/+4
|
* cargo fmtCaleb Jamison2024-08-081-2/+1
|
* Initial rp235x supportCaleb Jamison2024-08-081-0/+150
Examples have been run, but there is not yet a test suite.