| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32h7/rcc: remove unneeded DMA enable settings. | Dario Nieuwenhuis | 2022-01-04 | 2 | -3/+0 |
| * | stm32/rcc: remove builders on Config. | Dario Nieuwenhuis | 2022-01-04 | 4 | -5/+5 |
| * | Merge #539 | bors[bot] | 2022-01-04 | 3 | -0/+164 |
| |\ | |||||
| | * | example cleanup | Jacob Rosenthal | 2021-12-16 | 2 | -5/+2 |
| | * | usb_uart_io example equivilent to usb_uart | Jacob Rosenthal | 2021-12-16 | 1 | -0/+70 |
| | * | simplify usb_uart example | Jacob Rosenthal | 2021-12-16 | 1 | -30/+30 |
| | * | cleanup example | Jacob Rosenthal | 2021-12-15 | 1 | -23/+25 |
| | * | enable USB peripheral for relevant chips | Jacob Rosenthal | 2021-12-15 | 1 | -2/+2 |
| | * | rename to UsbBus | Jacob Rosenthal | 2021-12-15 | 1 | -2/+2 |
| | * | dont rely on nrf-usdb | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 |
| | * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 2 | -4/+3 |
| | * | dont expose embedded_hal_common::usb | Jacob Rosenthal | 2021-12-14 | 1 | -6/+2 |
| | * | revert | Jacob Rosenthal | 2021-12-14 | 1 | -2/+4 |
| | * | make send, consolidate usb types | Jacob Rosenthal | 2021-12-13 | 1 | -4/+2 |
| | * | stub out the embassy registers for usbd | Jacob Rosenthal | 2021-12-13 | 1 | -2/+4 |
| | * | usb feature gate | Jacob Rosenthal | 2021-12-12 | 1 | -1/+1 |
| | * | nrf-usbd | Jacob Rosenthal | 2021-12-12 | 2 | -0/+99 |
| * | | Merge #545 | bors[bot] | 2022-01-03 | 3 | -0/+118 |
| |\ \ | |||||
| | * | | Add adapter for implementing async traits for blocking types | Ulf Lilleengen | 2021-12-17 | 3 | -0/+118 |
| * | | | Merge #563 | bors[bot] | 2022-01-01 | 2 | -0/+32 |
| |\ \ \ | |||||
| | * | | | examples: stm32f1: Add an example of using the ADC | Sjoerd Simons | 2021-12-30 | 1 | -0/+29 |
| | * | | | examples: stm32f1: Optimize for size on development builds | Sjoerd Simons | 2021-12-30 | 1 | -0/+3 |
| * | | | | 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 |
| |\ | |||||
