| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: cleanup low-power features | xoviat | 2025-12-18 | 10 | -10/+10 |
| | | |||||
| * | wpan: restructure ipcc and hil test wpan_mac | xoviat | 2025-11-23 | 8 | -197/+168 |
| | | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | wpan_ get net example actually working | xoviat | 2025-11-17 | 1 | -15/+75 |
| | | |||||
| * | wpan: restructure mac driver | xoviat | 2025-11-16 | 1 | -100/+15 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 6 | -7/+7 |
| | | |||||
| * | Fix examples | diondokter | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 4 | -5/+5 |
| | | |||||
| * | stm32/wb: Add memory manager to GATT example | clubby789 | 2025-07-23 | 1 | -1/+8 |
| | | |||||
| * | Remove duplicate command from BLE Gatt Server example | Lofty Inclination | 2025-01-01 | 1 | -5/+0 |
| | | |||||
| * | examples: stm32wb: remove comment about memory.x file | Romain Reignier | 2024-06-20 | 8 | -8/+0 |
| | | | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d | ||||
| * | 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 |
| | | |||||
