aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge #853bors[bot]2022-07-161-0/+38
|\
| * Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-141-0/+38
* | Fix unused importschemicstry2022-07-141-1/+0
* | Fix erasing across bankschemicstry2022-07-141-5/+3
* | Fix writing to last sector of F4 flashchemicstry2022-07-141-10/+20
|/
* fix typoPhilip A Reimer2022-07-111-1/+1
* Merge #858bors[bot]2022-07-1117-78/+78
|\
| * embassy-stm32: Simplify timeGrant Miller2022-07-1017-78/+78
* | Merge #859bors[bot]2022-07-112-0/+58
|\ \ | |/ |/|
| * Add F4 flash driverchemicstry2022-07-112-0/+58
* | Merge #810bors[bot]2022-07-115-95/+25
|\ \ | |/ |/|
| * Trait for UsbSupplyhuntc2022-07-095-90/+24
| * Puts in the machinery to handle power detected/removedhuntc2022-07-071-33/+5
| * Introduces EnabledUsbDevicehuntc2022-07-071-7/+31
* | Use u32 instead of Duration for IWDGchemicstry2022-07-111-1/+1
* | Add comments to watchdog examplechemicstry2022-07-101-0/+2
* | Implement IWDG timeout calculationchemicstry2022-07-101-0/+44
|/
* Use correct chip family name for exampleUlf Lilleengen2022-07-051-1/+1
* Document configuration options and handle optional downlinkUlf Lilleengen2022-07-041-3/+21
* Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-297-7/+7
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-5/+0
* Move bootloader main to examplesUlf Lilleengen2022-06-2484-216/+621
* Merge #826bors[bot]2022-06-221-2/+2
|\
| * Fix examplechemicstry2022-06-231-2/+2
* | Simplify examplechemicstry2022-06-231-10/+3
* | Fix PWM for advanced timerschemicstry2022-06-231-0/+42
|/
* Merge #817bors[bot]2022-06-211-0/+106
|\
| * Added example and some defmtDion Dokter2022-06-211-0/+106
* | Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-1828-28/+0
|\ \
| * | Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-1828-28/+0
* | | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-1827-0/+81
|\ \ \ | |/ / |/| |
| * | Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-1827-0/+81
* | | Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-1823-39/+23
|/ /
* / Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-1/+0
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-12172-937/+431
* Merge #806bors[bot]2022-06-126-9/+9
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-126-9/+9
* | Rename channel to mpmchuntc2022-06-129-9/+9
|/
* common/PeripheralMutex: remove unsafe API. (#802)Dario Nieuwenhuis2022-06-091-2/+1
* stm32: add USB driver.Dario Nieuwenhuis2022-06-0713-2/+881
* Add example for using a Signal.Dominic Clifton2022-06-061-0/+41
* fix build adding missing time-tick feature.Dario Nieuwenhuis2022-05-317-7/+7
* boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-312-2/+2
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-3115-15/+15
*-. Merge #781 #785bors[bot]2022-05-317-256/+240
|\ \
| * | WIP embassy-net v2Dario Nieuwenhuis2022-05-257-256/+240
* | | Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis2022-05-293-3/+3
| |/ |/|
* | Merge #783bors[bot]2022-05-273-15/+42
|\ \
| * | Implement BufRead for nrf BufferedUartechemicstry2022-05-261-15/+5
| * | Simplify examplechemicstry2022-05-261-5/+3