aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-176-578/+5
* Add license files to embassy-rp crediting rp-rs.Dario Nieuwenhuis2024-08-162-0/+228
* Note where some embassy-rs files come from.Jonathan 'theJPster' Pallant2024-08-165-0/+15
* Fix commented out codeCaleb Jamison2024-08-131-1/+1
* Actually fix embassy-rp docs build.Dario Nieuwenhuis2024-08-121-2/+2
* Enable rp235x doc tests, fixup feature docCaleb Jamison2024-08-122-7/+10
* Fix docs, ciCaleb Jamison2024-08-122-4/+4
* Fix CI, rename private feature, address comments from dirbaio.Caleb Jamison2024-08-1215-89/+112
* rp: update PAC, fix CI.Dario Nieuwenhuis2024-08-122-7/+4
* Switch to embassy's rp-pac repo, also use a patch.Caleb Jamison2024-08-101-1/+4
* Handle pad isolation everywhere and in the same way.Caleb Jamison2024-08-105-9/+28
* Move #![cfg]s to lib.rsCaleb Jamison2024-08-093-2/+2
* Fix ci/rustfmtCaleb Jamison2024-08-091-1/+0
* Switch to single pacCaleb Jamison2024-08-092-14/+8
* Fixup pac dep sourcesCaleb Jamison2024-08-081-2/+2
* cargo fmtCaleb Jamison2024-08-083-13/+8
* Initial rp235x supportCaleb Jamison2024-08-0826-87/+2575
* Fix broken link to rp-pac and add link to critical-section in embassy-rpJoris Kleiber2024-08-051-2/+2
* 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
| |/