Stephan Wolski
be17e1b363
populate medium
in DriverAdapter struct in IGMP code
2023-11-19 17:11:56 -05:00
James Munns
f3c77e59c4
Add docs, touch all linker fragments
2023-11-19 23:10:11 +01:00
James Munns
30424d83ff
Update RP2040 memory.x
...
The RP2040 has 264KiB of memory, not 256KiB.
2023-11-19 23:10:11 +01:00
Dario Nieuwenhuis
e3be0b957a
Merge pull request #2203 from embassy-rs/h7-sai4only-fix
...
stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync config.
2023-11-19 21:13:01 +00:00
Dario Nieuwenhuis
5221705495
stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync config.
2023-11-19 22:06:05 +01:00
Adam Greig
814e096d22
STM32: Don't enable opamps in new(), wait until configured.
2023-11-18 19:37:56 +00:00
Scott Mabin
5a60024af7
docs
2023-11-18 15:09:41 +00:00
Scott Mabin
f482a105b8
more clean up, refactor channel into module to share code
2023-11-18 15:01:12 +00:00
Scott Mabin
7589b5e13e
reduce duplication further by sharing Dynamic sender/receiver
2023-11-18 14:56:29 +00:00
Scott Mabin
2efa73f431
docs and simple test for priority
2023-11-18 14:37:15 +00:00
Scott Mabin
270ec324b0
Reduce duplication, fix tests
2023-11-18 14:31:09 +00:00
Scott Mabin
ca0d02933b
Priority channel using binary heap
2023-11-18 14:21:43 +00:00
Dario Nieuwenhuis
5bc7557826
Merge pull request #2173 from andresv/expose-i2c-async-api-without-time
...
STM32 I2C: expose async API without needing "time" feature.
2023-11-17 23:47:46 +00:00
RobertTDowling
4947b13615
stm32h7 ADC: Fix stalled clock in default h7 config
2023-11-15 17:11:16 -08:00
Dario Nieuwenhuis
006260fedd
Merge pull request #2184 from sammko/cyw43-multicast-macs
...
cyw43: Add Control method to add multicast HW address
2023-11-16 00:09:15 +00:00
Samuel Čavoj
e3ee24017d
cyw43: Add Control method to add multicast HW address
2023-11-16 00:05:13 +00:00
Dario Nieuwenhuis
467b53076c
Merge pull request #2189 from embassy-rs/executor-hax
...
executor: add faster ARM-specific impl.
2023-11-15 18:16:40 +00:00
Dario Nieuwenhuis
27e6634c9d
executor: add faster ARM-specific impl.
...
Does a wake+poll in 79 cycles in nrf52840.
2023-11-15 18:47:11 +01:00
Dario Nieuwenhuis
1f9b649f80
executor: release v0.3.3
2023-11-15 18:44:01 +01:00
Dario Nieuwenhuis
bef9b7a853
executor: remove atomic-polyfill.
2023-11-15 18:43:27 +01:00
Dario Nieuwenhuis
50a983fd9b
executor: add missing main
macro reexport on xtensa.
2023-11-14 18:45:23 +01:00
Ulf Lilleengen
7e5deae589
Merge pull request #2170 from korken89/fix/embassy-net-dns
...
Fix for embassy net dns entries not being extensible
2023-11-14 07:56:08 +00:00
Emil Fresk
a2c440ef8c
Update changelog
2023-11-14 08:50:51 +01:00
Emil Fresk
fd670a9ae5
Use smoltcp constant in results from DNS
2023-11-14 08:50:51 +01:00
Emil Fresk
ef69f386ab
Update smoltcp and fix errors from that
2023-11-14 08:50:51 +01:00
Dario Nieuwenhuis
872f1ec4c2
Merge pull request #2183 from embassy-rs/buffereduarte-fix
...
nrf/buffered_uarte: fix missing hwfc enable.
2023-11-13 23:26:19 +00:00
Dario Nieuwenhuis
6ccd8c051e
nrf/buffered_uarte: add test for recovering from buffer full.
2023-11-14 00:22:30 +01:00
Dario Nieuwenhuis
c46418f123
nrf/buffered_uarte: fix hang when buffer full due to PPI missing the endrx event.
...
Fixes #2181
2023-11-14 00:22:17 +01:00
Dario Nieuwenhuis
19ff043acd
nrf/buffered_uarte: fix missing hwfc enable.
2023-11-13 22:37:13 +01:00
Dario Nieuwenhuis
ea99671729
Merge pull request #2180 from MaxiluxSystems/gpdma-drop-fix
...
stm32/gpdma: fix drop() to use documented method for aborting transfer
2023-11-13 16:53:50 +00:00
Torin Cooper-Bennun
8eff749823
stm32/gpdma: fix drop() to use RM's method for aborting transfer
...
see e.g. STM32H503 RM section 15.4.4...
1. Write 1 into GPDMA_CxCR.SUSP
2. Poll GPDMA_CxSR.SUSPF until it is 1
3. Write 1 into GPDMA_CxCR.RESET (occurs upon next init, in new_inner())
2023-11-13 16:41:09 +00:00
Ulf Lilleengen
cdcd3e26dd
Merge pull request #2179 from t-moe/features/embassy-futures-bump
...
Bump embassy-futures 0.1.0 -> 0.1.1
2023-11-13 11:40:09 +00:00
Timo
18c1f9dd56
Bump embassy-futures 0.1.0 -> 0.1.1
2023-11-13 11:25:11 +01:00
Dario Nieuwenhuis
ac7134ed0d
Merge pull request #2178 from embassy-rs/rcc-no-spaghetti
...
stm32/rcc: unify f2 into f4/f7.
2023-11-13 01:08:27 +00:00
Dario Nieuwenhuis
ace5221080
stm32/rcc: unify f2 into f4/f7.
2023-11-13 01:59:33 +01:00
Dario Nieuwenhuis
2376b3bdfa
stm32/rcc: fix pll enum naming on f4, f7.
2023-11-13 01:56:50 +01:00
Dario Nieuwenhuis
f00e97a5f1
Merge pull request #2177 from embassy-rs/rcc-no-spaghetti
...
stm32/rcc: unify l0l1 and l4l5.
2023-11-13 00:46:43 +00:00
Dario Nieuwenhuis
066dc297ed
stm32/rcc: unify l0l1 and l4l5.
2023-11-13 01:05:07 +01:00
Dario Nieuwenhuis
4fe344ebc0
stm32/rcc: consistent casing and naming for PLL enums.
2023-11-13 00:52:01 +01:00
Andres Vahter
0f2208c0af
stm32 i2c: remove mod dummy_time
2023-11-11 14:29:24 +02:00
Andres Vahter
6c42885d4a
stm32 i2c: remove pub _timeout api
2023-11-11 14:05:58 +02:00
Dario Nieuwenhuis
39c7371621
Merge pull request #2163 from embassy-rs/update-heapless
...
Update heapless to v0.8
2023-11-10 15:51:33 +00:00
Dario Nieuwenhuis
4647df14b1
Update heapless to v0.8, embedded-nal-async to v0.7
2023-11-10 16:43:53 +01:00
Andres Vahter
3b33cc4691
i2c: expose async api without needing time
...
This exposes I2C async API without needing "time" feature. With "time" feature additional async API with timeouts is exposed.
2023-11-10 16:04:25 +02:00
xoviat
b3367be9c8
Merge pull request #2161 from xoviat/low-power
...
add low power for g4
2023-11-09 01:16:02 +00:00
xoviat
da4feb3693
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
2023-11-08 19:13:12 -06:00
xoviat
05a4bb3a4a
rustfmt
2023-11-08 19:06:29 -06:00
xoviat
4b4c28d875
stm32: add low power for g4
2023-11-08 19:04:20 -06:00
Dario Nieuwenhuis
1977acdb11
Merge pull request #2164 from embassy-rs/msos-descriptor
...
usb: remove msos-descriptor feature.
2023-11-08 22:23:37 +00:00
Dario Nieuwenhuis
0b015bd727
usb: remove msos-descriptor feature.
2023-11-08 23:21:52 +01:00