| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup | goueslati | 2023-07-13 | 3 | -6/+10 |
| * | make it work, disgustingly | goueslati | 2023-07-13 | 2 | -8/+60 |
| * | change MacAddress to a union instead of an enum | goueslati | 2023-07-12 | 2 | -45/+67 |
| * | parsing MAC structs | goueslati | 2023-07-12 | 2 | -65/+50 |
| * | wip: added MAC commands | goueslati | 2023-07-11 | 3 | -34/+207 |
| * | wip | goueslati | 2023-07-10 | 3 | -3/+124 |
| * | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 1 | -1/+11 |
| * | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 1 | -8/+9 |
| |\ | |||||
| | * | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -8/+9 |
| * | | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 8 | -20/+64 |
| * | | 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 |
| | | |\ | |||||
