Commit Graph

6753 Commits

Author SHA1 Message Date
swanandx
face031245 feat: new_txonly_nosck in spis 2024-01-03 19:22:01 +05:30
Ulf Lilleengen
3b6eaf414a
Merge pull request #2394 from swanandx/ready-impl-tcp
impl ReadReady and WriteReady for tcp
2024-01-03 13:10:02 +00:00
swanandx
4a59fbdedc feat: impl ReadReady and WriteReady for tcp 2024-01-03 18:17:04 +05:30
Ulf Lilleengen
ffdc1807ca
Merge pull request #2393 from embassy-rs/qspi-async-multiwrite
fix: add missing impl block for async qspi multiwrite
2024-01-03 12:12:32 +00:00
Ulf Lilleengen
c924f89ead fix: add missing impl block for async qspi multiwrite 2024-01-03 13:08:53 +01:00
Adin Ackerman
9b47fbeb47 weird format rule 2024-01-02 20:12:58 -08:00
Adin Ackerman
e31dd036fe add hf timer example for g0 2024-01-02 20:03:14 -08:00
Dario Nieuwenhuis
713457ce00
Merge pull request #2389 from embassy-rs/update-stm32data-4
update stm32data, fixes missing interrupts.
2024-01-03 01:25:39 +00:00
Dario Nieuwenhuis
5fb6ad9a6a update stm32data, fixes missing interrupts. 2024-01-03 02:10:42 +01:00
Dario Nieuwenhuis
1f5fe96241
Merge pull request #2388 from AdinAck/g0-clocks
Add Missing Clocks on G0 to `Clocks`
2024-01-03 00:29:58 +00:00
Adin Ackerman
d372cba266 additional chip variants required more clocks 2024-01-02 16:25:51 -08:00
Adin Ackerman
34713b4910 fix g0 being left out of some clock controls 2024-01-02 16:03:23 -08:00
Dario Nieuwenhuis
a769ac188f
Merge pull request #2387 from chrenderle/low-power
low-power: add stop support for stm32l5
2024-01-02 22:32:42 +00:00
Christian Enderle
7f00d7aa0c allow unused variable 2024-01-02 23:29:33 +01:00
Christian Enderle
986eca1b12 fix for rustfmt 2024-01-02 23:24:23 +01:00
Christian Enderle
6da3db1190 low-power: add feature for stm32l5 2024-01-02 23:07:16 +01:00
Christian Enderle
3830300990 stm32l5: add low-power stop example 2024-01-02 23:05:58 +01:00
Christian Enderle
f1c077ed2e low-power: add stop support for stm32l5 2024-01-02 23:05:47 +01:00
Christian Enderle
cbdd570ad5 dbgmcu: add stm32l5 support 2024-01-02 22:21:59 +01:00
Christian Enderle
92995e8bb1 update metapac to stm32-data PR 333 2024-01-02 22:13:06 +01:00
Dario Nieuwenhuis
73c85f5981
Merge pull request #2386 from embassy-rs/jamesmunns-patch-2
[FAQ]: Link to Arena configuration docs
2024-01-02 17:48:25 +00:00
James Munns
7dec3ccca4
[FAQ]: Link to Arena configuration docs 2024-01-02 18:44:41 +01:00
Dario Nieuwenhuis
76c8a1133c
Merge pull request #2385 from embassy-rs/examples-arena-sizes
examples: configure executor task arena sizes.
2024-01-02 17:15:22 +00:00
Dario Nieuwenhuis
eb7197c5b7 examples: configure executor task arena sizes. 2024-01-02 18:13:25 +01:00
Dario Nieuwenhuis
79ce34931d
Merge pull request #2367 from eZioPan/simplepwm-dma
implement PWM waveform generating with DMA
2024-01-02 16:32:06 +00:00
Dario Nieuwenhuis
638aa313d4 stm32/pwm: simplify impl blocks. 2024-01-02 17:28:23 +01:00
Dario Nieuwenhuis
cad4efe57f stm32/timer: add missing supertrait bounds. 2024-01-02 17:28:08 +01:00
Dario Nieuwenhuis
7d037df126
Merge pull request #2312 from Ralim/low-power-g0
Extend RTC low power mode for STM32G0
2024-01-02 13:56:33 +00:00
eZio Pan
c276da5fcb ask a DMA Channel only when use .gen_waveform() 2024-01-02 14:01:09 +08:00
Ben V. Brown
26c0e5d439 Extend RTC low power mode for STM32G0 2024-01-02 16:15:11 +11:00
eZio Pan
f5a218a018
Merge branch 'embassy-rs:main' into simplepwm-dma 2024-01-02 11:55:09 +08:00
Dario Nieuwenhuis
9c2d2ff64d
Merge pull request #2358 from lights0123/half-duplex
stm32: add half duplex USART driver
2024-01-01 22:55:06 +00:00
Dario Nieuwenhuis
c046f6422b
Merge pull request #2379 from WardBenjamin/fix/lora-docs-links
Fix LoRa-related links in README and docs
2024-01-01 23:00:22 +01:00
Benjamin Ward
79cb62c9b4
Expand LoRa crate notes per PR review 2024-01-01 10:23:57 -05:00
Dario Nieuwenhuis
0be9b0599a
Merge pull request #2380 from MabezDev/cfg-task-args
Extend the task macro to allow cfging arguments away
2023-12-31 17:57:30 +00:00
Scott Mabin
2efde24f33 Add test case 2023-12-31 16:55:46 +00:00
Scott Mabin
93b64b90ce Extend the task macro to allow cfging arguments away 2023-12-31 14:14:32 +00:00
Benjamin Ward
fa9cb99cb6 Update docs to reflect current LoRa crate name/location 2023-12-30 21:30:27 -05:00
Benjamin Ward
1d2c09302b
Fix lora-rs link in README 2023-12-30 21:23:07 -05:00
Dario Nieuwenhuis
430696802e
Merge pull request #2374 from ftilde/fix-uarte-restart
Reset rx_started state of nrf buffered_uarte on init
2023-12-30 16:49:36 +00:00
eZio Pan
873ee06151 some trivial fix
use less #[cfg] macro; reuse same variable
2023-12-30 12:01:08 +08:00
eZio Pan
24f569821c record&restore TIM OC to it's earlier state 2023-12-29 23:22:10 +08:00
ftilde
3916b26b25 Reset rx_started state of nrf buffered_uarte on init
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.
2023-12-29 12:27:52 +01:00
Dario Nieuwenhuis
90e96d281f
Merge pull request #2373 from embassy-rs/jamesmunns-patch-2
stm32: Add breadcrumb to i2cv1 investigation
2023-12-28 23:58:19 +01:00
James Munns
a780339103
stm32: Add breadcrumb to i2cv1 investigation
Adds an in-code breadcrumb for https://github.com/embassy-rs/embassy/issues/2372
2023-12-28 23:57:10 +01:00
Dario Nieuwenhuis
a2faa9e14a
Merge pull request #2364 from embassy-rs/james/reenable-stm32-i2cv1-ints
STM32: Re-enable I2Cv1 Interrupts if poll-fn is not ready
2023-12-28 23:56:40 +01:00
Dario Nieuwenhuis
a7eb6a44da
Merge pull request #2371 from dzamlo/main
Add set_hop_limit to UDP sockets
2023-12-28 23:56:17 +01:00
Dario Nieuwenhuis
989901c092 ci: disable rpi-pico/i2c test 2023-12-28 23:55:19 +01:00
Loïc Damien
d32fe0ccdc Add set_hop_limit to UDP sockets 2023-12-28 22:15:16 +01:00
Dario Nieuwenhuis
47a94f22aa
Merge pull request #2370 from embassy-rs/stable4
ci: use stable 1.75.
2023-12-28 18:34:31 +01:00