| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added ReceiverHandler to logger | Bjorn | 2024-10-31 | 1 | -0/+64 |
| | | |||||
| * | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5 | Dario Nieuwenhuis | 2024-10-29 | 6 | -7/+470 |
| |\ | | | | | | | Fix LTDC registry settings for STM32U5 | ||||
| | * | Update chip from stm32u585ai to stm32u5g9zj and fix pinout | William | 2024-10-28 | 4 | -7/+7 |
| | | | |||||
| | * | Fix format | William | 2024-10-28 | 1 | -2/+1 |
| | | | |||||
| | * | Add LTDC example for STM32U5G9J-DK2 demo board | William | 2024-10-25 | 3 | -0/+464 |
| | | | |||||
| * | | Merge pull request #3456 from HaoboGu/feat/ospi_mm | Dario Nieuwenhuis | 2024-10-27 | 5 | -0/+555 |
| |\ \ | |/ |/| | | | Add memory mapped mode for stm32 ospi | ||||
| | * | fix: fmt code | Haobo Gu | 2024-10-26 | 1 | -9/+8 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| | * | feat(example): move ospi memory mapped example for stm32h7b0 to separate folder | Haobo Gu | 2024-10-26 | 5 | -3/+124 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| | * | feat(ospi): add ospi example | Haobo Gu | 2024-10-26 | 1 | -0/+435 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 6 | -42/+37 |
| |\ \ | | | | | | | | | | embassy-stm32: Add SimplePwmChannel | ||||
| | * | | last oops I promise | Grant Miller | 2024-09-06 | 5 | -9/+5 |
| | | | | |||||
| | * | | Update examples | Grant Miller | 2024-09-06 | 6 | -38/+37 |
| | | | | |||||
| * | | | update path to cyw43 firmware in `wifi_blinky.rs` comments | Brad Gibson | 2024-10-22 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traits | Ulf Lilleengen | 2024-10-22 | 4 | -13/+215 |
| |\ \ | | | | | | | | | | embassy_rp: implement pwm traits from embedded_hal | ||||
| | * | | cheaper motors need lower pwm frequency | rafael | 2024-10-21 | 1 | -6/+6 |
| | | | | |||||
| | * | | add pwm frequency to examples | rafael | 2024-10-21 | 3 | -14/+23 |
| | | | | |||||
| | * | | also add to the rp pwm example | rafael | 2024-10-21 | 2 | -10/+50 |
| | | | | |||||
| | * | | rustfmt | rafael | 2024-10-21 | 2 | -6/+2 |
| | | | | |||||
| | * | | change existing pwm example to reflect both existing ways to use pwm output | rafael | 2024-10-21 | 1 | -7/+48 |
| | | | | |||||
| | * | | rustfmt | rafael | 2024-10-20 | 1 | -8/+7 |
| | | | | |||||
| | * | | embassy_rp: implement pwm traits from embedded_hal | rafael | 2024-10-20 | 2 | -0/+117 |
| | | | | | | | | | | | | | • Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example | ||||
| * | | | Use released version of reqwless for examples | Ulf Lilleengen | 2024-10-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 49 | -49/+49 |
| |/ / | |||||
| * | | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ↵ | Dario Nieuwenhuis | 2024-10-18 | 1 | -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 Liarokapis | 2024-10-16 | 1 | -7/+6 |
| | | | |||||
| * | | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -7/+10 |
| | | | | | | | | | Fixes #2599 | ||||
| * | | Merge pull request #3407 from CBJamo/pio_programs | Dario Nieuwenhuis | 2024-10-13 | 19 | -1658/+524 |
| |\ \ | | | | | | | | | | rp: Move pio programs into embassy-rp | ||||
| | * | | fmt examples too | Caleb Jamison | 2024-10-09 | 4 | -14/+8 |
| | | | | |||||
| | * | | Fix rp23 i2s example, boot_sel isn't supported yet. | Caleb Jamison | 2024-10-09 | 1 | -2/+5 |
| | | | | |||||
| | * | | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 19 | -1658/+527 |
| | | | | |||||
| * | | | Merge pull request #3397 from embassy-rs/core-ip | Dario Nieuwenhuis | 2024-10-13 | 12 | -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 Nieuwenhuis | 2024-10-07 | 12 | -22/+22 |
| | | | | |||||
| * | | | Merge pull request #3343 from george-cosma/hal-with-pac | Ulf Lilleengen | 2024-10-07 | 6 | -0/+151 |
| |\ \ \ | |/ / |/| | | | | | LPC: embassy-lpc55 hal base with gpio and pint driver | ||||
| | * | | feat: embassy-lpc55 hal with gpio and pint driver | George Cosma | 2024-10-07 | 6 | -0/+151 |
| | | | | |||||
| * | | | Fixed overflow on `pio_stepper.rs` | Paul Fornage | 2024-10-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove binary_info blocks from most examples. (#3385) | Caleb Jamison | 2024-10-01 | 45 | -445/+8 |
| | | | | |||||
| * | | | Add config option for setting SIM pin | Ulf Lilleengen | 2024-09-26 | 1 | -0/+1 |
| | | | | |||||
| * | | | rp23: add missing binary info in linker script | Romain Reignier | 2024-09-26 | 1 | -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 series | Kevin | 2024-09-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add OTG_HS support for STM32H7R/S | Kevin | 2024-09-22 | 1 | -0/+139 |
| | | | | |||||
| * | | | embassy_stm32/eth: support compliance testing | Gerhard de Clercq | 2024-09-20 | 1 | -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 app | Ulf Lilleengen | 2024-09-19 | 2 | -1/+6 |
| | | | | |||||
| * | | | Add led to example to demonstrate revert state detection | Ulf Lilleengen | 2024-09-19 | 1 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #3338 from ionspin/add-rp2350-trng-support | Dario Nieuwenhuis | 2024-09-17 | 1 | -0/+64 |
| |\ \ \ | | | | | | | | | | | | | RP2350 TRNG support | ||||
| | * | | | TRNG support for 235x | Ugljesa Jovanovic | 2024-09-17 | 1 | -0/+64 |
| | | | | | |||||
| * | | | | rp: Add PIO example for one-wire temperature sensor | kalkyl | 2024-09-17 | 1 | -0/+155 |
| |/ / / | |||||
| * / / | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 28 | -208/+155 |
| |/ / | |||||
| * | | Merge pull request #3169 from Adancurusul/g4_dev | Dario Nieuwenhuis | 2024-09-10 | 2 | -0/+104 |
| |\ \ | | | | | | | | | | Add adc oversampling and adc differential for g4 | ||||
| | * | | Add oversampling and differential for g4 | Chen Yuheng | 2024-07-11 | 2 | -0/+104 |
| | | | | |||||
| * | | | Merge pull request #3271 from sjoerdsimons/ucpd-sop-filters | Dario Nieuwenhuis | 2024-09-10 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | [UCPD] Add support for non-SOP packets | ||||
