aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* stm32: Fix watchdog division by zero for 256 prescaler, add watchdog example ...Matous Hybl2022-11-101-0/+24
* Add uart async examplemiathedev2022-11-011-0/+60
* Rebase on masterMathias2022-10-2726-37/+198
|\
| * Merge #1024bors[bot]2022-10-263-7/+50
| |\
| | * Improve examplesGrant Miller2022-10-243-12/+16
| | * stm32/adc: Remove voltage and temperature conversionsGrant Miller2022-10-243-6/+45
| * | Merge #1025bors[bot]2022-10-262-0/+89
| |\ \
| | * | Add more docschemicstry2022-10-242-0/+6
| | * | Unify i2cv1 definition with i2cv2chemicstry2022-10-241-1/+13
| | * | i2cv2 timeoutschemicstry2022-10-241-0/+41
| | * | Implement i2cv1 timeoutchemicstry2022-10-241-0/+30
| | |/
| * | stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-2612-19/+48
| * | Update Rust nightly.Dario Nieuwenhuis2022-10-269-11/+11
| |/
* | Remove random delay from example, and move flash functions to allow using wit...Mathias2022-10-271-1/+7
* | Buffer data to be written to flash in ram if it does not already reside in ramMathias2022-10-261-1/+0
* | Add flash example & flash HIL testMathias2022-10-262-0/+85
|/
* 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
|\ \