aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-298-574/+505
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-4/+4
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+1
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* Merge pull request #2017 from ilya-epifanov/rp-adc-divDario Nieuwenhuis2023-10-201-2/+6
|\
| * added sampling frequency setting to adc capture methods on rp2040Ilya Epifanov2023-10-091-2/+6
* | remove trailing spacesRiley Williams2023-10-171-6/+6
* | Grammar and formattingRiley Williams2023-10-171-8/+7
* | Add docs to RP2040 PWMRiley Williams2023-10-171-0/+30
* | time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* | time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-4/+4
* | Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* | Merge pull request #2039 from jcdickinson/rp-i2c-stop-restartDario Nieuwenhuis2023-10-111-2/+13
|\ \
| * | fix (rp i2c): fix restart/stop flags for i2c master methodsJonathan Dickinson2023-10-101-2/+13
| |/
* / fix (rp i2c): set i2c slew rate to spec valueJonathan Dickinson2023-10-102-36/+23
|/
* Merge pull request #2018 from jamesmunns/add-derivesDario Nieuwenhuis2023-10-072-3/+3
|\
| * Add missing deriveJames Munns2023-10-071-1/+1
| * Add some uncontroversial derives to Error typesJames Munns2023-10-062-2/+2
* | rp/bootsel: change it to a method on the peripheral.Dario Nieuwenhuis2023-10-072-9/+12
* | rp2040: implement BOOTSEL button supportScott Mansell2023-10-072-0/+82
* | rp2040: move in_ram helper outside of Flash's implScott Mansell2023-10-071-39/+39
|/
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
* Remove a few ultra-verbose logs.Dario Nieuwenhuis2023-10-032-11/+1
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
* feat: allow schmitt, slew, and drive strength be set from Flex, Input, OutputJonathan Dickinson2023-10-011-0/+38
* nrf, rp: update set_configxoviat2023-10-011-1/+4
* Make irq token Copy+CloneDario Nieuwenhuis2023-09-251-1/+2
* rp: remove paste macro.Dario Nieuwenhuis2023-09-182-9/+33
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Fixing my git-based mistakesCaleb Jamison2023-09-103-492/+15
* Add example, fix small bug in respond_and_fillCaleb Jamison2023-09-101-0/+12
* I2c slave take 2Caleb Jamison2023-09-103-1/+481
* Rename to match upstream docsCaleb Jamison2023-09-102-8/+8
* Remove debug printsCaleb Jamison2023-09-101-2/+0
* rp2040 I2cDeviceCaleb Jamison2023-09-103-165/+494
* RP2040: Fixes as per PRMichael van Niekerk2023-08-301-1/+1
* RP2040: Fixes as per PRMichael van Niekerk2023-08-301-1/+1
* RP2040: Fixes as per PRMichael van Niekerk2023-08-301-2/+2
* RP2040: XOSC delay multiplierMichael van Niekerk2023-08-301-1/+1
* RP2040: XOSC delay multiplierMichael van Niekerk2023-08-301-3/+5
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* rp/flash: change naming to `blocking_*`, `new_blocking`.Dario Nieuwenhuis2023-08-181-48/+52
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-163-55/+15
* rp: fix async spi read sometimes hanging.Dario Nieuwenhuis2023-08-151-2/+3