aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Impl drop for embassy-rp gpio OutputDaniel Bevenius2022-05-171-1/+8
* Merge #772bors[bot]2022-05-141-1/+1
|\
| * nrf/buffered_uarte: fix out of bounds on read.Dario Nieuwenhuis2022-05-141-1/+1
|/
* Merge #768bors[bot]2022-05-123-27/+19
|\
| * nrf/usb: fix control out transfers getting corrupted due to ep0rcvout stickin...Dario Nieuwenhuis2022-05-121-14/+11
| * usb: parse request in embassy-usb instead of the driver.Dario Nieuwenhuis2022-05-123-13/+8
* | Merge #756bors[bot]2022-05-1210-0/+267
|\ \ | |/ |/|
| * Remove OnDrop handler, start sampling in newHenrik Alsér2022-05-121-10/+4
| * Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-1221-399/+317
| |\ | |/ |/|
| |
| \
*-. \ Merge #763 #766bors[bot]2022-05-1211-381/+272
|\ \ \
| | * | Make usb_serial examples work on windowsTimo Kröger2022-05-122-0/+14
| * | | usb: merge `alloc_control_pipe` and `into_bus` into `start`.Dario Nieuwenhuis2022-05-103-49/+27
| * | | usb: merge Control logic into main code.Dario Nieuwenhuis2022-05-092-168/+86
| * | | usb: simplify control in/out handlng, calling response from a single place.Dario Nieuwenhuis2022-05-094-156/+158
| * | | usb: remove address arg from endpoint allocation.Dario Nieuwenhuis2022-05-097-53/+32
* | | | Merge #767bors[bot]2022-05-122-8/+24
|\ \ \ \
| * | | | stm32/rcc: Modify only relevant CFGR bits and keep the settings previously done.Ralf2022-05-121-6/+11
| * | | | stm32/rcc: Set flash prefetch buffer and half cycle access according to AHB c...Ralf2022-05-121-1/+8
| * | | | stm32/usart: Data length is including parity. To get e.g. 8E1 you need to cho...Ralf2022-05-121-1/+5
|/ / / /
* | | | Merge #765bors[bot]2022-05-111-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | squash! Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-1/+2
| * | | Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-2/+2
|/ / /
* | | Merge #764bors[bot]2022-05-091-1/+1
|\ \ \
| * | | Update re-export comment in embassy-rp/Cargo.tomlDaniel Bevenius2022-05-091-1/+1
|/ / /
* | | Merge #762bors[bot]2022-05-081-1/+1
|\ \ \ | |/ / |/| |
| * | Allow maximal clock for F7 HCLKMatous Hybl2022-05-081-1/+1
|/ /
* | Merge #760bors[bot]2022-05-081-1/+10
|\ \
| * | Remove unnecessary cfgGrant Miller2022-05-081-1/+0
| * | stm32/gpio: Add support for `set_speed` for gpio v1Grant Miller2022-05-081-1/+11
* | | Merge #759bors[bot]2022-05-084-5/+6
|\ \ \
| * | | stm32: Fix stm32f107 build.Dario Nieuwenhuis2022-05-084-5/+6
|/ / /
| | * Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-0797-3273/+2136
| | |\ | |_|/ |/| |
* | | Merge #752bors[bot]2022-05-0658-3088/+722
|\ \ \
| * | | Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-0747-1762/+699
| * | | Remove embassy_hal_common::usb.Dario Nieuwenhuis2022-05-0414-1342/+39
* | | | Merge #755bors[bot]2022-05-0642-185/+1414
|\ \ \ \
| * | | | Update list of families with bootloader supportMatous Hybl2022-05-061-1/+1
| * | | | Add H7 flash and bootloader supportMatous Hybl2022-05-0614-1/+475
| * | | | Add F7 flash and bootloader supportMatous Hybl2022-05-0615-3/+413
| * | | | Refactor flash handling to different modules for different familiesMatous Hybl2022-05-063-235/+298
| * | | | Add support for F3 flashMatous Hybl2022-05-0614-31/+313
|/ / / /
| | | * Change example pinsHenrik Alsér2022-05-071-3/+2
| | | * Add qdec moduleHenrik Alsér2022-05-0710-0/+274
| |_|/ |/| |
* | | Merge #751bors[bot]2022-05-041-3/+3
|\ \ \ | |/ / |/| |
| * | fixup! Use explicit return statement TaskStorage::spawnDaniel Bevenius2022-05-041-1/+1
| * | Use explicit return statement TaskStorage::spawnDaniel Bevenius2022-05-041-3/+3
|/ /
* | Merge #749bors[bot]2022-05-031-4/+4
|\ \ | |/ |/|
| * Rename spawn_allocate to spawn_mark_usedDaniel Bevenius2022-05-031-4/+4
|/
* Merge pull request #748 from embassy-rs/nrf-i2c-timeoutDario Nieuwenhuis2022-05-035-29/+288
|\
| * embassy/time: derives for TimeoutError.Dario Nieuwenhuis2022-05-031-0/+2