| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Import otp from rp-hal, helper fns for chipid and randid | Caleb Jamison | 2024-08-29 | 2 | -0/+110 |
| * | rp235x flash support. | Caleb Jamison | 2024-08-29 | 2 | -76/+63 |
| * | Import rom_data for the rp235x, don't use intrinsics on rp235x | Caleb Jamison | 2024-08-26 | 5 | -22/+850 |
| * | Set up timer0 tick when initializing clocks | Ugljesa Jovanovic | 2024-08-24 | 1 | -1/+7 |
| * | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 5 | -577/+3 |
| * | Note where some embassy-rs files come from. | Jonathan 'theJPster' Pallant | 2024-08-16 | 5 | -0/+15 |
| * | Fix commented out code | Caleb Jamison | 2024-08-13 | 1 | -1/+1 |
| * | Enable rp235x doc tests, fixup feature doc | Caleb Jamison | 2024-08-12 | 1 | -3/+3 |
| * | Fix docs, ci | Caleb Jamison | 2024-08-12 | 2 | -4/+4 |
| * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 14 | -84/+103 |
| * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 1 | -3/+3 |
| * | Handle pad isolation everywhere and in the same way. | Caleb Jamison | 2024-08-10 | 5 | -9/+28 |
| * | Move #![cfg]s to lib.rs | Caleb Jamison | 2024-08-09 | 3 | -2/+2 |
| * | Fix ci/rustfmt | Caleb Jamison | 2024-08-09 | 1 | -1/+0 |
| * | Switch to single pac | Caleb Jamison | 2024-08-09 | 1 | -6/+3 |
| * | cargo fmt | Caleb Jamison | 2024-08-08 | 3 | -13/+8 |
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 23 | -76/+2546 |
| * | Merge pull request #3174 from JomerDev/add-count-to-read_to_break | Ulf Lilleengen | 2024-08-02 | 1 | -100/+155 |
| |\ |
|
| | * | Add read_to_break_with_count | Jomer.Dev | 2024-07-19 | 1 | -100/+155 |
| * | | Update to Rust 1.80, make check-cfg unconditional. | Dario Nieuwenhuis | 2024-07-25 | 1 | -12/+6 |
| |/ |
|
| * | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-ref | Dario Nieuwenhuis | 2024-07-18 | 2 | -6/+73 |
| |\ |
|
| | * | Correctly handle modifying LCR register after uart enable | Mathias | 2024-07-17 | 1 | -22/+51 |
| | * | Add split_ref fn to uart, allowing a mutable reference split into RX & TX han... | Mathias | 2024-07-17 | 2 | -3/+41 |
| * | | Merge branch 'embassy-rs:main' into main | taaki2311 | 2024-07-17 | 2 | -8/+8 |
| |\| |
|
| | * | Update nightly, fix error with rp inline asm. | Dario Nieuwenhuis | 2024-07-16 | 2 | -8/+8 |
| * | | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| |/ |
|
| * | rustfmt | rafael | 2024-07-10 | 1 | -2/+2 |
| * | implement read_ready method in BufferedUart | rafael | 2024-07-10 | 1 | -0/+18 |
| * | rp/i2c: add address flexibility and example | Krzysztof Królczyk | 2024-06-28 | 1 | -22/+16 |
| * | Merge pull request #3119 from diondokter/rp-boot2-none | Dario Nieuwenhuis | 2024-06-25 | 1 | -0/+1 |
| |\ |
|
| | * | RP: Shut up missed warning boot2-none | Dion Dokter | 2024-06-25 | 1 | -0/+1 |
| * | | Merge pull request #3118 from diondokter/rp-boot2-none | Dario Nieuwenhuis | 2024-06-25 | 1 | -0/+1 |
| |\| |
|
| | * | RP: add option to provide your own boot2 | Dion Dokter | 2024-06-25 | 1 | -0/+1 |
| * | | Merge pull request #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 1 | -5/+68 |
| |\ \
| |/
|/| |
|
| | * | Add comment about internal api | kalkyl | 2024-06-22 | 1 | -0/+2 |
| | * | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 1 | -5/+66 |
| * | | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| * | | Use raw slices .len() method instead of unsafe hacks. | Dario Nieuwenhuis | 2024-06-13 | 2 | -30/+14 |
| * | | Add missing word "pin" in rp pwm documentation | Mikkel | 2024-06-12 | 1 | -1/+1 |
| * | | Add Clone and Copy to Error types | dvdsk | 2024-06-06 | 4 | -5/+5 |
| |/ |
|
| * | rp: fix watchdog CTRL register getting overwritten | Nick | 2024-05-29 | 1 | -2/+2 |
| * | rp: wait until read matches for PSM accesses. | Dario Nieuwenhuis | 2024-05-27 | 1 | -4/+21 |
| * | rp: fix spinlocks staying locked after reset. | Dario Nieuwenhuis | 2024-05-24 | 1 | -0/+44 |
| * | rp/pwm: rename channel->slice in args, misc fix. | Dario Nieuwenhuis | 2024-05-21 | 1 | -30/+31 |
| * | Remove generics from embassy-rp | Ismet Handzic | 2024-05-21 | 1 | -42/+50 |
| * | Merge pull request #2956 from tact1m4n3/uart-fix | Dario Nieuwenhuis | 2024-05-20 | 2 | -72/+82 |
| |\ |
|
| | * | fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx | tact1m4n3 | 2024-05-17 | 2 | -72/+82 |
| * | | rp/flash: implement `embedded_storage_async::nor_flash::MultiwriteNorFlash` | Alexander van Saase | 2024-05-18 | 1 | -0/+5 |
| |/ |
|
| * | Fix: typo | QWS | 2024-05-14 | 1 | -1/+1 |
| * | In the start_xosc function, the frequency range is set twice. Remove the redu... | QWS | 2024-05-13 | 1 | -4/+0 |