aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* stm32h7/rcc: remove unneeded DMA enable settings.Dario Nieuwenhuis2022-01-042-3/+0
* stm32/rcc: remove builders on Config.Dario Nieuwenhuis2022-01-044-5/+5
* Merge #539bors[bot]2022-01-043-0/+164
|\
| * example cleanupJacob Rosenthal2021-12-162-5/+2
| * usb_uart_io example equivilent to usb_uartJacob Rosenthal2021-12-161-0/+70
| * simplify usb_uart exampleJacob Rosenthal2021-12-161-30/+30
| * cleanup exampleJacob Rosenthal2021-12-151-23/+25
| * enable USB peripheral for relevant chipsJacob Rosenthal2021-12-151-2/+2
| * rename to UsbBusJacob Rosenthal2021-12-151-2/+2
| * dont rely on nrf-usdbJacob Rosenthal2021-12-141-1/+0
| * sorta works, too many interupts?Jacob Rosenthal2021-12-142-4/+3
| * dont expose embedded_hal_common::usbJacob Rosenthal2021-12-141-6/+2
| * revertJacob Rosenthal2021-12-141-2/+4
| * make send, consolidate usb typesJacob Rosenthal2021-12-131-4/+2
| * stub out the embassy registers for usbdJacob Rosenthal2021-12-131-2/+4
| * usb feature gateJacob Rosenthal2021-12-121-1/+1
| * nrf-usbdJacob Rosenthal2021-12-122-0/+99
* | Merge #545bors[bot]2022-01-033-0/+118
|\ \
| * | Add adapter for implementing async traits for blocking typesUlf Lilleengen2021-12-173-0/+118
* | | Merge #563bors[bot]2022-01-012-0/+32
|\ \ \
| * | | examples: stm32f1: Add an example of using the ADCSjoerd Simons2021-12-301-0/+29
| * | | examples: stm32f1: Optimize for size on development buildsSjoerd Simons2021-12-301-0/+3
* | | | Review changesRobert Walker2021-12-291-21/+5
* | | | Added and tested the usart dma example for stm32f767zi using aRobert Walker2021-12-281-0/+46
|/ / /
* / / nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-203-16/+12
|/ /
* | Update rust-toolchainUlf Lilleengen2021-12-167-9/+4
* | Merge #544bors[bot]2021-12-161-0/+68
|\ \
| * | Introduces split on the nRF Uartehuntc2021-12-151-0/+68
* | | Merge #540bors[bot]2021-12-1610-0/+243
|\ \ \
| * | | [examples] Add examples for STM32F3VasanthakumarV2021-12-1310-0/+243
* | | | Merge #542bors[bot]2021-12-142-8/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-142-8/+6
| * | | Revert blinky changes for nowUlf Lilleengen2021-12-101-11/+8
| * | | More contentUlf Lilleengen2021-12-101-8/+11
* | | | Merge #537bors[bot]2021-12-121-3/+3
|\ \ \ \
| * | | | Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
| | |_|/ | |/| |
* / | | Use smoltcp 0.8.0 from crates.io.Matous Hybl2021-12-122-4/+2
|/ / /
* | | Provides AsyncWrite with flushhuntc2021-12-101-0/+3
* | | Add DCMI example.Matous Hybl2021-12-092-1/+378
* | | Use smoltcp revision from its master branch.Matous Hybl2021-12-092-2/+2
|/ /
* / Do not use exported Result to mitigate problems with clap.Matous Hybl2021-12-082-3/+8
|/
* Fix build examples with defmt.Dario Nieuwenhuis2021-12-062-0/+12
* Fix embassy-net documentation of running examples.Matous Hybl2021-12-061-2/+2
* Refactor sx127x radio to use async SPI with DMAUlf Lilleengen2021-12-032-13/+6
* Update rust-lorawan to version supporting defmt 0.3Ulf Lilleengen2021-12-022-5/+6
* Removed unsafe from uartehuntc2021-12-012-19/+16
* examples: remove unused deps.Dario Nieuwenhuis2021-11-2915-56/+2
* examples/stm32g4: add pwm exampleDario Nieuwenhuis2021-11-272-1/+37
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-278-1/+136
* Merge #486bors[bot]2021-11-261-0/+73
|\