| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 20 | -20/+20 |
| * | fix: do full minor version bump for time queue utils | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 64 | -64/+64 |
| * | STM32WBA usb-dfu example | Gerzain Mata | 2025-07-29 | 14 | -0/+557 |
| * | Separated USB_OTG_HS to STM32WBA6 | Gerzain Mata | 2025-07-27 | 8 | -0/+209 |
| * | Working USB_OTG_HS example for STM32WBA | Gerzain Mata | 2025-07-27 | 2 | -138/+6 |
| * | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-27 | 5 | -48/+31 |
| |\ | |||||
| | * | Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-support | Dario Nieuwenhuis | 2025-07-27 | 1 | -0/+65 |
| | |\ | |||||
| | | * | Fixed timer config on STM32WBA pwm example | Gerzain Mata | 2025-07-27 | 1 | -2/+2 |
| | | * | Cargo fmt | Gerzain Mata | 2025-07-27 | 1 | -2/+3 |
| | | * | Merge branch 'main' into feat/stm32wba-rcc-pll-support | leftger | 2025-07-27 | 8 | -20/+420 |
| | | |\ | |||||
| | | * | | Added changes based on PR review | Gerzain Mata | 2025-07-27 | 1 | -2/+1 |
| | * | | | examples: fix RP2040 link establishing logic | Oscar Aurin | 2025-07-27 | 2 | -39/+21 |
| | | |/ | |/| | |||||
| * | | | Working USB_OTG_HS example | Gerzain Mata | 2025-07-27 | 2 | -34/+37 |
| * | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-27 | 8 | -20/+420 |
| |\| | | |||||
| | * | | Merge pull request #4184 from Ragarnoy/stm32h755-intercore | Dario Nieuwenhuis | 2025-07-26 | 4 | -20/+412 |
| | |\ \ | |||||
| | | * \ | Merge branch 'embassy-rs:main' into stm32h755-intercore | Ragarnoy | 2025-05-21 | 112 | -273/+702 |
| | | |\ \ | |||||
| | | * | | | Remove unnecessary atomic fences from intercore examples | ragarnoy | 2025-05-21 | 2 | -11/+0 |
| | | * | | | nightly rustfmt really do be my bane rn | ragarnoy | 2025-05-10 | 1 | -0/+1 |
| | | * | | | Rewrite documentation and generally improve it | ragarnoy | 2025-05-10 | 2 | -61/+71 |
| | | * | | | fix release mode that was broken by lto and codegen units (there are probably... | ragarnoy | 2025-05-10 | 4 | -14/+20 |
| | | * | | | dead code, formatting, ci, we're good | ragarnoy | 2025-05-10 | 2 | -5/+3 |
| | | * | | | formatting again | ragarnoy | 2025-05-10 | 2 | -3/+2 |
| | | * | | | formatting | ragarnoy | 2025-05-10 | 1 | -14/+11 |
| | | * | | | Add #[allow(dead_code] attributes and rename spawner variable | ragarnoy | 2025-05-10 | 1 | -1/+3 |
| | | * | | | rustfmt | ragarnoy | 2025-05-10 | 2 | -13/+12 |
| | | * | | | Add intercore communication examples for STM32H755CM4 and CM7, does not work ... | ragarnoy | 2025-05-10 | 4 | -24/+415 |
| | * | | | | Merge branch 'main' into h7rs-xspi-fixes | Rick Rogers | 2025-07-25 | 1 | -1/+8 |
| | |\ \ \ \ | |||||
| | * | | | | | add plls/t to stm32h7rs examples | Rick Rogers | 2025-07-24 | 4 | -0/+8 |
| * | | | | | | WIP changes | Gerzain Mata | 2025-07-25 | 1 | -3/+1 |
| * | | | | | | Merge branch 'feat/stm32wba-rcc-pll-support' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-25 | 1 | -0/+65 |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Added support for PLL as a clock source on STM32WBA | Gerzain Mata | 2025-07-25 | 1 | -0/+65 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Fixed usb_hs_serial example | Gerzain Mata | 2025-07-25 | 1 | -8/+7 |
| * | | | | | Moved from HSE to HSI to generate USB_OTG_HS_CLK | Gerzain Mata | 2025-07-25 | 1 | -11/+13 |
| * | | | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-24 | 1 | -1/+8 |
| |\| | | | | |||||
| | * | | | | stm32/wb: Add memory manager to GATT example | clubby789 | 2025-07-23 | 1 | -1/+8 |
| | |/ / / | |||||
| * | | | | Partially working USB example | Gerzain Mata | 2025-07-24 | 1 | -10/+10 |
| * | | | | Working USB. Still no enumeration | Gerzain Mata | 2025-07-23 | 1 | -5/+5 |
| * | | | | Cargo fmt | Gerzain Mata | 2025-07-23 | 1 | -11/+12 |
| * | | | | Added PLL HAL code for STM32WBA | Gerzain Mata | 2025-07-23 | 1 | -3/+23 |
| * | | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-23 | 26 | -14/+422 |
| |\| | | | |||||
| | * | | | Merge pull request #4436 from i509VCB/rt1062 | i509VCB | 2025-07-22 | 6 | -0/+170 |
| | |\ \ \ | |||||
| | | * | | | nxp: Add mimxrt1062 support | i509VCB | 2025-07-22 | 6 | -0/+170 |
| | * | | | | Merge pull request #4409 from i509VCB/uart-async | i509VCB | 2025-07-22 | 1 | -0/+2 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | mspm0: add buffered uart driver | i509VCB | 2025-07-22 | 1 | -0/+2 |
| | * | | | | Merge pull request #4419 from i509VCB/rt1011 | i509VCB | 2025-07-22 | 6 | -0/+236 |
| | |\ \ \ \ | |||||
| | | * | | | | nxp: Add MIMXRT1011 GPIO and time driver | i509VCB | 2025-07-22 | 6 | -0/+236 |
| | * | | | | | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 2 | -2/+2 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test | Dario Nieuwenhuis | 2025-07-21 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | feat: fmt.rs was added | Roi Bachynskyi | 2025-07-21 | 1 | -1/+1 |
