aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src
Commit message (Collapse)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-1810-10/+10
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-238-197/+168
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-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 CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* wpan_ get net example actually workingxoviat2025-11-171-15/+75
|
* wpan: restructure mac driverxoviat2025-11-161-100/+15
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-066-7/+7
|
* Fix examplesdiondokter2025-08-291-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-294-5/+5
|
* stm32/wb: Add memory manager to GATT exampleclubby7892025-07-231-1/+8
|
* Remove duplicate command from BLE Gatt Server exampleLofty Inclination2025-01-011-5/+0
|
* examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-208-8/+0
| | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* fix: rustfmtUlf Lilleengen2024-01-121-1/+2
|
* fix: update after api changeUlf Lilleengen2024-01-122-18/+15
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2110-10/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-7/+13
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-152-5/+5
| | | | convenience methods
* Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
|
* wpan: fix examplesGhaithOueslati2023-07-308-16/+40
|
* wpan: further optimize mac eventxoviat2023-07-203-73/+25
|
* rustfmtxoviat2023-07-191-2/+5
|
* - optimize event to parse opcode only oncexoviat2023-07-193-47/+49
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan: implement initial event loopxoviat2023-07-181-1/+9
|
* wpan: fully implement initial draft conceptxoviat2023-07-181-1/+1
|
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-0/+180
|
* wpan: add slice data viewxoviat2023-07-161-8/+14
|
* wpan/mac: use lifetimes to control eventsxoviat2023-07-162-37/+64
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-162-17/+23
|
* wpan: factor mac logic into other modxoviat2023-07-152-6/+6
|
* rustfmtxoviat2023-07-153-3/+3
|
* Merge branch 'master' into mac-3xoviat2023-07-151-0/+397
|\
| * stm32wb: add gatt server exampleGhaithOueslati2023-07-151-0/+397
| |
* | cleanupgoueslati2023-07-132-4/+8
| |
* | make it work, disgustinglygoueslati2023-07-132-8/+60
| |
* | change MacAddress to a union instead of an enumgoueslati2023-07-122-45/+67
| |
* | parsing MAC structsgoueslati2023-07-122-65/+50
| |
* | wip: added MAC commandsgoueslati2023-07-112-33/+206
| |
* | wipgoueslati2023-07-101-0/+117
|/
* mac: move table initialization after sys readyxoviat2023-07-091-1/+11
|
* stm32/wpan: update examplexoviat2023-06-251-1/+3
|
* stm32/wpan: reorg subsystemsxoviat2023-06-231-7/+7
|
* stm32/tests: update ble testxoviat2023-06-221-1/+1
|
* fix buildgoueslati2023-06-222-5/+5
|
* wpan: add BLE HCIgoueslati2023-06-221-0/+249
|
* stm32/wpan: add shci mac initxoviat2023-06-181-9/+9
|
* stm32/wpan: add draft mac mboxxoviat2023-06-182-0/+64
|
* stm32/wpan: use new ownership modelxoviat2023-06-172-7/+8
|
* stm32/wpan: modify evtbox to use slice viewxoviat2023-06-171-3/+1
|