| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf/uart: make rts/cts optional. | Dario Nieuwenhuis | 2021-03-29 | 3 | -76/+28 |
| * | nrf/gpio: add OptionalPin | Dario Nieuwenhuis | 2021-03-29 | 1 | -1/+103 |
| * | nrf/uarte: update to new api | Dario Nieuwenhuis | 2021-03-29 | 5 | -270/+273 |
| * | nrf: add unborrow! macro | Dario Nieuwenhuis | 2021-03-29 | 3 | -17/+17 |
| * | nrf: nicer Peripherals api, add take() | Dario Nieuwenhuis | 2021-03-29 | 7 | -144/+176 |
| * | nrf: rename inner peripheral to `peri` for consistence | Dario Nieuwenhuis | 2021-03-29 | 2 | -13/+13 |
| * | nrf/gpiote: cleanup imports | Dario Nieuwenhuis | 2021-03-29 | 1 | -4/+2 |
| * | Rename GpioteInput -> PortInput | Dario Nieuwenhuis | 2021-03-29 | 2 | -12/+12 |
| * | extras: move peripherals from nrf to extras | Dario Nieuwenhuis | 2021-03-29 | 3 | -48/+47 |
| * | nrf/qspi: update to new api | Dario Nieuwenhuis | 2021-03-29 | 3 | -235/+206 |
| * | nrf: Specify `connected` bit in psel_bits | Dario Nieuwenhuis | 2021-03-29 | 1 | -15/+6 |
| * | nrf/spim: do not use PeripheralMutex | Dario Nieuwenhuis | 2021-03-29 | 2 | -79/+55 |
| * | util: add wake_on_interrupt. | Dario Nieuwenhuis | 2021-03-29 | 1 | -15/+27 |
| * | wip gpiote changels | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+9 |
| * | nrf/gpiote: update to new gpio | Dario Nieuwenhuis | 2021-03-29 | 3 | -171/+137 |
| * | nrf/gpio: add output drive config. | Dario Nieuwenhuis | 2021-03-29 | 1 | -19/+65 |
| * | nrf: add owned Peripherals struct, migrate gpio and spim | Dario Nieuwenhuis | 2021-03-29 | 5 | -43/+516 |
| * | Implement PeripheralBorrow for interrupts. | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+14 |
| * | Introduce PeripheralBorrow trait | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+5 |
| * | Merge pull request #109 from xoviat/proc-macro | xoviat | 2021-03-28 | 9 | -39/+343 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/akiles/embassy into proc-macro | xoviat | 2021-03-27 | 11 | -2/+1065 |
| | |\ | |||||
| | * | | add embassy::main and implement for stm32f4 | xoviat | 2021-03-27 | 9 | -39/+343 |
| * | | | Merge pull request #116 from xoviat/fix-error | xoviat | 2021-03-27 | 1 | -0/+19 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | restrict usb to stm32f4 | xoviat | 2021-03-27 | 1 | -0/+19 |
| |/ / | |||||
| * | | Merge pull request #115 from xoviat/st-usb | xoviat | 2021-03-27 | 11 | -2/+1065 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' of https://github.com/akiles/embassy into st-usb | xoviat | 2021-03-27 | 25 | -348/+637 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #114 from xoviat/consolidate | xoviat | 2021-03-26 | 5 | -4/+64 |
| |\ \ | |||||
| | * | | stm32: consolidate modules | xoviat | 2021-03-26 | 5 | -4/+64 |
| |/ / | |||||
| * | | Merge pull request #108 from theunkn0wn1/doc/util | xoviat | 2021-03-25 | 4 | -0/+57 |
| |\ \ | |||||
| | * | | its `///` not `//`. | Joshua Salzedo | 2021-03-24 | 1 | -1/+1 |
| | * | | Add missing newlines | Joshua Salzedo | 2021-03-24 | 2 | -0/+2 |
| | * | | Document embassy::util::signal & embassy::util | Joshua Salzedo | 2021-03-24 | 2 | -1/+7 |
| | * | | Document embassy::util::InterruptFuture | Joshua Salzedo | 2021-03-24 | 1 | -0/+19 |
| | * | | Document embassy::util::Forever | Joshua Salzedo | 2021-03-24 | 1 | -0/+24 |
| | * | | Document the DropBomb | Joshua Salzedo | 2021-03-24 | 1 | -1/+7 |
| |/ / | |||||
| * | | Merge pull request #103 from theunkn0wn1/doc/time | xoviat | 2021-03-24 | 2 | -0/+76 |
| |\ \ | |||||
| | * | | Added remainder of the docs for embassy::time's public interface. | Joshua Salzedo | 2021-03-21 | 2 | -0/+76 |
| * | | | Merge pull request #104 from xoviat/idle-trait | xoviat | 2021-03-23 | 2 | -2/+65 |
| |\ \ \ | |||||
| | * | | | stm32: implement idle trait | xoviat | 2021-03-23 | 1 | -2/+56 |
| | * | | | traits: add idle trait | xoviat | 2021-03-23 | 1 | -0/+9 |
| |/ / / | |||||
| * | | | readme: add wiki link | xoviat | 2021-03-22 | 1 | -1/+2 |
| * | | | Merge pull request #106 from xoviat/fix-exti-new | xoviat | 2021-03-22 | 2 | -10/+33 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | stm32: fix exti to require SysCfg.constrain() | xoviat | 2021-03-22 | 2 | -10/+33 |
| |/ / | |||||
| * | | Merge pull request #102 from theunkn0wn1/doc/duration | Dario Nieuwenhuis | 2021-03-22 | 3 | -3/+34 |
| |\ \ | |||||
| | * | | Correct descriptions of Duration | Joshua Salzedo | 2021-03-21 | 1 | -3/+3 |
| | * | | remove now redundant non-doc comment | Joshua Salzedo | 2021-03-21 | 1 | -3/+0 |
| | * | | Fix module-level docstring | Joshua Salzedo | 2021-03-21 | 1 | -3/+3 |
| | * | | Added doc to the embassy::time::Duration struct | Joshua Salzedo | 2021-03-21 | 1 | -0/+1 |
| | * | | Re-add erroneously removed newlines | Joshua Salzedo | 2021-03-21 | 2 | -1/+5 |
| | * | | Add Struct/impl documentation for embassy::time::Instant | Joshua Salzedo | 2021-03-21 | 1 | -1/+15 |
