aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Expand)AuthorAgeFilesLines
...
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-1333-5/+122
* RP: Don't reset RTC in Clock::init. Updated example.Henrik Berg2023-07-121-17/+9
* RP: Add save/restore to Rtc. Example use.Henrik Berg2023-07-121-21/+34
* RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().Henrik Berg2023-07-121-4/+10
* RP: Add RTC example to rp2040.Henrik Berg2023-07-121-0/+33
* Merge pull request #1623 from pennae/rp-adcDario Nieuwenhuis2023-07-071-8/+9
|\
| * rp/adc: rewrite the modulepennae2023-07-071-8/+9
* | rp/pio: use bind_interrupts for irqspennae2023-07-078-20/+64
* | Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o...Dario Nieuwenhuis2023-07-051-2/+5
|/
* update embedded-hal crates.Dario Nieuwenhuis2023-07-046-21/+49
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-295-9/+9
* Spelling.Henrik Berg2023-06-121-1/+1
* Code cleanup.Henrik Berg2023-06-121-1/+1
* Document external button. Add wifi_blinky.rs for easy beginners start.Henrik Berg2023-06-122-1/+63
* examples: use nicer InterrupExt to set irq priority in multprio.Dario Nieuwenhuis2023-06-091-11/+5
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-091-1/+1
* net: Support dual stackĀ IPRuben De Smet2023-06-077-9/+9
* net: StaticV4 config behind proto-ipv4Ruben De Smet2023-06-064-4/+4
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-067-7/+7
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-0112-120/+45
* net-w5500: integrate into main repo.Dario Nieuwenhuis2023-05-315-55/+22
* Merge remote-tracking branch 'w5500/main' into w5500Dario Nieuwenhuis2023-05-314-0/+552
|\
| * move embassy-net-w5500 to subdir.Dario Nieuwenhuis2023-05-314-0/+552
* cyw43: adapt build to main embassy repo.Dario Nieuwenhuis2023-05-304-0/+363
* Switch to DMA, use new clocks, don't take ownership of pio commonCaleb Jamison2023-05-191-13/+31
* Pin fix, improve fifo handlingCaleb Jamison2023-05-191-1/+5
* rp/clocks: don't expose unstable pac itemspennae2023-05-171-2/+2
* rp: Read flash unique id and jedec idkalkyl2023-05-161-0/+10
* Merge #1458bors[bot]2023-05-157-33/+52
|\
| * rp: remove take!, add bind_interrupts!pennae2023-05-157-33/+52
* | net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+1
|/
* rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-135-5/+0
* Merge branch 'master' into masterCaleb Jamison2023-05-093-2/+154
|\
| * Fix some typosDirk Stolle2023-05-081-1/+1
| * Merge #1435bors[bot]2023-05-082-1/+153
| |\
| | * added example multi priority executors rp2040Fabian Kunze2023-05-072-1/+153
* | | Dirbaio comments round 2Caleb Jamison2023-05-091-5/+5
* | | Remove patches, bump rp-pac versionCaleb Jamison2023-05-091-3/+0
* | | Improve gpout example, clk_gpout_freqCaleb Jamison2023-05-092-6/+22
* | | Add missing functions, Cleanup, Gpout exampleCaleb Jamison2023-05-081-0/+21
|/ /
* | rp/pio: allow wrap-around program loadingpennae2023-05-061-1/+2
* | rp/pio: configure state machines with Config structpennae2023-05-065-64/+83
* | rp/pio: add set-pin-{values,dirs} convenience functionspennae2023-05-061-7/+2
* | rp/pio: add load_program, use_programpennae2023-05-064-48/+13
* | rp/pio: drop Pio prefix from almost all namespennae2023-05-053-14/+14
|/
* rp/pio: wrap sm rx, tx in structs and allow splittingpennae2023-05-034-13/+14
* rp/pio: split irqs from state machinespennae2023-05-032-6/+10
* rp/pio: remove PioStateMachineInstancepennae2023-05-034-6/+4