xoviat
|
322a4a8401
|
stm32/hrtim: move traits out of macro def'n
|
2023-09-28 15:48:46 -05:00 |
|
xoviat
|
ee5591017b
|
Merge pull request #1964 from dberlin/main
Add support for STM32 input capture filter
|
2023-09-28 20:37:48 +00:00 |
|
Dario Nieuwenhuis
|
b1b32f079b
|
Merge pull request #1962 from bugadani/esp32s2
Add 80MHz tick rate
|
2023-09-28 17:07:26 +00:00 |
|
Dániel Buga
|
e8a462768e
|
Add more tick rates
|
2023-09-28 19:06:38 +02:00 |
|
Dario Nieuwenhuis
|
ce0d787781
|
Merge pull request #1965 from oro-os/return-len-receive-enc28j60
enc28j60: return packet length from receive() instead of mut slice
|
2023-09-28 16:32:22 +00:00 |
|
Josh Junon
|
fa2e63f74b
|
enc28j60: return packet length from receive() instead of mut slice
|
2023-09-28 18:28:46 +02:00 |
|
Daniel Berlin
|
23f3889167
|
Add support for STM32 input capture filter
|
2023-09-28 09:35:43 -04:00 |
|
xoviat
|
a72a91ab06
|
Merge pull request #1963 from Mirror0/restore-f7-rtc
Restore RTC configuration for `STM32F7` boards
|
2023-09-28 11:32:50 +00:00 |
|
Dániel Buga
|
b9ef831ff7
|
Add 80MHz tick rate
|
2023-09-28 09:41:35 +02:00 |
|
Dario Nieuwenhuis
|
e538aeacc8
|
Merge pull request #1960 from embassy-rs/test-eth-2
Net fixes
|
2023-09-28 03:39:10 +00:00 |
|
Dario Nieuwenhuis
|
6b3745fc47
|
temporarily disable wifi_esp_hosted_perf test.
|
2023-09-28 05:34:19 +02:00 |
|
Dario Nieuwenhuis
|
6200d22438
|
stm32/eth: fix receiving large frames on v2.
|
2023-09-28 05:12:35 +02:00 |
|
xoviat
|
901d31e8f8
|
Merge pull request #1933 from xoviat/adc
stm32: more adc cleanup
|
2023-09-28 01:59:51 +00:00 |
|
xoviat
|
79146c4bd5
|
stm32/adc: cleanup f1, f3, v1, and v2
|
2023-09-27 20:58:46 -05:00 |
|
Dario Nieuwenhuis
|
d9eae79f3e
|
test: deduplicate net perf test code.
|
2023-09-28 03:47:14 +02:00 |
|
Dario Nieuwenhuis
|
3d1b4116ec
|
test: set DEFMT_LOG not too verbose so net perf tests pass with cargo run .
|
2023-09-28 03:47:14 +02:00 |
|
Dario Nieuwenhuis
|
901f0257bd
|
net: allow non-'static drivers.
|
2023-09-28 03:47:14 +02:00 |
|
xoviat
|
fec4194ae6
|
Merge pull request #1958 from dberlin/main
Add support for input capture function
|
2023-09-28 01:00:36 +00:00 |
|
Daniel Berlin
|
f866735802
|
Add support for input capture function
|
2023-09-27 20:15:57 -04:00 |
|
Dario Nieuwenhuis
|
20ea76c19c
|
Merge pull request #1953 from embassy-rs/stm32l-tests
tests/stm32: add L0, L1, L4, L4+, L5
|
2023-09-27 19:37:04 +00:00 |
|
Mateusz Butkiewicz
|
e1951f3ddf
|
feat(stm32f7): restore rtc configuration for stm32f7 series
|
2023-09-27 16:08:05 +02:00 |
|
Dario Nieuwenhuis
|
8b5fb254c0
|
tests/stm32: add L0, L1, L4, L4+, L5
|
2023-09-26 05:30:50 +02:00 |
|
Dario Nieuwenhuis
|
624f786203
|
Merge pull request #1952 from embassy-rs/stm32-test-cleanup
stm32 rcc fixes.
|
2023-09-26 03:24:53 +00:00 |
|
Dario Nieuwenhuis
|
a57e48459e
|
stm32/rcc: remove bad limits on l5.
|
2023-09-26 05:15:09 +02:00 |
|
Dario Nieuwenhuis
|
c604d8a8f1
|
stm32/rcc: add voltage_scale, flash waitstates.
|
2023-09-26 05:15:09 +02:00 |
|
Dario Nieuwenhuis
|
be0c52bf5e
|
Merge pull request #1951 from embassy-rs/stm32-test-cleanup
stm32/usart: enable fifo mode on usartv4.
|
2023-09-26 02:42:11 +00:00 |
|
Dario Nieuwenhuis
|
44bb405683
|
stm32/usart: enable fifo mode on usartv4.
|
2023-09-26 04:38:53 +02:00 |
|
Dario Nieuwenhuis
|
e8587e2fba
|
Merge pull request #1950 from embassy-rs/stm32-test-cleanup
stm32/usart: return error instead of panicking on bad baudrate.
|
2023-09-25 22:21:29 +00:00 |
|
Dario Nieuwenhuis
|
5d8817d109
|
stm32/usart: return error instead of panicking on bad baudrate.
|
2023-09-26 00:19:27 +02:00 |
|
xoviat
|
c79a84a98a
|
Merge pull request #1949 from xoviat/rtc
stm32/rtc: cleanup and fixes
|
2023-09-25 21:40:05 +00:00 |
|
xoviat
|
96edbd84fb
|
rtc: use enable on known working chips only
|
2023-09-25 16:38:30 -05:00 |
|
xoviat
|
dc400a0539
|
stm32/rtc: always set wakeup alarm
|
2023-09-25 16:27:08 -05:00 |
|
xoviat
|
04b09a2acb
|
stm32/rtc: use rccperi enable
|
2023-09-25 16:26:29 -05:00 |
|
Dario Nieuwenhuis
|
481d2998ef
|
Merge pull request #1948 from embassy-rs/stm32-test-cleanup
tests/stm32: centralize pin configuration.
|
2023-09-25 20:44:57 +00:00 |
|
Dario Nieuwenhuis
|
4b695120fc
|
tests/stm32: centralize pin configuration.
|
2023-09-25 22:41:22 +02:00 |
|
Dario Nieuwenhuis
|
bd9021ca1d
|
Make irq token Copy+Clone
|
2023-09-25 22:35:31 +02:00 |
|
Dario Nieuwenhuis
|
6e63c8d4bf
|
Merge pull request #1947 from ceekdee/rust-lorawan-lora-phy-v2
Update rust-lorawan and embassy to use lora-phy version 2
|
2023-09-25 16:20:50 +00:00 |
|
ceekdee
|
70acc093dd
|
Update rust-lorawan crate versions.
|
2023-09-25 10:45:53 -05:00 |
|
Chuck Davis
|
f7c2db245f
|
Merge branch 'embassy-rs:main' into rust-lorawan-lora-phy-v2
|
2023-09-24 19:09:04 -05:00 |
|
xoviat
|
2543bcafaf
|
Merge pull request #1945 from xoviat/bd-2
stm32: fix bd lsi
|
2023-09-24 23:41:04 +00:00 |
|
xoviat
|
9f2fc04caa
|
stm32: fix bd lsi
|
2023-09-24 18:37:09 -05:00 |
|
Dario Nieuwenhuis
|
f32bfafa61
|
Merge pull request #1943 from embassy-rs/centralize-pwr-syscfg
stm32: centralize enabling pwr, syscfg, flash.
|
2023-09-24 23:15:25 +00:00 |
|
Dario Nieuwenhuis
|
e03239e88d
|
stm32: centralize enabling pwr, syscfg, flash.
|
2023-09-25 01:07:55 +02:00 |
|
ceekdee
|
7d5e62d4a7
|
Update for rust-lorawan and lora-phy version 2.
|
2023-09-24 10:33:03 -05:00 |
|
Dario Nieuwenhuis
|
65d36f9f99
|
Merge pull request #1940 from luveti/patch-1
stm32: fix rtc example
|
2023-09-24 09:30:08 +00:00 |
|
luveti
|
347ff18644
|
stm32: fix rtc example
lsi must be enabled otherwise a assertion fails
|
2023-09-24 01:11:58 -04:00 |
|
Dario Nieuwenhuis
|
1e80fd81f7
|
Merge pull request #1939 from nilfit/spim-anomaly-109
spim: Fix nRF52832 SPIM with polling executors
|
2023-09-23 11:14:16 +00:00 |
|
xoviat
|
52e269edbb
|
Merge pull request #1938 from xoviat/low-power
stm32/lp: clamp requested_duration
|
2023-09-22 20:39:54 +00:00 |
|
xoviat
|
c849620cd6
|
stm32/lp: clamp requested_duration to avoid overflow
|
2023-09-22 15:35:20 -05:00 |
|
Priit Laes
|
6f83acc010
|
Add separate work-around specific flag for DMA errata on NRF52832
|
2023-09-22 17:02:21 +02:00 |
|