| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Merge pull request #4664 from phycrax/qspi_gpio_speed | Dario Nieuwenhuis | 2025-09-15 | 5 | -48/+53 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embassy-stm32: Configurable gpio speed for QSPI | |||||
| | * | | | | | | | | | | | | tag config as non exhaustive | Süha Ünüvar | 2025-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | fix examples | Süha Ünüvar | 2025-09-15 | 3 | -24/+24 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | update changelog | Süha Ünüvar | 2025-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | add gpio speed to qspi config | Süha Ünüvar | 2025-09-15 | 1 | -24/+27 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #4665 from dimpolo/format_adc_averaging | Dario Nieuwenhuis | 2025-09-15 | 4 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | derive Debug and Format for Averaging | |||||
| | * | | | | | | | | | | | derive Debug and Format for Averaging | dimi | 2025-09-15 | 4 | -3/+8 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4647 from WyliodrinEmbeddedIoT/embassy-dev | i509VCB | 2025-09-13 | 11 | -989/+462 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | lpc55: move to nxp-pac | |||||
| | * | | | | | | | | | | lpc55: added lpc55-core0 feature | Roi Bachynskyi | 2025-09-12 | 5 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Irina Chiorean <[email protected]> | |||||
| | * | | | | | | | | | | lpc55: update Cargo.toml and CHANGELOG | Roi Bachynskyi | 2025-09-12 | 2 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Irina Chiorean <[email protected]> | |||||
| | * | | | | | | | | | | lpc55: rtc driver rewritten | Irina Chiorean | 2025-09-12 | 1 | -35/+41 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | lpc55: blocking usart rewritten | Roi Bachynskyi | 2025-09-12 | 2 | -553/+332 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | lpc55: pint rewritten | Roi Bachynskyi | 2025-09-12 | 1 | -64/+33 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | lpc55: gpio rewritten | Roi Bachynskyi | 2025-09-12 | 3 | -324/+44 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4655 from RobertZ2011/remove-mutex-guard-map-sized | Dario Nieuwenhuis | 2025-09-12 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove `Sized` bound from `MutexGuard::map` | |||||
| | * | | | | | | | | | | | Remove `Sized` bound from `MutexGuard::map` | Robert Zieba | 2025-09-12 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted to `Sized` types. This now allows using `map` to cast from `MutexGuard<'_, M, ImplsTrait>` to `MutexGuard<'_, M, dyn Trait>`. | |||||
| * | | | | | | | | | | | | Merge pull request #4657 from tonarino/ospi-fixups-upstream | Dario Nieuwenhuis | 2025-09-12 | 4 | -28/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix alternate bytes register setting for OSPI/HSPI/XSPI | |||||
| | * | | | | | | | | | | | Update embassy-stm32/CHANGELOG.md | Brian Schwind | 2025-09-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Apply fixes to XSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Apply fixes to HSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Set the alternate bytes register to the correct value when configuring an ↵ | Brian Schwind | 2025-09-13 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ospi command | |||||
| | * | | | | | | | | | | | Typo fixes | Brian Schwind | 2025-09-13 | 1 | -4/+4 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4627 from paroga/usb_dfu_application | Ulf Lilleengen | 2025-09-12 | 4 | -10/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | |||||
| | * | | | | | | | | | | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | Patrick Gansterer | 2025-09-01 | 4 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there is no technical reason to disallow the use of both features at the same time, remove the artifical contraint to give developers more freedom with their implementations. | |||||
| * | | | | | | | | | | | Merge pull request #4654 from embassy-rs/devtool-ci | Dario Nieuwenhuis | 2025-09-11 | 14 | -403/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ci: use devtool to build. | |||||
| | * | | | | | | | | | | ci: use devtool to build. | Dario Nieuwenhuis | 2025-09-11 | 14 | -403/+68 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4652 from embassy-rs/executor-priority | Dario Nieuwenhuis | 2025-09-11 | 6 | -13/+68 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | executor: add priority scheduler. | |||||
| | * | | | | | | | | | | executor: add priority scheduler. | Dario Nieuwenhuis | 2025-09-11 | 6 | -13/+68 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4608 from diondokter/upstream-drs-2 | Dario Nieuwenhuis | 2025-09-11 | 14 | -167/+612 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [embassy-executor]: Upstream "Earliest Deadline First" Scheduler (version 2) | |||||
| | * | | | | | | | | | | executor: make Deadline actually private. | Dario Nieuwenhuis | 2025-09-11 | 5 | -27/+13 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix metadata | Dion Dokter | 2025-09-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix example | Dion Dokter | 2025-09-11 | 3 | -6/+6 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Make requested API changes | Dion Dokter | 2025-09-11 | 5 | -124/+71 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add more metadata | Dion Dokter | 2025-09-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add cargo metadata | Dion Dokter | 2025-09-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Happy CI :) | Dion Dokter | 2025-09-11 | 2 | -4/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add edf example to CI and fix the example | diondokter | 2025-09-11 | 3 | -7/+9 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Introduce metadata-deadline and let the EDF scheduler use it | diondokter | 2025-09-11 | 5 | -23/+36 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add some docs | Dion Dokter | 2025-09-11 | 1 | -1/+5 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Change deadline to use internal atomics | Dion Dokter | 2025-09-11 | 3 | -58/+55 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Rename, remove excess mut | James Munns | 2025-09-11 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Regular comments not doc comments | James Munns | 2025-09-11 | 1 | -12/+12 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Replace use of RefCell with UnsafeCell | James Munns | 2025-09-11 | 1 | -4/+17 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Update to use critical-section::Mutex instead of mutex::BlockingMutex | James Munns | 2025-09-11 | 2 | -15/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the scheduler to better collaborate with existing critical sections | |||||
| | * | | | | | | | | | | fmt | James Munns | 2025-09-11 | 1 | -5/+3 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Inline the "MutexTransferStack" impl as it is unclear whether it will be ↵ | James Munns | 2025-09-11 | 2 | -5/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged upstream | |||||
| | * | | | | | | | | | | Update with cordyceps changes | James Munns | 2025-09-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | There can be only one (run queue) | James Munns | 2025-09-11 | 5 | -91/+36 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | rustfmt | James Munns | 2025-09-11 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add EDF example | James Munns | 2025-09-11 | 5 | -0/+268 | |
| | | | | | | | | | | | | ||||||
