| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 5 | -18/+166 | |
| | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 41 | -74/+74 | |
| | * | | | | | | STM32G4: Add CRS support to RCC | Kevin Lannen | 2023-06-28 | 1 | -9/+19 | |
| | * | | | | | | stm32: update metapac, includes fix for OTG with 9 endpoints (H7) | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+3 | |
| | * | | | | | | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 6 | -6/+18 | |
| * | | | | | | | hrtim: minor cleanup | xoviat | 2023-07-01 | 1 | -1/+1 | |
| * | | | | | | | rustfmt | xoviat | 2023-06-30 | 1 | -3/+1 | |
| * | | | | | | | stm32/hrtim: impl. bridge, dead-time part. res. | xoviat | 2023-06-30 | 1 | -4/+5 | |
| * | | | | | | | stm32/hrtim: add example impl. | xoviat | 2023-06-30 | 5 | -0/+126 | |
| |/ / / / / / | ||||||
| * | | | | | | Modify an example | Dániel Buga | 2023-06-25 | 1 | -1/+5 | |
| * | | | | | | stm32/wpan: update example | xoviat | 2023-06-25 | 1 | -1/+3 | |
| * | | | | | | stm32/wpan: reorg subsystems | xoviat | 2023-06-23 | 1 | -7/+7 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #1576 from OueslatiGhaith/hci_v2 | xoviat | 2023-06-23 | 5 | -6/+262 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/tests: update ble test | xoviat | 2023-06-22 | 2 | -2/+5 | |
| | * | | | | | fix build | goueslati | 2023-06-22 | 2 | -5/+5 | |
| | * | | | | | wpan: add BLE HCI | goueslati | 2023-06-22 | 3 | -2/+255 | |
| * | | | | | | esp-hosted: add perf hil test. | Dario Nieuwenhuis | 2023-06-22 | 1 | -4/+4 | |
| * | | | | | | esp-hosted: fix build on stable. | Dario Nieuwenhuis | 2023-06-22 | 1 | -4/+20 | |
| * | | | | | | esp-hosted: fix warnings. | Dario Nieuwenhuis | 2023-06-22 | 1 | -1/+0 | |
| * | | | | | | esp-hosted: wait for esp firmware init. | Dario Nieuwenhuis | 2023-06-22 | 1 | -3/+0 | |
| * | | | | | | wip: esp-hosted net driver. | Dario Nieuwenhuis | 2023-06-22 | 2 | -0/+145 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1569 from xoviat/tl-mbox-2 | xoviat | 2023-06-21 | 3 | -0/+78 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2 | xoviat | 2023-06-19 | 10 | -67/+43 | |
| | |\ \ \ \ | ||||||
| | * | | | | | stm32/wpan: add shci mac init | xoviat | 2023-06-18 | 1 | -9/+9 | |
| | * | | | | | stm32/wpan: add draft mac mbox | xoviat | 2023-06-18 | 3 | -0/+78 | |
| * | | | | | | Merge pull request #1501 from xoviat/can | Dario Nieuwenhuis | 2023-06-20 | 1 | -2/+11 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | stm32/can: update interrupts | xoviat | 2023-06-19 | 1 | -2/+11 | |
| | | |/ / / / | |/| | | | | ||||||
| * / | | | | | Add firmware updater examples to CI | Ulf Lilleengen | 2023-06-19 | 18 | -26/+78 | |
| |/ / / / / | ||||||
| * / / / / | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 10 | -67/+43 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1566 from xoviat/tl-mbox-2 | xoviat | 2023-06-17 | 2 | -14/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/wpan: use new ownership model | xoviat | 2023-06-17 | 2 | -7/+8 | |
| | * | | | | stm32/wpan: modify evtbox to use slice view | xoviat | 2023-06-17 | 1 | -3/+1 | |
| | * | | | | rustfmt | xoviat | 2023-06-17 | 1 | -2/+1 | |
| | * | | | | stm32/wpan: fix examples | xoviat | 2023-06-17 | 2 | -13/+18 | |
| * | | | | | Merge pull request #1560 from kevswims/feature/stm32g4-pll-enhancements | Dario Nieuwenhuis | 2023-06-16 | 3 | -3/+123 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | STM32G4: Add USB Serial example | Kevin Lannen | 2023-06-14 | 2 | -0/+111 | |
| | * | | | | stm32g4: PLL: Add support for configuring PLL_P and PLL_Q | Kevin Lannen | 2023-06-14 | 1 | -3/+12 | |
| * | | | | | Merge branch 'old_tl_mbox' of github.com:OueslatiGhaith/embassy into old-tl-mbox | xoviat | 2023-06-12 | 3 | -55/+20 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | fix CI error | goueslati | 2023-06-12 | 1 | -1/+1 | |
| | * | | | | fix build | goueslati | 2023-06-12 | 1 | -0/+1 | |
| | * | | | | fix merge conflict | goueslati | 2023-06-12 | 49 | -110/+228 | |
| | |\ \ \ \ | ||||||
| | * | | | | | stm32/ipcc: fix `tl_mbox` example | goueslati | 2023-06-12 | 1 | -5/+6 | |
| | * | | | | | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan` | goueslati | 2023-06-12 | 1 | -10/+10 | |
| | * | | | | | wip | goueslati | 2023-06-08 | 1 | -46/+9 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Spelling. | Henrik Berg | 2023-06-12 | 1 | -1/+1 | |
| * | | | | | Code cleanup. | Henrik Berg | 2023-06-12 | 1 | -1/+1 | |
| * | | | | | Document external button. Add wifi_blinky.rs for easy beginners start. | Henrik Berg | 2023-06-12 | 2 | -1/+63 | |
| | |/ / / |/| | | | ||||||
| * | | | | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 5 | -47/+25 | |
| * | | | | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 19 | -19/+19 | |
| * | | | | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 2 | -2/+2 | |
