aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-2610-20/+19
* Stop PWM before assigning the new sequencehuntc2022-01-252-2/+2
* Merge #585bors[bot]2022-01-242-19/+13
|\
| * Strengthen the borrowhuntc2022-01-242-2/+2
| * Permit many sequences to be passedhuntc2022-01-232-17/+11
* | stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-2413-13/+13
|/
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-196-12/+6
* stm32/i2c: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-3/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-199-18/+9
* examples/stm32l0: cleanupDario Nieuwenhuis2022-01-194-37/+2
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-1911-11/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-1930-109/+79
* examples/stm32l1: remove memory.x, use the crate-provided oneGreg V2022-01-142-35/+0
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-1/+0
* nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-4/+2
* nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+0
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-133-13/+7
* nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+0
* nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-2/+2
* nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-5/+4
* Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl2022-01-134-3/+199
* Make exti an optional featureUlf Lilleengen2022-01-1210-12/+12
* Remove unsafe from new on RNDhuntc2022-01-061-1/+1
* stm32/rcc: remove Rcc struct, RccExt trait.Dario Nieuwenhuis2022-01-054-31/+13
* 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