| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Implement BufRead for nrf BufferedUarte | chemicstry | 2022-05-26 | 2 | -15/+47 | |
| * | Simplify example | chemicstry | 2022-05-26 | 1 | -5/+3 | |
| * | Fix removed space | chemicstry | 2022-05-26 | 1 | -0/+1 | |
| * | Reimplement BufRead for BufferedUart | chemicstry | 2022-05-26 | 3 | -1/+76 | |
| * | Merge #770 | bors[bot] | 2022-05-21 | 1 | -1/+115 | |
| |\ | ||||||
| | * | Impl OutputPin/StatefulOutputPin/ToggleableOutputPin | Daniel Bevenius | 2022-05-21 | 1 | -0/+32 | |
| | * | Add open-drain support for embassy-rp | Daniel Bevenius | 2022-05-21 | 1 | -1/+83 | |
| |/ | ||||||
| * | Merge #780 | bors[bot] | 2022-05-19 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Add new lines between SIO methods | Daniel Bevenius | 2022-05-19 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge pull request #771 from embassy-rs/net-split | Dario Nieuwenhuis | 2022-05-19 | 8 | -270/+359 | |
| |\ | ||||||
| | * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 7 | -143/+132 | |
| | * | net: add split() to tcpsocket | Dario Nieuwenhuis | 2022-05-19 | 2 | -29/+129 | |
| * | | Merge pull request #773 from danbev/embassy-rp-ouput-drop | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+8 | |
| |\ \ | ||||||
| | * | | Impl drop for embassy-rp gpio Output | Daniel Bevenius | 2022-05-17 | 1 | -1/+8 | |
| * | | | Merge pull request #779 from danbev/embassy-rp-toggleable-output-impl | Dario Nieuwenhuis | 2022-05-19 | 1 | -0/+17 | |
| |\ \ \ | ||||||
| | * | | | squash! Impl ToggleableOutputPin for embassy-rp Output | Daniel Bevenius | 2022-05-19 | 1 | -4/+3 | |
| | * | | | Impl ToggleableOutputPin for embassy-rp Output | Daniel Bevenius | 2022-05-19 | 1 | -0/+18 | |
| | | |/ | |/| | ||||||
| * | | | Merge #776 | bors[bot] | 2022-05-19 | 2 | -2/+70 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Automatically set ADC clock prescaler on v2 ADC to respect max frequency | Matous Hybl | 2022-05-18 | 2 | -2/+70 | |
| * | | | Merge #778 | bors[bot] | 2022-05-18 | 8 | -8/+8 | |
| |\ \ \ | ||||||
| | * | | | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 8 | -8/+8 | |
| |/ / / | ||||||
| * | | | Merge #777 | bors[bot] | 2022-05-18 | 1 | -10/+6 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | usb-ncm: remove useless Cell. | Dario Nieuwenhuis | 2022-05-18 | 1 | -10/+6 | |
| |/ / | ||||||
| * | | Merge #772 | bors[bot] | 2022-05-14 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | nrf/buffered_uarte: fix out of bounds on read. | Dario Nieuwenhuis | 2022-05-14 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge #768 | bors[bot] | 2022-05-12 | 3 | -27/+19 | |
| |\ \ | ||||||
| | * | | nrf/usb: fix control out transfers getting corrupted due to ep0rcvout stickin... | Dario Nieuwenhuis | 2022-05-12 | 1 | -14/+11 | |
| | * | | usb: parse request in embassy-usb instead of the driver. | Dario Nieuwenhuis | 2022-05-12 | 3 | -13/+8 | |
| * | | | Merge #756 | bors[bot] | 2022-05-12 | 10 | -0/+267 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Remove OnDrop handler, start sampling in new | Henrik Alsér | 2022-05-12 | 1 | -10/+4 | |
| | * | | Merge branch 'embassy-rs:master' into qdec | Henrik Alsér | 2022-05-12 | 21 | -399/+317 | |
| | |\ \ | |/ / |/| | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge #763 #766 | bors[bot] | 2022-05-12 | 11 | -381/+272 | |
| |\ \ \ \ | ||||||
| | | * | | | Make usb_serial examples work on windows | Timo Kröger | 2022-05-12 | 2 | -0/+14 | |
| | * | | | | usb: merge `alloc_control_pipe` and `into_bus` into `start`. | Dario Nieuwenhuis | 2022-05-10 | 3 | -49/+27 | |
| | * | | | | usb: merge Control logic into main code. | Dario Nieuwenhuis | 2022-05-09 | 2 | -168/+86 | |
| | * | | | | usb: simplify control in/out handlng, calling response from a single place. | Dario Nieuwenhuis | 2022-05-09 | 4 | -156/+158 | |
| | * | | | | usb: remove address arg from endpoint allocation. | Dario Nieuwenhuis | 2022-05-09 | 7 | -53/+32 | |
| * | | | | | Merge #767 | bors[bot] | 2022-05-12 | 2 | -8/+24 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/rcc: Modify only relevant CFGR bits and keep the settings previously done. | Ralf | 2022-05-12 | 1 | -6/+11 | |
| | * | | | | | stm32/rcc: Set flash prefetch buffer and half cycle access according to AHB c... | Ralf | 2022-05-12 | 1 | -1/+8 | |
| | * | | | | | stm32/usart: Data length is including parity. To get e.g. 8E1 you need to cho... | Ralf | 2022-05-12 | 1 | -1/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge #765 | bors[bot] | 2022-05-11 | 1 | -2/+3 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | squash! Implement Output::is_set_low for embassy-rp | Daniel Bevenius | 2022-05-11 | 1 | -1/+2 | |
| | * | | | | Implement Output::is_set_low for embassy-rp | Daniel Bevenius | 2022-05-11 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge #764 | bors[bot] | 2022-05-09 | 1 | -1/+1 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Update re-export comment in embassy-rp/Cargo.toml | Daniel Bevenius | 2022-05-09 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge #762 | bors[bot] | 2022-05-08 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Allow maximal clock for F7 HCLK | Matous Hybl | 2022-05-08 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge #760 | bors[bot] | 2022-05-08 | 1 | -1/+10 | |
| |\ \ | ||||||
| | * | | Remove unnecessary cfg | Grant Miller | 2022-05-08 | 1 | -1/+0 | |
