| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folder | Curly | 2025-02-23 | 1 | -125/+0 |
| | | |||||
| * | Remove ImageDef from rp23 examples | 9names | 2025-02-16 | 1 | -5/+0 |
| | | |||||
| * | Update documentation | Flamenco | 2025-02-08 | 1 | -1/+1 |
| | | | | Update comment to specify the correct rp chip identifier | ||||
| * | Remove binary_info blocks from most examples. (#3385) | Caleb Jamison | 2024-10-01 | 1 | -10/+0 |
| | | |||||
| * | rp235x flash support. | Caleb Jamison | 2024-08-29 | 1 | -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 Nieuwenhuis | 2024-08-17 | 1 | -4/+4 |
| | | |||||
| * | cargo fmt | Caleb Jamison | 2024-08-08 | 1 | -2/+1 |
| | | |||||
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -0/+150 |
| Examples have been run, but there is not yet a test suite. | |||||
