aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement BufRead for nrf BufferedUartechemicstry2022-05-262-15/+47
* Simplify examplechemicstry2022-05-261-5/+3
* Fix removed spacechemicstry2022-05-261-0/+1
* Reimplement BufRead for BufferedUartchemicstry2022-05-263-1/+76
* Merge #770bors[bot]2022-05-211-1/+115
|\
| * Impl OutputPin/StatefulOutputPin/ToggleableOutputPinDaniel Bevenius2022-05-211-0/+32
| * Add open-drain support for embassy-rpDaniel Bevenius2022-05-211-1/+83
|/
* Merge #780bors[bot]2022-05-191-0/+3
|\
| * Add new lines between SIO methodsDaniel Bevenius2022-05-191-0/+3
|/
* Merge pull request #771 from embassy-rs/net-splitDario Nieuwenhuis2022-05-198-270/+359
|\
| * Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-197-143/+132
| * net: add split() to tcpsocketDario Nieuwenhuis2022-05-192-29/+129
* | Merge pull request #773 from danbev/embassy-rp-ouput-dropDario Nieuwenhuis2022-05-191-1/+8
|\ \
| * | Impl drop for embassy-rp gpio OutputDaniel Bevenius2022-05-171-1/+8
* | | Merge pull request #779 from danbev/embassy-rp-toggleable-output-implDario Nieuwenhuis2022-05-191-0/+17
|\ \ \
| * | | squash! Impl ToggleableOutputPin for embassy-rp OutputDaniel Bevenius2022-05-191-4/+3
| * | | Impl ToggleableOutputPin for embassy-rp OutputDaniel Bevenius2022-05-191-0/+18
| | |/ | |/|
* | | Merge #776bors[bot]2022-05-192-2/+70
|\ \ \ | |/ / |/| |
| * | Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl2022-05-182-2/+70
* | | Merge #778bors[bot]2022-05-188-8/+8
|\ \ \
| * | | Update embedded-io to 0.3Dario Nieuwenhuis2022-05-198-8/+8
|/ / /
* | | Merge #777bors[bot]2022-05-181-10/+6
|\ \ \ | |_|/ |/| |
| * | usb-ncm: remove useless Cell.Dario Nieuwenhuis2022-05-181-10/+6
|/ /
* | 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