| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Add reexport for ipv6 types with proto-ipv6 | Ulf Lilleengen | 2022-06-01 | 2 | -0/+4 | |
| * | Merge #784 | bors[bot] | 2022-05-31 | 30 | -79/+86 | |
| |\ | ||||||
| | * | fix build adding missing time-tick feature. | Dario Nieuwenhuis | 2022-05-31 | 8 | -8/+11 | |
| | * | boot/stm32: autodetect thumbv6, remove cargo feature. | Dario Nieuwenhuis | 2022-05-31 | 5 | -4/+8 | |
| | * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 18 | -66/+66 | |
| | * | stm32: make tick rate configurable | Will Glynn | 2022-05-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge #788 | bors[bot] | 2022-05-31 | 4 | -81/+103 | |
| |\ | ||||||
| | * | usb: set default max_packet_size_0 to 64. | Dario Nieuwenhuis | 2022-05-31 | 1 | -1/+1 | |
| | * | usb: make ControlPipe accept, reject async. | Dario Nieuwenhuis | 2022-05-30 | 3 | -12/+24 | |
| | * | usb: add first, last params to ControlPipe data_in, data_out. | Dario Nieuwenhuis | 2022-05-30 | 3 | -11/+39 | |
| | * | usb: remove is_stalled, set_stalled from Endpoint. | Dario Nieuwenhuis | 2022-05-30 | 2 | -50/+19 | |
| | * | usb: delay bus.set_address() to after ending the control transfer. | Dario Nieuwenhuis | 2022-05-30 | 1 | -7/+20 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #781 #785 | bors[bot] | 2022-05-31 | 18 | -729/+930 | |
| |\ \ \ | ||||||
| | | * | | embassy-stm32: g0: add PLL clock source | Will Glynn | 2022-05-27 | 1 | -5/+280 | |
| | | |/ | ||||||
| | * | | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 17 | -724/+650 | |
| * | | | Merge #787 | bors[bot] | 2022-05-29 | 9 | -9/+9 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis | 2022-05-29 | 9 | -9/+9 | |
| |/ / | ||||||
| * | | Merge #783 | bors[bot] | 2022-05-27 | 5 | -15/+121 | |
| |\ \ | ||||||
| | * | | Revert "Fix irq pend behavior" | chemicstry | 2022-05-26 | 1 | -2/+2 | |
| | * | | Fix irq pend behavior | chemicstry | 2022-05-26 | 1 | -2/+2 | |
| | * | | 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 | |
| | |/ | ||||||
| * / | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 26 | -26/+262 | |
| |/ | ||||||
| * | 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 | |
| |\ \ \ | |/ / |/| | | ||||||
