| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | wpan: complete prelim. command impl. | xoviat | 2023-07-21 | 2 | -9/+14 | |
| * | wpan: impl. draft control scheme | xoviat | 2023-07-20 | 4 | -12/+109 | |
| * | wpan: impl. debug for structs | xoviat | 2023-07-20 | 4 | -8/+50 | |
| * | wpan/mac: incr. runner msdu handle | xoviat | 2023-07-20 | 1 | -1/+5 | |
| * | wpan: further optimize mac event | xoviat | 2023-07-20 | 4 | -52/+51 | |
| * | - optimize event to parse opcode only once | xoviat | 2023-07-19 | 8 | -75/+109 | |
| * | wpan: implement initial event loop | xoviat | 2023-07-18 | 3 | -67/+70 | |
| * | wpan: fully implement initial draft concept | xoviat | 2023-07-18 | 4 | -49/+57 | |
| * | wpan: fix comp errors and impl. some of runner | xoviat | 2023-07-17 | 3 | -17/+75 | |
| * | wpan: refactor control, driver | xoviat | 2023-07-17 | 6 | -1158/+106 | |
| * | Merge branch 'master' into mac | xoviat | 2023-07-17 | 8 | -612/+226 | |
| |\ | ||||||
| | * | wpan: make dataind fields private | xoviat | 2023-07-16 | 1 | -2/+2 | |
| | * | wpan: fix datarequest | xoviat | 2023-07-16 | 2 | -2/+2 | |
| | * | wpan: add slice data view | xoviat | 2023-07-16 | 2 | -43/+38 | |
| | * | wpan: add repr(c) to mac responses | xoviat | 2023-07-16 | 2 | -1/+25 | |
| | * | wpan/mac: use lifetimes to control events | xoviat | 2023-07-16 | 4 | -556/+156 | |
| | * | wpan: use builtin conversion methods | xoviat | 2023-07-16 | 5 | -25/+15 | |
| | * | wpan/mac: use slice view to avoid copy | xoviat | 2023-07-16 | 3 | -45/+49 | |
| * | | wpan/mac: further cleanup | xoviat | 2023-07-16 | 4 | -161/+257 | |
| * | | wpan: add files from cyw43 | xoviat | 2023-07-15 | 5 | -1/+1139 | |
| * | | wpan: prepare net impl. | xoviat | 2023-07-15 | 1 | -1/+2 | |
| |/ | ||||||
| * | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 12 | -14/+16 | |
| * | Merge branch 'master' into mac-3 | xoviat | 2023-07-15 | 1 | -3/+2 | |
| |\ | ||||||
| | * | fix ci issue | Ghaith Oueslati | 2023-07-15 | 1 | -2/+2 | |
| | * | wpan: update `stm32wb-hci` to version 0.1.3 | GhaithOueslati | 2023-07-15 | 1 | -2/+2 | |
| * | | cleanup | goueslati | 2023-07-13 | 4 | -9/+5 | |
| * | | final structs | goueslati | 2023-07-13 | 3 | -5/+66 | |
| * | | make it work, disgustingly | goueslati | 2023-07-13 | 6 | -33/+73 | |
| * | | change MacAddress to a union instead of an enum | goueslati | 2023-07-12 | 5 | -52/+102 | |
| * | | parsing MAC structs | goueslati | 2023-07-12 | 10 | -218/+1057 | |
| * | | wip: added MAC indications | goueslati | 2023-07-11 | 4 | -0/+221 | |
| * | | wip: added MAC responses | goueslati | 2023-07-11 | 5 | -1/+217 | |
| * | | wip: added MAC commands | goueslati | 2023-07-11 | 5 | -42/+496 | |
| * | | wip | goueslati | 2023-07-10 | 4 | -0/+129 | |
| |/ | ||||||
| * | rustfmt | xoviat | 2023-07-09 | 1 | -3/+1 | |
| * | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 2 | -8/+19 | |
| * | wpan: update alignment control | xoviat | 2023-07-09 | 5 | -59/+88 | |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| * | stm32-wpan: fix wrong src_base | Dario Nieuwenhuis | 2023-07-05 | 1 | -2/+2 | |
| * | stm32/wpan: move linker file into pkg | xoviat | 2023-06-23 | 2 | -1/+27 | |
| * | stm32/wpan: implement mm pattern | xoviat | 2023-06-23 | 6 | -60/+76 | |
| * | stm32/wpan: use align to align data | xoviat | 2023-06-23 | 2 | -21/+14 | |
| * | rustfmt | xoviat | 2023-06-23 | 1 | -1/+0 | |
| * | stm32/wpan: reorg subsystems | xoviat | 2023-06-23 | 8 | -19/+25 | |
| * | stm32/tests: update ble test | xoviat | 2023-06-22 | 1 | -1/+1 | |
| * | update hci crate git path | GhaithOueslati | 2023-06-22 | 1 | -1/+1 | |
| * | update hci crate name | GhaithOueslati | 2023-06-22 | 2 | -3/+3 | |
| * | fix unsound access in `EvtBox` | goueslati | 2023-06-22 | 3 | -12/+5 | |
| * | wpan: add BLE HCI | goueslati | 2023-06-22 | 6 | -4/+157 | |
| * | stm32/wpan: fix data alignment | xoviat | 2023-06-21 | 2 | -9/+20 | |
