aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/float
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-20/+4
|
* doc: Fix "the the"Ronald Weber2025-02-191-1/+1
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-0/+1
|
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-40/+38
|
* rp: hook up softfloat rom intrinsicspennae2023-04-197-0/+1049
rp-hal has done this very well already, so we'll just copy their entire impl again. only div.rs needed some massaging because our sio access works a little differently, everything else worked as is.