aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src
Commit message (Expand)AuthorAgeFilesLines
...
* Import otp from rp-hal, helper fns for chipid and randidCaleb Jamison2024-08-292-0/+110
* rp235x flash support.Caleb Jamison2024-08-292-76/+63
* Import rom_data for the rp235x, don't use intrinsics on rp235xCaleb Jamison2024-08-265-22/+850
* Set up timer0 tick when initializing clocksUgljesa Jovanovic2024-08-241-1/+7
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-175-577/+3
* Note where some embassy-rs files come from.Jonathan 'theJPster' Pallant2024-08-165-0/+15
* Fix commented out codeCaleb Jamison2024-08-131-1/+1
* Enable rp235x doc tests, fixup feature docCaleb Jamison2024-08-121-3/+3
* Fix docs, ciCaleb Jamison2024-08-122-4/+4
* Fix CI, rename private feature, address comments from dirbaio.Caleb Jamison2024-08-1214-84/+103
* rp: update PAC, fix CI.Dario Nieuwenhuis2024-08-121-3/+3
* 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-091-6/+3
* cargo fmtCaleb Jamison2024-08-083-13/+8
* Initial rp235x supportCaleb Jamison2024-08-0823-76/+2546
* 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-251-0/+1
|\|
| * RP: add option to provide your own boot2Dion Dokter2024-06-251-0/+1
* | 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
* | Add Clone and Copy to Error typesdvdsk2024-06-064-5/+5
|/
* 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