| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | wpan: fix examples | GhaithOueslati | 2023-07-30 | 8 | -16/+40 |
| * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -0/+3 |
| * | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -3/+4 |
| * | wpan: further optimize mac event | xoviat | 2023-07-20 | 3 | -73/+25 |
| * | rustfmt | xoviat | 2023-07-19 | 1 | -2/+5 |
| * | - optimize event to parse opcode only once | xoviat | 2023-07-19 | 3 | -47/+49 |
| * | wpan: implement initial event loop | xoviat | 2023-07-18 | 2 | -2/+14 |
| * | wpan: fully implement initial draft concept | xoviat | 2023-07-18 | 1 | -1/+1 |
| * | wpan: fix comp errors and impl. some of runner | xoviat | 2023-07-17 | 1 | -0/+180 |
| * | Merge branch 'master' into mac | xoviat | 2023-07-17 | 2 | -60/+99 |
| |\ | |||||
| | * | wpan: add slice data view | xoviat | 2023-07-16 | 1 | -8/+14 |
| | * | wpan/mac: use lifetimes to control events | xoviat | 2023-07-16 | 2 | -37/+64 |
| | * | wpan/mac: use slice view to avoid copy | xoviat | 2023-07-16 | 2 | -17/+23 |
| * | | wpan: prepare net impl. | xoviat | 2023-07-15 | 1 | -1/+2 |
| |/ | |||||
| * | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 2 | -6/+6 |
| * | rustfmt | xoviat | 2023-07-15 | 3 | -3/+3 |
| * | Merge branch 'master' into mac-3 | xoviat | 2023-07-15 | 2 | -2/+400 |
| |\ | |||||
| | * | stm32wb: add gatt server example | GhaithOueslati | 2023-07-15 | 2 | -0/+401 |
| | * | wpan: update `stm32wb-hci` to version 0.1.3 | GhaithOueslati | 2023-07-15 | 1 | -4/+1 |
| * | | 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 |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| * | stm32/wpan: update example | xoviat | 2023-06-25 | 1 | -1/+3 |
| * | stm32/wpan: reorg subsystems | xoviat | 2023-06-23 | 1 | -7/+7 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | | 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 |
| |/ | |||||
| * | stm32/ipcc: refactor examples and tests | xoviat | 2023-05-27 | 2 | -11/+13 |
| * | stm32/ipcc: extract tl_mbox linker file to embassy-stm32 | xoviat | 2023-05-27 | 3 | -66/+7 |
| * | stm32/ipcc: static methods for IPCC | goueslati | 2023-05-26 | 2 | -16/+13 |
