aboutsummaryrefslogtreecommitdiff
path: root/examples/rp23
Commit message (Collapse)AuthorAgeFilesLines
...
* TRNG support for 235xUgljesa Jovanovic2024-09-171-0/+64
|
* Fixup: forgot to rename fn in exampleCaleb Jamison2024-08-291-2/+2
|
* Import otp from rp-hal, helper fns for chipid and randidCaleb Jamison2024-08-291-0/+46
| | | | | Again, credit to @thejpster for doing the hard part and figuring out the otp.
* rp235x flash support.Caleb Jamison2024-08-292-13/+5
| | | | | | | | | | | | | 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.
* Use released bt-hci crateUlf Lilleengen2024-08-211-1/+0
|
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-1743-172/+172
|
* Switch to single pacCaleb Jamison2024-08-091-1/+1
|
* cargo fmtCaleb Jamison2024-08-0843-84/+44
|
* Initial rp235x supportCaleb Jamison2024-08-0848-0/+4929
Examples have been run, but there is not yet a test suite.