Commit Graph

6630 Commits

Author SHA1 Message Date
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
Dario Nieuwenhuis
8d36fe3882 ci: use stable 1.75. 2023-12-28 18:14:55 +01:00
Dario Nieuwenhuis
750aa3ceec
Merge pull request #2368 from chrenderle/l5-rtc
Add low-power support for stm32l5
2023-12-28 12:44:46 +00:00
Dario Nieuwenhuis
551c864012
Merge pull request #2369 from chrenderle/dbgmcu
dbgmcu: set bits to false when disabled
2023-12-28 12:38:24 +00:00
eZio Pan
8c2a6df03b implement PWM waveform generating with DMA 2023-12-28 20:09:12 +08:00
Christian Enderle
da31aa44c0 dbgmcu: set bits to false when disabled 2023-12-28 10:52:23 +01:00
James Munns
a142be8bb8 Seems to help 2023-12-27 19:12:44 +01:00
Dario Nieuwenhuis
00f77c4a92
Merge pull request #2361 from lights0123/patch-1
stm32: USB IN endpoints use IN wakers
2023-12-26 23:27:37 +00:00
Ben Schattinger
87b23f9037
stm32: fix USB wait_enabled IN messages 2023-12-26 18:26:01 -05:00
Ben Schattinger
211f3357b7
stm32: USB IN endpoints use IN wakers
fixes #2360
2023-12-26 18:22:54 -05:00
Dario Nieuwenhuis
1f7209966c
Merge pull request #2359 from embassy-rs/nrf-toggle
nrf/gpio: add toggle.
2023-12-26 23:06:18 +00:00
lights0123
dc295fa1db
stm32: add half duplex USART driver 2023-12-26 16:35:36 -05:00
Dario Nieuwenhuis
7fa954c027 nrf/gpio: add toggle. 2023-12-26 17:35:49 +01:00
Christian Enderle
30023c3bcc Add low-power support for stm32l5 2023-12-26 11:58:38 +01:00
Dario Nieuwenhuis
eebfee189a
Merge pull request #2355 from eZioPan/update-metapac7
update metapac after stm32-data PR323
2023-12-25 14:26:00 +00:00
eZio Pan
d90a97aa4c update metapac after stm32-data PR323
and refactor a few code with cargo clippy
2023-12-25 22:03:32 +08:00
Dario Nieuwenhuis
8b6c6c7df6
Merge pull request #2353 from embassy-rs/smoltcp-011
Upgrade to smoltcp v0.11.
2023-12-23 20:33:03 +00:00
Dario Nieuwenhuis
f625f6b893 Upgrade to smoltcp v0.11. 2023-12-23 21:05:26 +01:00
Dario Nieuwenhuis
55356795ba
Merge pull request #2296 from eZioPan/stm32f4-example-ws2812-spi
(yet another) stm32f4 ws2812 example ...
2023-12-23 19:39:12 +00:00
Dario Nieuwenhuis
92758c3119 ci: use nightly for building docs. 2023-12-23 16:01:08 +01:00
Dario Nieuwenhuis
89b7245da3
Merge pull request #2350 from barnabywalters/rp-docs
[embassy-rp] auto-documented feature flags
2023-12-23 15:52:18 +01:00
Dario Nieuwenhuis
e5474d8829
Merge pull request #2349 from barnabywalters/nrf-docs
[embassy-nrf] auto-documented features
2023-12-23 15:48:59 +01:00
Dario Nieuwenhuis
c46b076d5b nrf: some doc fixes. 2023-12-23 15:48:47 +01:00
Dario Nieuwenhuis
b8c60fb9a8
Merge pull request #2348 from barnabywalters/net-docs
[embassy-net] Auto-documented feature flags
2023-12-23 15:44:03 +01:00