| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 | Dario Nieuwenhuis | 2023-07-05 | 34 | -34/+34 |
| |\ | |||||
| | * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 34 | -34/+34 |
| * | | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 2 | -8/+76 |
| |\ \ | |/ |/| | |||||
| | * | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 |
| | * | remove unused imports from example | Philipp Scheff | 2023-07-03 | 1 | -4/+1 |
| | * | allow deed code can rx & clippy | Philipp Scheff | 2023-07-03 | 1 | -7/+7 |
| | * | fmt | Philipp Scheff | 2023-07-03 | 1 | -6/+10 |
| | * | Merge branch 'embassy-rs:main' into can-split | schphil | 2023-06-23 | 7 | -5/+496 |
| | |\ | |||||
| | * | | add as_mut & set loopback true in example | Philipp Scheff | 2023-06-22 | 1 | -2/+4 |
| | * | | add stm32f7 can example | Philipp Scheff | 2023-06-22 | 1 | -0/+63 |
| * | | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o... | Dario Nieuwenhuis | 2023-07-05 | 2 | -3/+9 |
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm... | Mathias | 2023-07-05 | 13 | -30/+69 |
| |\ \ \ | |||||
| | * | | | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 13 | -30/+68 |
| * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm... | Mathias | 2023-07-03 | 134 | -354/+1336 |
| |\| | | | |||||
| | * | | | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -0/+23 |
| | * | | | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 4 | -19/+153 |
| | |\ \ \ | |||||
| | | * | | | remove need for StaticCell in dac_dma example for stm32l4 | JuliDi | 2023-06-28 | 2 | -23/+8 |
| | | * | | | revert to STM32L4S5VI | JuliDi | 2023-06-28 | 2 | -6/+5 |
| | | * | | | attempt at fixing ci | JuliDi | 2023-06-28 | 1 | -1/+0 |
| | | * | | | attempt at fixing ci | JuliDi | 2023-06-28 | 3 | -6/+7 |
| | | * | | | add doc | JuliDi | 2023-06-28 | 1 | -0/+2 |
| | | * | | | 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 |
| | * | | | 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 |
