aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/float.rs
Commit message (Collapse)AuthorAgeFilesLines
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-161-2/+1
|
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-6/+4
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+2
|
* rp: hook up softfloat rom intrinsicspennae2023-04-191-0/+53
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.