| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Review changes | Robert Walker | 2021-12-29 | 1 | -21/+5 |
| * | Added and tested the usart dma example for stm32f767zi using a | Robert Walker | 2021-12-28 | 1 | -0/+46 |
| * | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | 2021-12-20 | 3 | -16/+12 |
| * | Update rust-toolchain | Ulf Lilleengen | 2021-12-16 | 7 | -9/+4 |
| * | Merge #544 | bors[bot] | 2021-12-16 | 1 | -0/+68 |
| |\ | |||||
| | * | Introduces split on the nRF Uarte | huntc | 2021-12-15 | 1 | -0/+68 |
| * | | Merge #540 | bors[bot] | 2021-12-16 | 10 | -0/+243 |
| |\ \ | |||||
| | * | | [examples] Add examples for STM32F3 | VasanthakumarV | 2021-12-13 | 10 | -0/+243 |
| * | | | Merge #542 | bors[bot] | 2021-12-14 | 2 | -8/+6 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | nrf/gpiote: remove PortInput, move impls to Input. | Dario Nieuwenhuis | 2021-12-14 | 2 | -8/+6 |
| | * | | Revert blinky changes for now | Ulf Lilleengen | 2021-12-10 | 1 | -11/+8 |
| | * | | More content | Ulf Lilleengen | 2021-12-10 | 1 | -8/+11 |
| * | | | Merge #537 | bors[bot] | 2021-12-12 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Documents the nRF BufferedUarte problem | huntc | 2021-12-12 | 1 | -3/+3 |
| * | | | | Use smoltcp 0.8.0 from crates.io. | Matous Hybl | 2021-12-12 | 2 | -4/+2 |
| |/ / / | |||||
| * | | | Provides AsyncWrite with flush | huntc | 2021-12-10 | 1 | -0/+3 |
| * | | | Add DCMI example. | Matous Hybl | 2021-12-09 | 2 | -1/+378 |
| * | | | Use smoltcp revision from its master branch. | Matous Hybl | 2021-12-09 | 2 | -2/+2 |
| |/ / | |||||
| * / | Do not use exported Result to mitigate problems with clap. | Matous Hybl | 2021-12-08 | 2 | -3/+8 |
| |/ | |||||
| * | Fix build examples with defmt. | Dario Nieuwenhuis | 2021-12-06 | 2 | -0/+12 |
| * | Fix embassy-net documentation of running examples. | Matous Hybl | 2021-12-06 | 1 | -2/+2 |
| * | Refactor sx127x radio to use async SPI with DMA | Ulf Lilleengen | 2021-12-03 | 2 | -13/+6 |
| * | Update rust-lorawan to version supporting defmt 0.3 | Ulf Lilleengen | 2021-12-02 | 2 | -5/+6 |
| * | Removed unsafe from uarte | huntc | 2021-12-01 | 2 | -19/+16 |
| * | examples: remove unused deps. | Dario Nieuwenhuis | 2021-11-29 | 15 | -56/+2 |
| * | examples/stm32g4: add pwm example | Dario Nieuwenhuis | 2021-11-27 | 2 | -1/+37 |
| * | stm32: add stm32g4 support. | Dario Nieuwenhuis | 2021-11-27 | 8 | -1/+136 |
| * | Merge #486 | bors[bot] | 2021-11-26 | 1 | -0/+73 |
| |\ | |||||
| | * | nrf: sequencepwm add events | Jacob Rosenthal | 2021-11-13 | 1 | -0/+73 |
| * | | net: update smoltcp | Dario Nieuwenhuis | 2021-11-26 | 3 | -4/+3 |
| * | | net: don't depend directly on smoltcp outside embassy-net | Dario Nieuwenhuis | 2021-11-24 | 4 | -32/+3 |
| * | | Merge #501 | bors[bot] | 2021-11-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | stm32: rename core features from _cmX to -cmX, cleanup gen. | Dario Nieuwenhuis | 2021-11-23 | 1 | -1/+1 |
| * | | | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 14 | -14/+4 |
| |/ / | |||||
| * | | Adjust the config.toml for U5. | Bob McWhirter | 2021-11-17 | 1 | -5/+2 |
| * | | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 14 | -16/+4 |
| * | | Adjust for bxcan API. | Bob McWhirter | 2021-11-15 | 1 | -3/+4 |
| * | | Further cargo muckings for smol/defmt. | Bob McWhirter | 2021-11-15 | 2 | -3/+7 |
| * | | Remove extraneous defmt-trace feature. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 |
| * | | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 12 | -174/+53 |
| * | | Update to defmt 3.0ish. | Bob McWhirter | 2021-11-15 | 5 | -47/+24 |
| |/ | |||||
| * | pwm_sequence show implicit and explicit stop functionality | Jacob Rosenthal | 2021-11-11 | 1 | -3/+6 |
| * | pwm_servo example comment for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -0/+1 |
| * | nrf: dump the pwm_sequence example for clarity | Jacob Rosenthal | 2021-11-11 | 2 | -129/+9 |
| * | nrf: sequencepwm rename top to max_duty for consistancy | Jacob Rosenthal | 2021-11-11 | 1 | -1/+1 |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+2 |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+8 |
| * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 1 | -7/+1 |
| * | Merge #455 | bors[bot] | 2021-11-11 | 4 | -2/+213 |
| |\ | |||||
| | * | remove unstable feature and dependency, and make pwm_sequence a near mirror o... | Jacob Rosenthal | 2021-11-10 | 3 | -59/+87 |
