| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | fix: rustfmt | Ulf Lilleengen | 2024-01-12 | 1 | -1/+2 |
| | | |||||
| * | fix: update after api change | Ulf Lilleengen | 2024-01-12 | 2 | -18/+15 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 10 | -10/+0 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -7/+13 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 2 | -5/+5 |
| | | | | | convenience methods | ||||
| * | Update stm32wb examples to use ble/mac firmware. | Will Farrell | 2023-09-16 | 4 | -8/+8 |
| | | |||||
| * | wpan: fix examples | GhaithOueslati | 2023-07-30 | 8 | -16/+40 |
| | | |||||
| * | 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 |
| | | | | | | - optimze channels - return mut ref for smoltcp rx | ||||
| * | wpan: implement initial event loop | xoviat | 2023-07-18 | 1 | -1/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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: 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 | 1 | -0/+397 |
| |\ | |||||
| | * | stm32wb: add gatt server example | GhaithOueslati | 2023-07-15 | 1 | -0/+397 |
| | | | |||||
| * | | cleanup | goueslati | 2023-07-13 | 2 | -4/+8 |
| | | | |||||
| * | | 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 | 2 | -33/+206 |
| | | | |||||
| * | | wip | goueslati | 2023-07-10 | 1 | -0/+117 |
| |/ | |||||
| * | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 1 | -1/+11 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | fix build | goueslati | 2023-06-22 | 2 | -5/+5 |
| | | |||||
| * | wpan: add BLE HCI | goueslati | 2023-06-22 | 1 | -0/+249 |
| | | |||||
| * | stm32/wpan: add shci mac init | xoviat | 2023-06-18 | 1 | -9/+9 |
| | | |||||
| * | stm32/wpan: add draft mac mbox | xoviat | 2023-06-18 | 2 | -0/+64 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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: static methods for IPCC | goueslati | 2023-05-26 | 2 | -16/+13 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 2 | -10/+14 |
| | | | | | disable lora functionality for now | ||||
| * | stm32/ipcc: uncomment shci init cmd | goueslati | 2023-05-22 | 1 | -1/+1 |
| | | |||||
| * | stm32/ipcc: fix incorrect example | goueslati | 2023-05-22 | 1 | -1/+1 |
| | | |||||
| * | stm32/ipcc: update doc | xoviat | 2023-05-21 | 2 | -0/+2 |
| | | |||||
| * | tl_mbox read and write | goueslati | 2023-05-15 | 2 | -1/+101 |
| | | |||||
| * | rustfmt | xoviat | 2023-05-11 | 1 | -3/+3 |
| | | |||||
