| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Makes it possible to use the ADC with different analog pins | Ulf Lilleengen | 2021-05-21 | 1 | -16/+14 | |
| * | Mark Unborrow as unsafe to implement | Dario Nieuwenhuis | 2021-05-19 | 4 | -11/+11 | |
| * | nrf/saadc: remove Pin | Dario Nieuwenhuis | 2021-05-19 | 1 | -8/+6 | |
| * | Merge pull request #185 from embassy-rs/nrf-improvement | Dario Nieuwenhuis | 2021-05-17 | 2 | -2/+5 | |
| |\ | ||||||
| | * | nrf/gpiote: Allow choosing IRQ priority. | Dario Nieuwenhuis | 2021-05-17 | 2 | -2/+5 | |
| * | | Fix unused field warnings | Rukai | 2021-05-17 | 6 | -32/+15 | |
| * | | Fix warnings | Rukai | 2021-05-17 | 5 | -13/+7 | |
| |/ | ||||||
| * | stm32: fix build, add ci | Dario Nieuwenhuis | 2021-05-17 | 7 | -0/+14 | |
| * | nrf: add `Unborrow<Target = Self>` bound to all instance traits | Dario Nieuwenhuis | 2021-05-17 | 8 | -10/+11 | |
| * | nrf/pwm: add enable/disable | Dario Nieuwenhuis | 2021-05-17 | 1 | -0/+14 | |
| * | nrf/pwm: set initial value to Low, according to the PS | Dario Nieuwenhuis | 2021-05-17 | 1 | -4/+4 | |
| * | nrf: add PWM | Dario Nieuwenhuis | 2021-05-17 | 7 | -0/+262 | |
| * | Add `init` fn. Initializes hw and returns Peripherals. | Dario Nieuwenhuis | 2021-05-17 | 2 | -80/+85 | |
| * | nrf/gpiote: initialize automatically | Dario Nieuwenhuis | 2021-05-17 | 9 | -36/+15 | |
| * | Add `#[interrupt]` macro to register static interrupts. | Dario Nieuwenhuis | 2021-05-17 | 1 | -0/+1 | |
| * | nrf: add blocking TWIM | Dario Nieuwenhuis | 2021-05-17 | 8 | -0/+548 | |
| * | nrf: add support for nrf52805, nrf52811, nrf52820 | Dario Nieuwenhuis | 2021-05-17 | 17 | -590/+1582 | |
| * | Bump version of critical-section to 0.2.1 | Ulf Lilleengen | 2021-05-13 | 1 | -1/+1 | |
| * | Switch to use PrioritX enums. | Dario Nieuwenhuis | 2021-05-11 | 1 | -40/+1 | |
| * | Use `critical_section` crate | Dario Nieuwenhuis | 2021-05-11 | 3 | -38/+10 | |
| * | Improve comment | Ulf Lilleengen | 2021-05-10 | 1 | -2/+2 | |
| * | Disable PPI trigger during normal read | Ulf Lilleengen | 2021-05-10 | 1 | -4/+10 | |
| * | Read rx amount outside of poll_fn | Ulf Lilleengen | 2021-05-10 | 1 | -3/+4 | |
| * | Use rxdrdy as trigger for timer | Ulf Lilleengen | 2021-05-10 | 1 | -1/+1 | |
| * | Add implementation of ReadUntilIdle for nRF UART | Ulf Lilleengen | 2021-05-10 | 1 | -1/+158 | |
| * | Merge pull request #158 from derekdreery/blocking_spim | Dario Nieuwenhuis | 2021-05-05 | 1 | -0/+97 | |
| |\ | ||||||
| | * | Make changes to `Write` as well as `Transfer` | Richard Dodd | 2021-05-05 | 1 | -8/+4 | |
| | * | Address issues in PR. | Richard Dodd | 2021-05-05 | 1 | -8/+4 | |
| | * | Implement the blocking hal api for SPIM. | Richard Dodd | 2021-05-05 | 1 | -0/+105 | |
| * | | Address issues in PR | Richard Dodd | 2021-05-05 | 1 | -15/+22 | |
| * | | Add a pin variant that can change between disconnected/input/output. | Richard Dodd | 2021-05-05 | 1 | -42/+152 | |
| |/ | ||||||
| * | Add detection of edge transitions for ports | Ulf Lilleengen | 2021-04-16 | 1 | -1/+16 | |
| * | Rename PeripheralBorrow to Unborrow | Dario Nieuwenhuis | 2021-04-14 | 7 | -46/+43 | |
| * | Remove Pin from Flash trait | Dario Nieuwenhuis | 2021-04-14 | 1 | -43/+56 | |
| * | Remove Pin from SPI | Dario Nieuwenhuis | 2021-04-14 | 1 | -19/+42 | |
| * | Remove Pin from GPIO traits | Dario Nieuwenhuis | 2021-04-14 | 1 | -3/+2 | |
| * | Remove pin from Uart | Dario Nieuwenhuis | 2021-04-14 | 2 | -49/+45 | |
| * | nrf/gpio: remove DummyPin | Dario Nieuwenhuis | 2021-04-10 | 1 | -14/+3 | |
| * | nrf/qpsi: make config non_exhaustive | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+13 | |
| * | nrf: better macro naming. | Dario Nieuwenhuis | 2021-03-29 | 6 | -71/+71 | |
| * | nrf/system: add configure | Dario Nieuwenhuis | 2021-03-29 | 3 | -5/+82 | |
| * | nrf/uarte: update BufferedUarte to new APi | Dario Nieuwenhuis | 2021-03-29 | 3 | -187/+127 | |
| * | nrf/ppi: add AnyConfigurableChannel | Dario Nieuwenhuis | 2021-03-29 | 1 | -1/+20 | |
| * | nrf/timer: add instance traits | Dario Nieuwenhuis | 2021-03-29 | 2 | -0/+53 | |
| * | nrf/uarte: deal with hwfc correctly | Dario Nieuwenhuis | 2021-03-29 | 1 | -4/+14 | |
| * | nrf/ppi: implement and add example | Dario Nieuwenhuis | 2021-03-29 | 2 | -22/+119 | |
| * | nrf/ppi: add peris and traits | Dario Nieuwenhuis | 2021-03-29 | 2 | -0/+191 | |
| * | nrf/gpiote: make number() public, change to usize | Dario Nieuwenhuis | 2021-03-29 | 1 | -32/+26 | |
| * | nrf/gpiote: update output channel to new API | Dario Nieuwenhuis | 2021-03-29 | 2 | -57/+34 | |
| * | nrf/gpiote: update input channel to new API | Dario Nieuwenhuis | 2021-03-29 | 1 | -69/+91 | |
