aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* rp: fix watchdog CTRL register getting overwrittenNick2024-05-291-2/+2
* rp: wait until read matches for PSM accesses.Dario Nieuwenhuis2024-05-271-4/+21
* rp: fix spinlocks staying locked after reset.Dario Nieuwenhuis2024-05-241-0/+44
* rp/pwm: rename channel->slice in args, misc fix.Dario Nieuwenhuis2024-05-211-30/+31
* Remove generics from embassy-rpIsmet Handzic2024-05-211-42/+50
* Merge pull request #2956 from tact1m4n3/uart-fixDario Nieuwenhuis2024-05-202-72/+82
|\
| * fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTxtact1m4n32024-05-172-72/+82
* | rp/flash: implement `embedded_storage_async::nor_flash::MultiwriteNorFlash`Alexander van Saase2024-05-181-0/+5
|/
* Fix: typoQWS2024-05-141-1/+1
* In the start_xosc function, the frequency range is set twice. Remove the redu...QWS2024-05-131-4/+0
* rp usb: wake ep-wakers after stallingRob Pilling2024-05-101-0/+3
* rp usb: add stall implementationRob Pilling2024-05-101-4/+30
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* Add a comment to the pio rx fifo pull functionJan Niehusmann2024-04-211-0/+4
* Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-7/+28
* rp: remove mod sealed.Dario Nieuwenhuis2024-04-0512-215/+188
* rename pins data type and the macroAlexandru RADOVICI2024-04-021-40/+40
* rename pwm channels to pwm slices, including in documentationAlexandru RADOVICI2024-04-021-8/+8
* rename the Channel trait to Slice and the PwmPin to PwmChannelAlexandru RADOVICI2024-04-021-60/+60
* rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-022-46/+46
* fix: CIRafael Bachmann2024-03-252-2/+4
* Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rpRafael Bachmann2024-03-259-29/+7
|\
| * Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-208-27/+6
| * fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
| * Fix minor typos in embassy_rp/src/lib.rsRafael Bachmann2024-03-181-2/+2
* | fix minor clippy lints in embassy_rpRafael Bachmann2024-03-1814-49/+37
|/
* fixup another display -> debugCaleb Jamison2024-02-221-1/+1
* Fixup comments from JamesCaleb Jamison2024-02-222-6/+4
* Fixup display -> debugCaleb Jamison2024-02-221-1/+1
* rp2040 i2c_slave improvementsCaleb Jamison2024-02-221-51/+66
* Add SetConfig impl to rp2040 i2cCaleb Jamison2024-02-221-31/+55
* rp/gpio: fix wrong io _bank calcAndelf2024-02-171-1/+1
* Merge pull request #2581 from adsnaider/mainDario Nieuwenhuis2024-02-171-0/+11
|\
| * Add unsafe constructor for AnyPinAdam Snaider2024-02-151-0/+11
* | Remove unused importsCaleb Jamison2024-02-151-1/+0
* | Improve rp2040 i2c slaveCaleb Jamison2024-02-151-89/+147
|/
* Use saturating_sub to make sure we don't overflowJomer.Dev2024-01-291-2/+2
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-221-63/+62
* A rebase ate my doc comment!James Munns2024-01-191-0/+4
* Fun Learning about the RP2040 UART impl!James Munns2024-01-191-40/+41
* Debugging RSRJames Munns2024-01-191-48/+80
* A little more cleanupJames Munns2024-01-191-1/+4
* Update with more docs and less panicsJames Munns2024-01-191-23/+95
* Add a basic "read to break" functionJames Munns2024-01-191-0/+88
* Additional features docs for embassy-rp9names2024-01-141-17/+24
* End all feature doc comments with a full stop9names2024-01-141-13/+13
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+5