aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge #896bors[bot]2022-08-104-4/+40
|\
| * Implement I2C pullup configurationchemicstry2022-08-094-4/+40
* | Add example using embedded-nal-async traitsUlf Lilleengen2022-08-091-0/+125
* | Wrap buffers in a single state typeUlf Lilleengen2022-08-091-0/+1
* | Implement embedded-nal-async traits for embassy-netUlf Lilleengen2022-08-081-1/+1
|/
* Add DACv1 example for F4chemicstry2022-08-043-1/+38
* Restore F1 example chipchemicstry2022-08-042-38/+1
* Merge v1, v2 DAC and update register definitionschemicstry2022-08-042-1/+39
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-29192-521/+546
* Improve ADC configuration optionschemicstry2022-07-271-3/+3
* rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-233-6/+9
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-8/+8
* Update embassy-stm32Dario Nieuwenhuis2022-07-234-17/+26
* 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