Commit b3e624c
- embassy-executor/CHANGELOG.md+1
- embassy-stm32-wpan/Cargo.toml+5-4
- embassy-stm32-wpan/src/bluetooth/gap/aci_gap.rs+52
- embassy-stm32-wpan/src/bluetooth/gap/advertiser.rs+21-11
- embassy-stm32-wpan/src/bluetooth/gap/types.rs+5
- embassy-stm32-wpan/src/bluetooth/gap_init.rs+28-15
- embassy-stm32-wpan/src/bluetooth/mod.rs+13-5
- embassy-stm32-wpan/src/bluetooth/security/mod.rs+384-3
- embassy-stm32-wpan/src/net/control.rs+4-5
- embassy-stm32-wpan/src/net/iface.rs+6-11
- embassy-stm32-wpan/src/net/mod.rs+6-7
- embassy-stm32-wpan/src/net/runner.rs+6-21
- embassy-stm32-wpan/src/net/util.rs+13-90
- embassy-stm32-wpan/src/wb/cmd.rs+64-29
- embassy-stm32-wpan/src/wb/consts.rs+1
- embassy-stm32-wpan/src/wb/evt.rs+54-37
- embassy-stm32-wpan/src/wb/mod.rs+58-27
- embassy-stm32-wpan/src/wb/sub/ble.rs+36-28
- embassy-stm32-wpan/src/wb/sub/mac.rs+17-21
- embassy-stm32-wpan/src/wb/sub/mod.rs+2
- embassy-stm32-wpan/src/wb/sub/sys.rs+17-2
- embassy-stm32-wpan/src/wb/sub/thread.rs+212
- embassy-stm32-wpan/src/wb/tables.rs+20
- embassy-stm32-wpan/src/wba/linklayer_plat.rs+107-31
- embassy-stm32-wpan/src/wba/ll_sys/ll_sys_dp_slp.rs+22-22
- embassy-stm32-wpan/src/wba/ll_sys/ll_sys_startup.rs+27-9
- embassy-stm32-wpan/src/wba/ll_sys_if.rs+5-5
- embassy-stm32-wpan/src/wba/mac_sys_if.rs+2-2
- embassy-stm32-wpan/src/wba/mod.rs+1-1
- embassy-stm32-wpan/src/wba/platform.rs+5
- embassy-stm32/src/adc/v4.rs+1-3
- embassy-stm32/src/can/bxcan/mod.rs+2-2
- embassy-stm32/src/can/fdcan.rs+2-2
- embassy-sync/CHANGELOG.md+13
- embassy-sync/src/waitqueue/atomic_waker.rs+322-8
- embassy-sync/src/waitqueue/critical_section_waker.rs+28
- embassy-sync/src/waitqueue/mod.rs+3
- examples/stm32wb/Cargo.toml+8-3
- examples/stm32wb/src/bin/fus_update.rs+2-2
- examples/stm32wb/src/bin/mac_ffd.rs+8-16
- examples/stm32wb/src/bin/mac_rfd.rs+7-14
- examples/stm32wb/src/bin/tl_mbox.rs+1-1
- examples/stm32wb/src/bin/tl_mbox_mac.rs+2-2
- examples/stm32wba/Cargo.toml+1-1
- examples/stm32wba/src/bin/ble_secure.rs+8-11
- examples/stm32wba6-lp/Cargo.toml+9
- examples/stm32wba6-lp/src/bin/ble_advertiser_lp.rs+180
- examples/stm32wba6/Cargo.toml+1-1
- examples/stm32wba6/src/bin/ble_bonding.rs+361
- examples/stm32wba6/src/bin/ble_secure.rs+8-11
- examples/stm32wba6/verify_rpa.py+74
- fmtall.ps1+11
- tests/stm32/Cargo.toml+1-1
- tests/stm32/src/bin/wpan_ble.rs+1-1
- tests/stm32/src/bin/wpan_mac.rs+4-8
0 commit comments