aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Improve examplesGrant Miller2022-10-243-12/+16
* stm32/adc: Remove voltage and temperature conversionsGrant Miller2022-10-243-6/+45
* Merge #855bors[bot]2022-10-211-0/+33
|\
| * add support for pdm microphones in nrf driverpbert2022-10-131-0/+33
| |
| \
*-. \ Merge #984 #1006bors[bot]2022-10-123-3/+109
|\ \ \
| | * | Removes some of the code duplication for UarteWithIdlehuntc2022-10-091-3/+4
| * | | embassy-rp i2c: async (non-blocking) exampleJeremy Fitzhardinge2022-10-011-0/+102
| * | | embassy-rp: async i2c implementationJeremy Fitzhardinge2022-10-011-0/+3
* | | | Change rak4631 feature to sx126x, removing use in board-specific processing; ...ceekdee2022-10-103-98/+44
* | | | Merge branch 'embassy-rs:master' into masterChuck Davis2022-10-101-3/+22
|\ \ \ \
| * \ \ \ Merge #1004bors[bot]2022-10-101-3/+22
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix adc_v4 compilationchemicstry2022-10-071-1/+1
| | * | | Fix internal channel reading on adc_v2chemicstry2022-10-071-3/+22
| | | |/ | | |/|
* | | | Merge branch 'embassy-rs:master' into masterChuck Davis2022-10-0848-26/+127
|\| | |
| * | | all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-0731-0/+31
| |/ /
| * | update embedded-hal apiJeremy Fitzhardinge2022-10-012-2/+2
| * | rename to i2c_blockingJeremy Fitzhardinge2022-10-011-0/+0
| * | rp i2c: blocking exampleJeremy Fitzhardinge2022-10-011-0/+70
| |/
| * Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-3015-15/+15
| * Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-293-10/+10
* | Improve generics and consolidate antenna handlingceekdee2022-10-082-8/+8
* | Update some outstanding questionsceekdee2022-09-281-1/+1
* | Initial add for sx126xceekdee2022-09-273-1/+263
|/
* Use firmware writer in stm32{f7, h7} example appUlf Lilleengen2022-09-262-17/+17
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-2617-27/+16
* Remove default, reorder generic paramsivmarkov2022-09-253-3/+6
* Parameterize Signal with RawMutexivmarkov2022-09-241-1/+1
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-2212-8/+12
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-222-2/+4
* Update Rust nightly.Dario Nieuwenhuis2022-09-2214-14/+0
* Remove BootFlash borrowUlf Lilleengen2022-09-202-5/+4
* Feature-gate time-driver in embassy-rpMathias2022-09-161-1/+1
* Merge #939bors[bot]2022-09-0423-23/+23
|\
| * time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-0223-23/+23
* | usbd-hid: 0.5.2 -> 0.6.0Alex Martens2022-09-042-2/+2
* | Merge #839bors[bot]2022-09-045-10/+37
|\ \
| * | lora: Fix for stm32l0 exampe to buildTimo Kröger2022-08-261-1/+1
| * | Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-262-2/+2
| * | Use LP as defaultUlf Lilleengen2022-08-261-2/+2
| * | lora: Make some options configurableTimo Kröger2022-08-261-1/+3
| * | lora: Use a trait for RF frontend switchingTimo Kröger2022-08-261-1/+27
| * | lora: Improve IRQ handlingTimo Kröger2022-08-261-3/+2
| * | stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger2022-08-262-2/+2
* | | Merge #935bors[bot]2022-09-0212-34/+46
|\ \ \ | |_|/ |/| |
| * | Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-0212-34/+46
* | | Cleanup examplesHenrik Alsér2022-09-012-4/+4
* | | Reorder argsHenrik Alsér2022-09-011-1/+1
* | | transfer_in_placeHenrik Alsér2022-09-011-1/+1
* | | Fix exampleHenrik Alsér2022-09-011-2/+3
* | | impl embedded-hal-asyncHenrik Alsér2022-09-011-4/+2