| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 3 | -10/+10 |
| * | Use firmware writer in stm32{f7, h7} example app | Ulf Lilleengen | 2022-09-26 | 2 | -17/+17 |
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 17 | -27/+16 |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 3 | -3/+6 |
| * | Parameterize Signal with RawMutex | ivmarkov | 2022-09-24 | 1 | -1/+1 |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 12 | -8/+12 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+4 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 14 | -14/+0 |
| * | Remove BootFlash borrow | Ulf Lilleengen | 2022-09-20 | 2 | -5/+4 |
| * | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-16 | 1 | -1/+1 |
| * | Merge #939 | bors[bot] | 2022-09-04 | 23 | -23/+23 |
| |\ | |||||
| | * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 23 | -23/+23 |
| * | | usbd-hid: 0.5.2 -> 0.6.0 | Alex Martens | 2022-09-04 | 2 | -2/+2 |
| * | | Merge #839 | bors[bot] | 2022-09-04 | 5 | -10/+37 |
| |\ \ | |||||
| | * | | lora: Fix for stm32l0 exampe to build | Timo Kröger | 2022-08-26 | 1 | -1/+1 |
| | * | | Use released rust-lorawan with radio fixes | Ulf Lilleengen | 2022-08-26 | 2 | -2/+2 |
| | * | | Use LP as default | Ulf Lilleengen | 2022-08-26 | 1 | -2/+2 |
| | * | | lora: Make some options configurable | Timo Kröger | 2022-08-26 | 1 | -1/+3 |
| | * | | lora: Use a trait for RF frontend switching | Timo Kröger | 2022-08-26 | 1 | -1/+27 |
| | * | | lora: Improve IRQ handling | Timo Kröger | 2022-08-26 | 1 | -3/+2 |
| | * | | stm32wl: Do not require external SPI pins for SUBGHZ | Timo Kröger | 2022-08-26 | 2 | -2/+2 |
| * | | | Merge #935 | bors[bot] | 2022-09-02 | 12 | -34/+46 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Remove generic const expressions from embassy-boot | Ulf Lilleengen | 2022-09-02 | 12 | -34/+46 |
| * | | | Cleanup examples | Henrik Alsér | 2022-09-01 | 2 | -4/+4 |
| * | | | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | | | transfer_in_place | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | | | Fix example | Henrik Alsér | 2022-09-01 | 1 | -2/+3 |
| * | | | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 1 | -4/+2 |
| * | | | example | Henrik Alsér | 2022-09-01 | 2 | -2/+33 |
| * | | | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 11 | -15/+12 |
| * | | | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 3 | -0/+373 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 3 | -0/+373 |
| * | | | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Merge #913 | bors[bot] | 2022-08-26 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r... | Mathias | 2022-08-23 | 61 | -149/+314 |
| | |\ | |||||
| | * | | Fix uart rp2040 blocking example | Mathias | 2022-08-19 | 1 | -1/+1 |
| * | | | Enable 'std' feature on critical-section for WASM | Ulf Lilleengen | 2022-08-23 | 2 | -2/+2 |
| | |/ |/| | |||||
| * | | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 11 | -11/+11 |
| * | | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 41 | -52/+53 |
| * | | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 27 | -99/+107 |
| * | | Switch to crates.io version of systemview-target | Quentin Smith | 2022-08-20 | 1 | -4/+1 |
| * | | Fetch systemview-target from upstream git | Quentin Smith | 2022-08-19 | 1 | -2/+1 |
| * | | Fix package name for the new nrf-rtos-trace example | Quentin Smith | 2022-08-19 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace | Quentin Smith | 2022-08-19 | 198 | -776/+1024 |
| |\| | |||||
| | * | Merge #910 | bors[bot] | 2022-08-18 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix rp uart example | Mathias | 2022-08-18 | 1 | -3/+3 |
| | * | | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 193 | -277/+305 |
| | * | | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 30 | -215/+107 |
| | * | | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 150 | -325/+394 |
| | * | | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 30 | -32/+32 |
| | |/ | |||||
