aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rp: Update embassy-boot-rp to use embassy-rp 0.4.09names2025-03-092-2/+2
* rp/pio: Update cyw43-pio to use new version of embassy-rp9names2025-03-094-4/+6
* rp: Update changelog for embassy-rp 0.4.0 release9names2025-03-091-0/+3
* rp: Update embassy-rp version in examples and tests9names2025-03-093-3/+3
* rp: Bump embassy-rp version number for release9names2025-03-091-1/+1
* rp/pio: Use crates.io version of pio in embassy-rp9names2025-03-091-1/+1
* Merge pull request #3943 from AlexCharlton/patch-1Ulf Lilleengen2025-03-063-0/+4
|\
| * Add mpfs-hal references to docsAlex Charlton2025-03-062-0/+3
| * Update README.md to include a reference to mpfs-halAlex Charlton2025-03-031-0/+1
* | Merge pull request #3930 from meowcakes/fix_uartUlf Lilleengen2025-03-062-5/+13
|\ \
| * | fixRogan Morrow2025-02-281-3/+1
| * | fixRogan Morrow2025-02-281-2/+3
| * | add missing moduleRogan Morrow2025-02-281-0/+1
| * | feature flagRogan Morrow2025-02-281-3/+6
| * | add separate tx wakerRogan Morrow2025-02-281-1/+4
| * | only clear idle flagRogan Morrow2025-02-281-1/+3
* | | Merge pull request #3935 from edenbarby/mainUlf Lilleengen2025-03-067-14/+25
|\ \ \ | |_|/ |/| |
| * | Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-017-14/+25
| |/
* | Merge pull request #3931 from hvraven/stm32-sai-fixUlf Lilleengen2025-03-031-1/+1
|\ \
| * | stm32: do not use private constructorHendrik v. Raven2025-02-281-1/+1
| |/
* | Merge pull request #3939 from 0e4ef622/nrf53-int-capDario Nieuwenhuis2025-03-021-1/+155
|\ \
| * | nrf5340: add internal capacitor configMatthew Tran2025-03-021-1/+155
| |/
* | Merge pull request #3937 from 0e4ef622/nrf53-vreghvoutDario Nieuwenhuis2025-03-021-0/+39
|\ \
| * | nrf5340: add regh_voltage configMatthew Tran2025-03-011-0/+39
| |/
* | Merge pull request #3938 from 9names/rp_unreleased_changelogDario Nieuwenhuis2025-03-021-0/+7
|\ \ | |/ |/|
| * rp: Add unreleased changes to changelog9names2025-03-021-0/+7
|/
* Merge pull request #3925 from gmarino2048/gmarino/core-errorDario Nieuwenhuis2025-02-263-0/+49
|\
| * Implement `core::error::Error` for STM32 Serial DevicesGuy Marino2025-02-263-0/+49
|/
* Merge pull request #3915 from embedded-rust-iml/fix/BufferedUartRx-nb-readDario Nieuwenhuis2025-02-241-19/+10
|\
| * fix: Check buffer full before pop_done()Maximilian Rozwora2025-02-241-3/+4
| * Apply cargo formatMaximilian Rozwora2025-02-241-1/+1
| * fix: BufferedUartRx embedded_hal_nb::serial::Read implMaximilian Rozwora2025-02-241-19/+9
* | Merge pull request #3911 from 0e4ef622/nrf5340-lfclkDario Nieuwenhuis2025-02-233-3/+57
|\ \
| * | remove redundant cfgMatthew Tran2025-02-222-17/+9
| * | nrf5340: configure LFCLKMatthew Tran2025-02-223-3/+65
* | | Merge pull request #3913 from U007D/rpi-pico-2-wDario Nieuwenhuis2025-02-2359-2/+92
|\ \ \ | |/ / |/| |
| * | rename `Pimoroni Pico Plus 2` example to group alphabetically with other `bli...Curly2025-02-231-1/+1
| * | add `rp235x` blinky_wifi.rs` to support RPi Pico 2 WCurly2025-02-231-0/+89
| * | rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-2357-1/+1
| * | add JetBrains editor artifacts to `.gitignore`Curly2025-02-221-0/+1
|/ /
* | Merge pull request #3903 from rxwb/fix-the-theDario Nieuwenhuis2025-02-198-13/+12
|\ \
| * | doc: Fix "the the"Ronald Weber2025-02-198-13/+12
|/ /
* | Merge pull request #3797 from stargazing-dino/add-channel-streamDario Nieuwenhuis2025-02-191-0/+22
|\ \
| * | add stream implRex Magana2025-01-221-0/+22
* | | Merge pull request #3901 from CBJamo/rp23_testingDario Nieuwenhuis2025-02-1922-62/+162
|\ \ \ | |_|/ |/| |
| * | Forgot to actually skip the adc test.Caleb Jamison2025-02-181-0/+2
| * | rustfmt againCaleb Jamison2025-02-181-2/+1
| * | rustfmt fixupCaleb Jamison2025-02-181-2/+1
| * | Inital rp23 ci testsCaleb Jamison2025-02-1822-64/+164
* | | Merge pull request #3865 from embassy-rs/pio2Dario Nieuwenhuis2025-02-1822-133/+137
|\ \ \