aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: new_txonly_nosck in spimswanandx2024-01-031-5/+18
|
* feat: new_txonly_nosck in spisswanandx2024-01-031-6/+34
|
* Merge pull request #2394 from swanandx/ready-impl-tcpUlf Lilleengen2024-01-031-0/+24
|\ | | | | | | impl ReadReady and WriteReady for tcp
| * feat: impl ReadReady and WriteReady for tcpswanandx2024-01-031-0/+24
|/
* Merge pull request #2393 from embassy-rs/qspi-async-multiwriteUlf Lilleengen2024-01-031-0/+3
|\ | | | | | | fix: add missing impl block for async qspi multiwrite
| * fix: add missing impl block for async qspi multiwriteUlf Lilleengen2024-01-031-0/+3
|/
* Merge pull request #2389 from embassy-rs/update-stm32data-4Dario Nieuwenhuis2024-01-032-2/+3
|\ | | | | | | update stm32data, fixes missing interrupts.
| * update stm32data, fixes missing interrupts.Dario Nieuwenhuis2024-01-032-2/+3
|/
* Merge pull request #2388 from AdinAck/g0-clocksDario Nieuwenhuis2024-01-033-13/+39
|\ | | | | | | Add Missing Clocks on G0 to `Clocks`
| * additional chip variants required more clocksAdin Ackerman2024-01-022-2/+9
| |
| * fix g0 being left out of some clock controlsAdin Ackerman2024-01-023-11/+30
|/
* Merge pull request #2387 from chrenderle/low-powerDario Nieuwenhuis2024-01-025-8/+90
|\ | | | | | | low-power: add stop support for stm32l5
| * allow unused variableChristian Enderle2024-01-021-0/+1
| |
| * fix for rustfmtChristian Enderle2024-01-021-2/+2
| |
| * low-power: add feature for stm32l5Christian Enderle2024-01-021-1/+1
| |
| * stm32l5: add low-power stop exampleChristian Enderle2024-01-022-1/+66
| |
| * low-power: add stop support for stm32l5Christian Enderle2024-01-022-3/+19
| |
| * dbgmcu: add stm32l5 supportChristian Enderle2024-01-021-1/+1
| |
| * update metapac to stm32-data PR 333Christian Enderle2024-01-021-2/+2
|/
* Merge pull request #2386 from embassy-rs/jamesmunns-patch-2Dario Nieuwenhuis2024-01-021-1/+7
|\ | | | | | | [FAQ]: Link to Arena configuration docs
| * [FAQ]: Link to Arena configuration docsJames Munns2024-01-021-1/+7
|/
* Merge pull request #2385 from embassy-rs/examples-arena-sizesDario Nieuwenhuis2024-01-0224-27/+27
|\ | | | | | | examples: configure executor task arena sizes.
| * examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-0224-27/+27
|/
* Merge pull request #2367 from eZioPan/simplepwm-dmaDario Nieuwenhuis2024-01-024-75/+146
|\ | | | | | | implement PWM waveform generating with DMA
| * stm32/pwm: simplify impl blocks.Dario Nieuwenhuis2024-01-021-2/+0
| |
| * stm32/timer: add missing supertrait bounds.Dario Nieuwenhuis2024-01-021-4/+7
| |
| * ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-025-86/+35
| |
| * Merge branch 'embassy-rs:main' into simplepwm-dmaeZio Pan2024-01-0215-50/+222
| |\
| * | some trivial fixeZio Pan2023-12-302-10/+9
| | | | | | | | | | | | use less #[cfg] macro; reuse same variable
| * | record&restore TIM OC to it's earlier stateeZio Pan2023-12-292-15/+60
| | |
| * | implement PWM waveform generating with DMAeZio Pan2023-12-287-82/+159
| | |
* | | Merge pull request #2312 from Ralim/low-power-g0Dario Nieuwenhuis2024-01-022-3/+13
|\ \ \ | |_|/ |/| | | | | Extend RTC low power mode for STM32G0
| * | Extend RTC low power mode for STM32G0Ben V. Brown2024-01-022-3/+13
|/ /
* | Merge pull request #2358 from lights0123/half-duplexDario Nieuwenhuis2024-01-011-6/+81
|\ \ | | | | | | | | | stm32: add half duplex USART driver
| * | stm32: add half duplex USART driverlights01232023-12-261-6/+81
| |/
* | Merge pull request #2379 from WardBenjamin/fix/lora-docs-linksDario Nieuwenhuis2024-01-012-3/+2
|\ \ | | | | | | Fix LoRa-related links in README and docs
| * | Expand LoRa crate notes per PR reviewBenjamin Ward2024-01-011-1/+1
| | |
| * | Update docs to reflect current LoRa crate name/locationBenjamin Ward2023-12-301-1/+1
| | |
| * | Fix lora-rs link in READMEBenjamin Ward2023-12-301-2/+1
| | |
* | | Merge pull request #2380 from MabezDev/cfg-task-argsDario Nieuwenhuis2023-12-312-4/+29
|\ \ \ | |/ / |/| | | | | Extend the task macro to allow cfging arguments away
| * | Add test caseScott Mabin2023-12-311-0/+14
| | |
| * | Extend the task macro to allow cfging arguments awayScott Mabin2023-12-311-4/+15
|/ /
* | Merge pull request #2374 from ftilde/fix-uarte-restartDario Nieuwenhuis2023-12-301-0/+1
|\ \ | | | | | | | | | Reset rx_started state of nrf buffered_uarte on init
| * | Reset rx_started state of nrf buffered_uarte on initftilde2023-12-291-0/+1
|/ / | | | | | | | | | | This was likely forgotten as part of c46418f12. Without this, when creating a uarte instance, dropping it and then creating another instance, this instance would never receive any bytes.
* | Merge pull request #2373 from embassy-rs/jamesmunns-patch-2Dario Nieuwenhuis2023-12-281-0/+17
|\ \ | | | | | | stm32: Add breadcrumb to i2cv1 investigation
| * | stm32: Add breadcrumb to i2cv1 investigationJames Munns2023-12-281-0/+17
| | | | | | | | | Adds an in-code breadcrumb for https://github.com/embassy-rs/embassy/issues/2372
* | | Merge pull request #2364 from embassy-rs/james/reenable-stm32-i2cv1-intsDario Nieuwenhuis2023-12-281-0/+3
|\ \ \ | | | | | | | | STM32: Re-enable I2Cv1 Interrupts if poll-fn is not ready
| * | | Seems to helpJames Munns2023-12-271-0/+3
| | | |
* | | | Merge pull request #2371 from dzamlo/mainDario Nieuwenhuis2023-12-281-0/+5
|\ \ \ \ | | | | | | | | | | Add set_hop_limit to UDP sockets
| * | | | Add set_hop_limit to UDP socketsLoïc Damien2023-12-281-0/+5
| | |/ / | |/| |