aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* rp: remove take!, add bind_interrupts!pennae2023-05-157-33/+52
* 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
| | * rp/pio: PioInstance::split -> Pio::newpennae2023-05-024-23/+39
| | * rp/pio: remove PioPeripheralpennae2023-05-024-14/+13
| | * rp/pio: add hd44780 examplepennae2023-05-021-0/+244
* | | Handle SUBGHZSPI as async.ceekdee2023-05-033-35/+11
|/ /
* | Merge #1376bors[bot]2023-05-012-0/+31
|\ \ | |/ |/|
| * stm32/rtc: cleanup and consolidatexoviat2023-04-182-0/+31
* | Merge #1414bors[bot]2023-05-011-1/+8
|\ \
| * | rp/uart: report errors from dma receivepennae2023-05-011-1/+8
* | | rp/pio: write instr memory only from commonpennae2023-05-013-15/+23
* | | rp/pio: move non-sm-specific methods to PioCommonpennae2023-05-012-12/+19
|/ /
* | Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-2833-33/+33
|\ \
| * | Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-2733-33/+33
* | | Remove external-lora-phy feature.ceekdee2023-04-284-4/+4
* | | Remove legacy LoRa drivers.ceekdee2023-04-272-2/+2
|/ /
* | rp: remove pio Cargo feature.Dario Nieuwenhuis2023-04-261-1/+1
* | build fixes for stableUlf Lilleengen2023-04-262-2/+2