aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge #1457bors[bot]2023-05-233-2/+104
|\
| * stm32/ipcc: uncomment shci init cmdgoueslati2023-05-221-1/+1
| * stm32/ipcc: fix incorrect examplegoueslati2023-05-221-1/+1
| * stm32/ipcc: fix hil testxoviat2023-05-211-1/+1
| * stm32/ipcc: update docxoviat2023-05-212-0/+2
| * tl_mbox read and writegoueslati2023-05-152-1/+101
* | Switch to DMA, use new clocks, don't take ownership of pio commonCaleb Jamison2023-05-191-13/+31
* | Pin fix, improve fifo handlingCaleb Jamison2023-05-191-1/+5
* | Update Rust nightly.Dario Nieuwenhuis2023-05-194-4/+0
* | Merge #1419bors[bot]2023-05-191-28/+3
|\ \
| * | stm32/pwm: improve dead-time apixoviat2023-05-011-28/+3
* | | rp/clocks: don't expose unstable pac itemspennae2023-05-171-2/+2
* | | rp: Read flash unique id and jedec idkalkyl2023-05-161-0/+10
* | | Merge #1458bors[bot]2023-05-157-33/+52
|\ \ \
| * | | rp: remove take!, add bind_interrupts!pennae2023-05-157-33/+52
* | | | net: reexport UDP PacketMetadata under the udp module.Dario Nieuwenhuis2023-05-151-2/+2
* | | | net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-158-8/+9
|/ / /
* | / rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-135-5/+0
| |/ |/|
* | Merge #1424bors[bot]2023-05-114-21/+84
|\ \
| * | fix memory.xxoviat2023-05-111-4/+4
| * | rustfmtxoviat2023-05-111-3/+3
| * | stm32/ble: fix tests and add instructions to run examplexoviat2023-05-113-5/+40
| * | removed hardcoded addresses in memory.xgoueslati2023-05-043-20/+6
| * | 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
* | | Merge branch 'master' into masterCaleb Jamison2023-05-0915-16/+168
|\ \ \
| * | | Fix some typosDirk Stolle2023-05-0813-15/+15
| * | | Merge #1435bors[bot]2023-05-082-1/+153
| |\ \ \
| | * | | added example multi priority executors rp2040Fabian Kunze2023-05-072-1/+153
* | | | | Dirbaio comments round 2Caleb Jamison2023-05-091-5/+5
* | | | | Remove patches, bump rp-pac versionCaleb Jamison2023-05-091-3/+0
* | | | | Improve gpout example, clk_gpout_freqCaleb Jamison2023-05-092-6/+22
* | | | | Add missing functions, Cleanup, Gpout exampleCaleb Jamison2023-05-081-0/+21
|/ / / /
* | | | rp/pio: allow wrap-around program loadingpennae2023-05-061-1/+2
* | | | rp/pio: configure state machines with Config structpennae2023-05-065-64/+83
* | | | rp/pio: add set-pin-{values,dirs} convenience functionspennae2023-05-061-7/+2
* | | | rp/pio: add load_program, use_programpennae2023-05-064-48/+13
* | | | rp/pio: drop Pio prefix from almost all namespennae2023-05-053-14/+14
|/ / /
* | | Merge #1429bors[bot]2023-05-044-44/+44
|\ \ \
| * | | rp/pio: wrap sm rx, tx in structs and allow splittingpennae2023-05-034-13/+14
| * | | rp/pio: split irqs from state machinespennae2023-05-032-6/+10
| * | | rp/pio: remove PioStateMachineInstancepennae2023-05-034-6/+4
| * | | rp/pio: PioStateMachine{Instance, => ,Instance}pennae2023-05-034-10/+10
| * | | rp/pio: add PioPin traitpennae2023-05-033-17/+14
* | | | Simplify SUBGHZSPI configuration.ceekdee2023-05-043-12/+3
* | | | Merge branch 'embassy-rs:master' into masterChuck Davis2023-05-034-26/+276
|\| | |
| * | | Merge #1425bors[bot]2023-05-024-26/+276
| |\ \ \ | | |/ / | |/| |
| | * | rp/pio: drop SmInstance{,Base}pennae2023-05-023-12/+12
| | * | rp/pio: make PioCommon a structpennae2023-05-024-17/+8