aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/gpout.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+4
| | | | specified.
* rp/clocks: don't expose unstable pac itemspennae2023-05-171-2/+2
| | | | | | | exposing pac items kind of undermines the unstable-pac feature. directly exposing register structure is also pretty inconvenient since the clock switching code takes care of the src/aux difference in behavior, so a user needn't really be forced to write down decomposed register values.
* Dirbaio comments round 2Caleb Jamison2023-05-091-5/+5
|
* Improve gpout example, clk_gpout_freqCaleb Jamison2023-05-091-6/+19
|
* Add missing functions, Cleanup, Gpout exampleCaleb Jamison2023-05-081-0/+21