aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve ADC configuration optionschemicstry2022-07-274-34/+68
* Merge #876bors[bot]2022-07-244-3/+7
|\
| * Add defmt support to embassy-embedded-hal errorsMatous Hybl2022-07-244-3/+7
* | Merge #856bors[bot]2022-07-234-63/+52
|\ \
| * | rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-234-16/+19
| * | embassy-stm32/pwm: Generalize channel selectionBen Gamari2022-07-231-57/+43
* | | Merge #842bors[bot]2022-07-2365-1421/+1527
|\| |
| * | nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-2312-164/+180
| * | stm32/gpio: Add Peripheral<Self> bound to Pin.Dario Nieuwenhuis2022-07-231-1/+1
| * | Remove PeripheralRef::into_inner()Dario Nieuwenhuis2022-07-2311-105/+156
| * | Add docs to PeripheralRef::map_into.Dario Nieuwenhuis2022-07-231-0/+6
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-2362-918/+970
| * | Update embassy-stm32Dario Nieuwenhuis2022-07-2326-360/+432
| * | fix nrf dppiDario Nieuwenhuis2022-07-231-8/+1
| * | Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis2022-07-2310-36/+25
| * | wipDario Nieuwenhuis2022-07-232-65/+18
| * | Reuse unsafe_impl_unborrow in other macros.Dario Nieuwenhuis2022-07-232-19/+2
| * | Update embassy-rpGrant Miller2022-07-234-59/+50
| * | WIP: Make unborrow safe to useGrant Miller2022-07-2316-221/+221
* | | Merge #875bors[bot]2022-07-223-62/+16
|\| |
| * | Change steal() from trait to inherent fns.Dario Nieuwenhuis2022-07-223-23/+16
| * | Remove unused std_peripherals.Dario Nieuwenhuis2022-07-221-39/+0
|/ /
| |
| \
*-. \ Merge #871 #872bors[bot]2022-07-222-3/+30
|\ \ \
| | * | nrf/usb: prevent user code from constructing a PowerUsb directly.Dario Nieuwenhuis2022-07-211-2/+4
| | |/
| * / nrf/saadc: add type-erased AnyInput.Dario Nieuwenhuis2022-07-211-1/+26
| |/
* | Merge #874bors[bot]2022-07-221-0/+10
|\ \
| * | Add inline attribute to embassy-rp async functionsDaniel Bevenius2022-07-221-0/+10
|/ /
* | Merge #873bors[bot]2022-07-215-61/+71
|\ \ | |/ |/|
| * Include embassy-rp in ci buildsJan Niehusmann2022-07-212-0/+7
| * Fix build of embassy-rp on stable channelJan Niehusmann2022-07-213-61/+64
|/
* Merge #869bors[bot]2022-07-199-2/+69
|\
| * embassy-embedded-hal: docsDario Nieuwenhuis2022-07-197-2/+59
| * embassy-cortex-m: docsDario Nieuwenhuis2022-07-192-0/+10
|/
* Merge #868bors[bot]2022-07-185-106/+106
|\
| * Rename XXBusDevice to XXDevice.Dario Nieuwenhuis2022-07-185-106/+106
|/
* Merge #853bors[bot]2022-07-165-1/+489
|\
| * Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-145-1/+489
* | Merge #866bors[bot]2022-07-153-40/+55
|\ \ | |/ |/|
| * Fix unused importschemicstry2022-07-141-1/+0
| * Require erase address to be aligned to page sizechemicstry2022-07-141-1/+1
| * Fix erasing across bankschemicstry2022-07-142-34/+38
| * Fix writing to last sector of F4 flashchemicstry2022-07-142-12/+24
* | Merge #865bors[bot]2022-07-131-1/+1
|\ \
| * | Update Rust nightly.Dario Nieuwenhuis2022-07-131-1/+1
|/ /
* | Merge pull request #864 from jdswensen/jds/fixesDario Nieuwenhuis2022-07-131-1/+1
|\ \
| * | fix: doc: use master branch for basic example linkJake Swensen2022-07-121-1/+1
|/ /
* | Merge #863bors[bot]2022-07-123-1/+224
|\ \ | |/ |/|
| * Move all gpio logic to Flexchemicstry2022-07-133-25/+13
| * Change get_set_level to get_output_levelchemicstry2022-07-133-8/+8
| * Add convenience GPIO functions to RPchemicstry2022-07-131-0/+78