aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* update datesUlf Lilleengen2024-08-051-1/+1
* Prepare to release embassy-rpUlf Lilleengen2024-08-052-1/+33
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-hal-internalUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
* Fix possible typo in embassy-rp README.mdRafael Bachmann2024-08-031-1/+1
* Merge pull request #3174 from JomerDev/add-count-to-read_to_breakUlf Lilleengen2024-08-021-100/+155
|\
| * Add read_to_break_with_countJomer.Dev2024-07-191-100/+155
* | Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-12/+6
|/
* Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-refDario Nieuwenhuis2024-07-182-6/+73
|\
| * Correctly handle modifying LCR register after uart enableMathias2024-07-171-22/+51
| * Add split_ref fn to uart, allowing a mutable reference split into RX & TX han...Mathias2024-07-172-3/+41
* | Merge branch 'embassy-rs:main' into maintaaki23112024-07-172-8/+8
|\|
| * Update nightly, fix error with rp inline asm.Dario Nieuwenhuis2024-07-162-8/+8
* | Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|/
* rustfmtrafael2024-07-101-2/+2
* implement read_ready method in BufferedUartrafael2024-07-101-0/+18
* rp/i2c: add address flexibility and exampleKrzysztof Królczyk2024-06-281-22/+16
* Merge pull request #3119 from diondokter/rp-boot2-noneDario Nieuwenhuis2024-06-251-0/+1
|\
| * RP: Shut up missed warning boot2-noneDion Dokter2024-06-251-0/+1
* | Merge pull request #3118 from diondokter/rp-boot2-noneDario Nieuwenhuis2024-06-252-0/+9
|\|
| * Fix syntax error?Dion Dokter2024-06-251-1/+1
| * RP: add option to provide your own boot2Dion Dokter2024-06-252-0/+9
* | Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-5/+68
|\ \ | |/ |/|
| * Add comment about internal apikalkyl2024-06-221-0/+2
| * rp: Add multichannel ADCkalkyl2024-06-051-5/+66
* | Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* | Use raw slices .len() method instead of unsafe hacks.Dario Nieuwenhuis2024-06-132-30/+14
* | Add missing word "pin" in rp pwm documentationMikkel2024-06-121-1/+1
* | Merge pull request #3054 from dvdsk/clonable-errorsDario Nieuwenhuis2024-06-094-5/+5
|\ \
| * | Add Clone and Copy to Error typesdvdsk2024-06-064-5/+5
| |/
* / 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