| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Improve ADC configuration options | chemicstry | 2022-07-27 | 4 | -34/+68 | |
| * | Merge #876 | bors[bot] | 2022-07-24 | 4 | -3/+7 | |
| |\ | ||||||
| | * | Add defmt support to embassy-embedded-hal errors | Matous Hybl | 2022-07-24 | 4 | -3/+7 | |
| * | | Merge #856 | bors[bot] | 2022-07-23 | 4 | -63/+52 | |
| |\ \ | ||||||
| | * | | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 4 | -16/+19 | |
| | * | | embassy-stm32/pwm: Generalize channel selection | Ben Gamari | 2022-07-23 | 1 | -57/+43 | |
| * | | | Merge #842 | bors[bot] | 2022-07-23 | 65 | -1421/+1527 | |
| |\| | | ||||||
| | * | | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis | 2022-07-23 | 12 | -164/+180 | |
| | * | | stm32/gpio: Add Peripheral<Self> bound to Pin. | Dario Nieuwenhuis | 2022-07-23 | 1 | -1/+1 | |
| | * | | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 11 | -105/+156 | |
| | * | | Add docs to PeripheralRef::map_into. | Dario Nieuwenhuis | 2022-07-23 | 1 | -0/+6 | |
| | * | | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 62 | -918/+970 | |
| | * | | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 26 | -360/+432 | |
| | * | | fix nrf dppi | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+1 | |
| | * | | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 10 | -36/+25 | |
| | * | | wip | Dario Nieuwenhuis | 2022-07-23 | 2 | -65/+18 | |
| | * | | Reuse unsafe_impl_unborrow in other macros. | Dario Nieuwenhuis | 2022-07-23 | 2 | -19/+2 | |
| | * | | Update embassy-rp | Grant Miller | 2022-07-23 | 4 | -59/+50 | |
| | * | | WIP: Make unborrow safe to use | Grant Miller | 2022-07-23 | 16 | -221/+221 | |
| * | | | Merge #875 | bors[bot] | 2022-07-22 | 3 | -62/+16 | |
| |\| | | ||||||
| | * | | Change steal() from trait to inherent fns. | Dario Nieuwenhuis | 2022-07-22 | 3 | -23/+16 | |
| | * | | Remove unused std_peripherals. | Dario Nieuwenhuis | 2022-07-22 | 1 | -39/+0 | |
| |/ / | ||||||
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #871 #872 | bors[bot] | 2022-07-22 | 2 | -3/+30 | |
| |\ \ \ | ||||||
| | | * | | nrf/usb: prevent user code from constructing a PowerUsb directly. | Dario Nieuwenhuis | 2022-07-21 | 1 | -2/+4 | |
| | | |/ | ||||||
| | * / | nrf/saadc: add type-erased AnyInput. | Dario Nieuwenhuis | 2022-07-21 | 1 | -1/+26 | |
| | |/ | ||||||
| * | | Merge #874 | bors[bot] | 2022-07-22 | 1 | -0/+10 | |
| |\ \ | ||||||
| | * | | Add inline attribute to embassy-rp async functions | Daniel Bevenius | 2022-07-22 | 1 | -0/+10 | |
| |/ / | ||||||
| * | | Merge #873 | bors[bot] | 2022-07-21 | 5 | -61/+71 | |
| |\ \ | |/ |/| | ||||||
| | * | Include embassy-rp in ci builds | Jan Niehusmann | 2022-07-21 | 2 | -0/+7 | |
| | * | Fix build of embassy-rp on stable channel | Jan Niehusmann | 2022-07-21 | 3 | -61/+64 | |
| |/ | ||||||
| * | Merge #869 | bors[bot] | 2022-07-19 | 9 | -2/+69 | |
| |\ | ||||||
| | * | embassy-embedded-hal: docs | Dario Nieuwenhuis | 2022-07-19 | 7 | -2/+59 | |
| | * | embassy-cortex-m: docs | Dario Nieuwenhuis | 2022-07-19 | 2 | -0/+10 | |
| |/ | ||||||
| * | Merge #868 | bors[bot] | 2022-07-18 | 5 | -106/+106 | |
| |\ | ||||||
| | * | Rename XXBusDevice to XXDevice. | Dario Nieuwenhuis | 2022-07-18 | 5 | -106/+106 | |
| |/ | ||||||
| * | Merge #853 | bors[bot] | 2022-07-16 | 5 | -1/+489 | |
| |\ | ||||||
| | * | Add embedded_hal_async support for embassy-rp | Daniel Bevenius | 2022-07-14 | 5 | -1/+489 | |
| * | | Merge #866 | bors[bot] | 2022-07-15 | 3 | -40/+55 | |
| |\ \ | |/ |/| | ||||||
| | * | Fix unused imports | chemicstry | 2022-07-14 | 1 | -1/+0 | |
| | * | Require erase address to be aligned to page size | chemicstry | 2022-07-14 | 1 | -1/+1 | |
| | * | Fix erasing across banks | chemicstry | 2022-07-14 | 2 | -34/+38 | |
| | * | Fix writing to last sector of F4 flash | chemicstry | 2022-07-14 | 2 | -12/+24 | |
| * | | Merge #865 | bors[bot] | 2022-07-13 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-07-13 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #864 from jdswensen/jds/fixes | Dario Nieuwenhuis | 2022-07-13 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | fix: doc: use master branch for basic example link | Jake Swensen | 2022-07-12 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge #863 | bors[bot] | 2022-07-12 | 3 | -1/+224 | |
| |\ \ | |/ |/| | ||||||
| | * | Move all gpio logic to Flex | chemicstry | 2022-07-13 | 3 | -25/+13 | |
| | * | Change get_set_level to get_output_level | chemicstry | 2022-07-13 | 3 | -8/+8 | |
| | * | Add convenience GPIO functions to RP | chemicstry | 2022-07-13 | 1 | -0/+78 | |
