| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 1 | -1/+1 |
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -1/+1 |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -2/+2 |
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -2/+2 |
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 3 | -3/+3 |
| * | fix h7 examples | Dario Nieuwenhuis | 2023-02-10 | 1 | -1/+1 |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 |
| * | add missing copy of icmpv6 checksum | Ulf Lilleengen | 2023-01-24 | 1 | -1/+1 |
| * | 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 | 2 | -0/+107 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | stm32: rename feature `net` to `embassy-net`. | Dario Nieuwenhuis | 2022-12-13 | 1 | -1/+1 |
| * | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 2 | -44/+42 |
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Bump embedded-nal-async to 0.3.0 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -3/+3 |
| * | 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 |
| * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -2/+2 |
| |/ |
|
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -1/+2 |
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+1 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 |
| * | 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 | 3 | -4/+4 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 7 | -26/+27 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 20 | -32/+33 |
| * | 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 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| * | 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 |
| * | | Wrap buffers in a single state type | Ulf Lilleengen | 2022-08-09 | 1 | -0/+1 |
| * | | Implement embedded-nal-async traits for embassy-net | Ulf Lilleengen | 2022-08-08 | 1 | -1/+1 |
| |/ |
|
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 19 | -60/+61 |
| * | 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 |