| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | stm32/ble: fix tests and add instructions to run example | xoviat | 2023-05-11 | 1 | -0/+23 |
| | | |||||
| * | removed hardcoded addresses in memory.x | goueslati | 2023-05-04 | 1 | -0/+3 |
| | | |||||
| * | rustfmt | xoviat | 2023-05-03 | 1 | -1/+0 |
| | | |||||
| * | stm32/tests: add hil test for ble | xoviat | 2023-05-03 | 1 | -1/+0 |
| | | |||||
| * | added TL Mailbox initialization for STM32WB | goueslati | 2023-05-02 | 1 | -0/+44 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 2 | -3/+3 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 2 | -4/+4 |
| | | |||||
