aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-236-42/+37
|\
| * 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
|\ \
| * | 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
* | | 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
* | Revise I2S interface to ring-buffered.Alexandros Liarokapis2024-10-161-7/+6
* | Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-7/+10
* | Merge pull request #3407 from CBJamo/pio_programsDario Nieuwenhuis2024-10-1319-1658/+524
|\ \
| * | 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.Dario Nieuwenhuis2024-10-0712-22/+22
* | | Merge pull request #3343 from george-cosma/hal-with-pacUlf Lilleengen2024-10-076-0/+151
|\ \ \ | |/ / |/| |
| * | 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
* | | 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
* | | 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
|\ \ \
| * | | 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 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 packetsSjoerd Simons2024-08-181-1/+1
* | | | Merge pull request #3297 from CBJamo/rp2350_flashDario Nieuwenhuis2024-09-103-13/+51
|\ \ \ \
| * | | | Fixup: forgot to rename fn in exampleCaleb Jamison2024-08-291-2/+2
| * | | | Import otp from rp-hal, helper fns for chipid and randidCaleb Jamison2024-08-291-0/+46
| * | | | rp235x flash support.Caleb Jamison2024-08-292-13/+5
* | | | | Merge pull request #3105 from embassy-rs/net-nrf91Dario Nieuwenhuis2024-09-094-3/+218
|\ \ \ \ \
| * | | | | Use byte slice for configUlf Lilleengen2024-09-061-2/+2
| * | | | | Move configure out of runUlf Lilleengen2024-09-051-1/+2
| * | | | | Mintor fixes after testing re-attachUlf Lilleengen2024-09-051-25/+29