aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Added ReceiverHandler to loggerBjorn2024-10-311-0/+64
|
* Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5Dario Nieuwenhuis2024-10-296-7/+470
|\ | | | | | | Fix LTDC registry settings for STM32U5
| * Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-284-7/+7
| |
| * Fix formatWilliam2024-10-281-2/+1
| |
| * Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-253-0/+464
| |
* | Merge pull request #3456 from HaoboGu/feat/ospi_mmDario Nieuwenhuis2024-10-275-0/+555
|\ \ | |/ |/| | | Add memory mapped mode for stm32 ospi
| * fix: fmt codeHaobo Gu2024-10-261-9/+8
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * feat(example): move ospi memory mapped example for stm32h7b0 to separate folderHaobo Gu2024-10-265-3/+124
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * feat(ospi): add ospi exampleHaobo Gu2024-10-261-0/+435
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
* | Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-236-42/+37
|\ \ | | | | | | | | | embassy-stm32: Add SimplePwmChannel
| * | last oops I promiseGrant Miller2024-09-065-9/+5
| | |
| * | Update examplesGrant Miller2024-09-066-38/+37
| | |
* | | update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
| |/ |/|
* | Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traitsUlf Lilleengen2024-10-224-13/+215
|\ \ | | | | | | | | | embassy_rp: implement pwm traits from embedded_hal
| * | cheaper motors need lower pwm frequencyrafael2024-10-211-6/+6
| | |
| * | add pwm frequency to examplesrafael2024-10-213-14/+23
| | |
| * | also add to the rp pwm examplerafael2024-10-212-10/+50
| | |
| * | rustfmtrafael2024-10-212-6/+2
| | |
| * | change existing pwm example to reflect both existing ways to use pwm outputrafael2024-10-211-7/+48
| | |
| * | rustfmtrafael2024-10-201-8/+7
| | |
| * | embassy_rp: implement pwm traits from embedded_halrafael2024-10-202-0/+117
| | | | | | | | | | | | • Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example
* | | Use released version of reqwless for examplesUlf Lilleengen2024-10-211-1/+1
| | |
* | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-2149-49/+49
|/ /
* | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ↵Dario Nieuwenhuis2024-10-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | (#3425) * executor-macros: don't parse function bodies. * executor-macros: refactor for better recovery and ide-friendliness on errors. * executor-macros: disallow `impl Trait` in task arguments. Fixes #3420 * Fix example using `impl Trait` in tasks.
* | Revise I2S interface to ring-buffered.Alexandros Liarokapis2024-10-161-7/+6
| |
* | Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-7/+10
| | | | | | | | Fixes #2599
* | Merge pull request #3407 from CBJamo/pio_programsDario Nieuwenhuis2024-10-1319-1658/+524
|\ \ | | | | | | | | | rp: Move pio programs into embassy-rp
| * | fmt examples tooCaleb Jamison2024-10-094-14/+8
| | |
| * | Fix rp23 i2s example, boot_sel isn't supported yet.Caleb Jamison2024-10-091-2/+5
| | |
| * | Move pio programs into embassy-rpCaleb Jamison2024-10-0919-1658/+527
| | |
* | | Merge pull request #3397 from embassy-rs/core-ipDario Nieuwenhuis2024-10-1312-22/+22
|\ \ \ | |/ / |/| | | | | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.
| * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-0712-22/+22
| | |
* | | Merge pull request #3343 from george-cosma/hal-with-pacUlf Lilleengen2024-10-076-0/+151
|\ \ \ | |/ / |/| | | | | LPC: embassy-lpc55 hal base with gpio and pint driver
| * | feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-076-0/+151
| | |
* | | Fixed overflow on `pio_stepper.rs`Paul Fornage2024-10-021-1/+1
| | |
* | | Remove binary_info blocks from most examples. (#3385)Caleb Jamison2024-10-0145-445/+8
| | |
* | | Add config option for setting SIM pinUlf Lilleengen2024-09-261-0/+1
| | |
* | | rp23: add missing binary info in linker scriptRomain Reignier2024-09-261-0/+1
| | | | | | | | | | | | | | | | | | See https://github.com/rp-rs/rp-hal/issues/853 And https://github.com/rp-rs/rp-hal/pull/854
* | | Add USBPHYC clock configuration for H7RS seriesKevin2024-09-221-0/+1
| | |
* | | Add OTG_HS support for STM32H7R/SKevin2024-09-221-0/+139
| | |
* | | embassy_stm32/eth: support compliance testingGerhard de Clercq2024-09-201-0/+77
| | | | | | | | | | | | | | | | | | This change adds the possibility to perform compliance testing with STM32 systems by directly exposing SMI when needed. Users can then use this to configure PHY registers for test modes.
* | | Fix defmt support for example boot appUlf Lilleengen2024-09-192-1/+6
| | |
* | | Add led to example to demonstrate revert state detectionUlf Lilleengen2024-09-191-0/+9
| | |
* | | Merge pull request #3338 from ionspin/add-rp2350-trng-supportDario Nieuwenhuis2024-09-171-0/+64
|\ \ \ | | | | | | | | | | | | RP2350 TRNG support
| * | | TRNG support for 235xUgljesa Jovanovic2024-09-171-0/+64
| | | |
* | | | rp: Add PIO example for one-wire temperature sensorkalkyl2024-09-171-0/+155
|/ / /
* / / net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-1628-208/+155
|/ /
* | Merge pull request #3169 from Adancurusul/g4_devDario Nieuwenhuis2024-09-102-0/+104
|\ \ | | | | | | | | | Add adc oversampling and adc differential for g4
| * | Add oversampling and differential for g4Chen Yuheng2024-07-112-0/+104
| | |
* | | Merge pull request #3271 from sjoerdsimons/ucpd-sop-filtersDario Nieuwenhuis2024-09-101-1/+1
|\ \ \ | | | | | | | | | | | | [UCPD] Add support for non-SOP packets