| Commit message (Expand) | Author | Age | Files | Lines |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 |
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 2 | -2/+2 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 2 | -16/+6 |
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 1 | -0/+106 |
| * | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 2 | -44/+42 |
| * | stm32: Fix watchdog division by zero for 256 prescaler, add watchdog example ... | Matous Hybl | 2022-11-10 | 1 | -0/+24 |
| * | Merge #1025 | bors[bot] | 2022-10-26 | 1 | -0/+44 |
| |\ |
|
| | * | Add more docs | chemicstry | 2022-10-24 | 1 | -0/+3 |
| | * | i2cv2 timeouts | chemicstry | 2022-10-24 | 1 | -0/+41 |
| * | | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 3 | -3/+9 |
| |/ |
|
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -1/+2 |
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 2 | -2/+2 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 2 | -3/+3 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 6 | -26/+26 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 19 | -31/+31 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 11 | -87/+45 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 15 | -38/+46 |
| * | Merge #896 | bors[bot] | 2022-08-10 | 1 | -1/+10 |
| |\ |
|
| | * | Implement I2C pullup configuration | chemicstry | 2022-08-09 | 1 | -1/+10 |
| * | | Add example using embedded-nal-async traits | Ulf Lilleengen | 2022-08-09 | 1 | -0/+125 |
| |/ |
|
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 18 | -59/+59 |
| * | Improve ADC configuration options | chemicstry | 2022-07-27 | 1 | -3/+3 |
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+3 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+8 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 2 | -11/+10 |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 10 | -59/+59 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 19 | -130/+54 |
| * | Merge #806 | bors[bot] | 2022-06-12 | 1 | -1/+1 |
| |\ |
|
| | * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | | Rename channel to mpmc | huntc | 2022-06-12 | 2 | -2/+2 |
| |/ |
|
| * | Add example for using a Signal. | Dominic Clifton | 2022-06-06 | 1 | -0/+41 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -94/+87 |
| * | Merge #752 | bors[bot] | 2022-05-06 | 1 | -4/+3 |
| |\ |
|
| | * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -4/+3 |
| * | | Add H7 flash and bootloader support | Matous Hybl | 2022-05-06 | 1 | -0/+58 |
| |/ |
|
| * | embassy-stm32/eth: convert LAN8742 driver to generic SMI driver | David Lenfesty | 2022-04-30 | 1 | -4/+4 |
| * | Add ADC support for H7 | Matous Hybl | 2022-04-12 | 1 | -0/+42 |
| * | Reexport unborrow macro in HALs | Matous Hybl | 2022-04-07 | 1 | -1/+1 |
| * | Simpler Channel. | Dario Nieuwenhuis | 2022-04-06 | 1 | -17/+9 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 16 | -72/+104 |
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -1/+2 |
| * | Fix SDMMC v2 and add H7 example | chemicstry | 2022-03-16 | 1 | -0/+42 |
| * | Add support for splitting stm32 usart into TX and RX | Ulf Lilleengen | 2022-03-15 | 1 | -0/+67 |
| * | stm32: Register access for timers now doesn't require self | Matous Hybl | 2022-02-28 | 1 | -15/+8 |
| * | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ... | Dario Nieuwenhuis | 2022-02-10 | 2 | -11/+17 |
| * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 4 | -33/+9 |
| * | stm32: Add support for FMC | Matous Hybl | 2022-02-08 | 1 | -0/+204 |
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -15/+4 |
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 2 | -4/+3 |