aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/tl_mbox.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-181-1/+1
|
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-1/+1
|
* examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-201-1/+0
| | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-161-2/+2
|
* wpan: fix examplesGhaithOueslati2023-07-301-1/+4
|
* stm32/wpan: use new ownership modelxoviat2023-06-171-1/+1
|
* rustfmtxoviat2023-06-171-2/+1
|
* stm32/wpan: fix examplesxoviat2023-06-171-2/+3
|
* stm32/ipcc: fix `tl_mbox` examplegoueslati2023-06-121-5/+6
|
* stm32/ipcc: refactor examples and testsxoviat2023-05-271-6/+8
|
* stm32/ipcc: static methods for IPCCgoueslati2023-05-261-5/+3
|
* stm32: move to bind_interruptsxoviat2023-05-241-5/+7
| | | | disable lora functionality for now
* stm32/ipcc: update docxoviat2023-05-211-0/+1
|
* tl_mbox read and writegoueslati2023-05-151-1/+5
|
* rustfmtxoviat2023-05-111-3/+3
|
* stm32/ble: fix tests and add instructions to run examplexoviat2023-05-111-0/+23
|
* removed hardcoded addresses in memory.xgoueslati2023-05-041-0/+3
|
* rustfmtxoviat2023-05-031-1/+0
|
* stm32/tests: add hil test for blexoviat2023-05-031-1/+0
|
* added TL Mailbox initialization for STM32WBgoueslati2023-05-021-0/+44