aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-2510-18/+13
* Merge #1056bors[bot]2022-11-221-0/+46
|\
| * Rename write to respond_to_readHenrik Alsér2022-11-221-5/+6
| * Return number of bytes written, add address match getterkalkyl2022-11-141-1/+1
| * embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+45
* | Merge #1042bors[bot]2022-11-221-0/+27
|\ \
| * | Disable UARTE in embassy-nrf::initHenrik Alsér2022-11-131-3/+5
| * | rustfmtHenrik Alsér2022-11-051-1/+1
| * | Add status checksHenrik Alsér2022-11-051-2/+2
| * | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+25
* | | Merge #1059bors[bot]2022-11-221-0/+33
|\ \ \
| * | | embassy-rp: Add basic ADC moduleHenrik Alsér2022-11-151-0/+33
| | |/ | |/|
* / | feat: embassy-usb-logger and example for rpi picoUlf Lilleengen2022-11-182-0/+32
|/ /
* / 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
|/