Dario Nieuwenhuis
171cdb94c7
executor: add support for main/task macros in stable (allocates tasks in an arena)
2023-11-24 23:52:09 +01:00
Dario Nieuwenhuis
1fbc150fd6
executor: add some tests.
2023-11-24 23:52:09 +01:00
Dario Nieuwenhuis
259cf6192b
executor: Remove non-functional rtos-trace-interrupt.
2023-11-24 23:52:09 +01:00
Dario Nieuwenhuis
5528c33649
embassy-embedded-hal: don't use feature(try_blocks).
2023-11-24 18:44:55 +01:00
Dario Nieuwenhuis
e8ff5a2baf
Merge pull request #2215 from andresv/stm32-allow-eha-without-time
...
stm32 i2c: allow EHA traits without time feature
2023-11-24 15:34:44 +00:00
Andres Vahter
4f8c79c911
stm32 i2c: allow EHA traits without time feature
2023-11-24 15:56:19 +02:00
Ulf Lilleengen
738971938a
Merge pull request #2214 from aspizu/patch-1
...
add faq for deploying to RP2040 using elf2uf2-rs
2023-11-24 12:01:38 +00:00
jan
dec7c1a28b
add faq for deploying to RP2040 using elf2uf2-rs
2023-11-24 04:10:13 +05:30
Dario Nieuwenhuis
e0727fe1f6
Merge pull request #2211 from embassy-rs/cache-lockfiles
...
ci: cache lockfiles
2023-11-21 16:37:47 +00:00
Dario Nieuwenhuis
ba9cc102e2
ci: cache lockfiles
...
- Removes the slow "updating crates.io index, updating git" at start of the job.
- Avoids CI being randomly slower if a widely-used dep (like serde) gets bumped causing rebuilding everything.
2023-11-21 17:33:07 +01:00
Ulf Lilleengen
32b59148a8
Merge pull request #2210 from embassy-rs/lulf-patch-1
...
fix: faq.adoc syntax
2023-11-21 15:04:43 +00:00
Ulf Lilleengen
bd2e6b0422
Update faq.adoc
2023-11-21 16:01:46 +01:00
Dario Nieuwenhuis
85059f693b
Merge pull request #2209 from bugadani/faq
...
Direct the ESP32 users towards esp-hal
2023-11-21 15:54:04 +01:00
Dániel Buga
c211d51c06
Add note for Xtensa
2023-11-21 15:53:30 +01:00
Dario Nieuwenhuis
7f1fd199bb
Merge pull request #2207 from mickvangelderen/split-can-bus-2
...
Split can bus 2
2023-11-21 14:45:10 +00:00
Dario Nieuwenhuis
5ddd2cf9a6
Merge pull request #2208 from jamesmunns/add-faq
...
Add FAQ with one question from chat
2023-11-21 14:42:28 +00:00
Mick van Gelderen
88f893da45
Format
2023-11-21 15:40:07 +01:00
James Munns
aedd41eac4
Add FAQ with one question from chat
2023-11-21 15:38:33 +01:00
Mick van Gelderen
19ba7da3fd
Rename _flush* methods
2023-11-21 15:37:38 +01:00
Tommas Bakker
06a83c0f89
Refactor bxcan split.
2023-11-21 15:34:34 +01:00
Dario Nieuwenhuis
766ec77ec5
Merge pull request #2198 from adamgreig/stm32-opamp
...
STM32: Don't enable opamps in new(), wait until configured
2023-11-20 22:47:19 +00:00
Adam Greig
d1af696605
STM32 opamp: use impl Peripheral instead of directly taking pins
2023-11-20 21:35:05 +00:00
Adam Greig
2386619f1f
STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp is dropped
2023-11-20 21:17:09 +00:00
Dario Nieuwenhuis
382949e1ff
Merge pull request #2197 from MabezDev/priority-channel
...
Priority channel
2023-11-20 11:34:33 +00:00
Scott Mabin
454828accb
revert module changes, reexport heapless relevant items
2023-11-20 11:28:31 +00:00
Dario Nieuwenhuis
cf82fa687c
Merge pull request #2192 from RobertTDowling/stm32h7-adc-clock
...
stm32h7 ADC: Fix stalled clock in default h7 config
2023-11-20 00:00:25 +00:00
RobertTDowling
7f258cd3c4
PR feedback
2023-11-19 15:56:34 -08:00
Dario Nieuwenhuis
3a939fb511
Merge pull request #2204 from Slowki/fix/igmp-compile-error
...
populate `medium` in DriverAdapter struct in IGMP code
2023-11-19 22:43:55 +00:00
Stephan Wolski
b8e9e00b44
add build with igmp
enabled to ci.sh
2023-11-19 17:26:16 -05:00
Dario Nieuwenhuis
ff2f1049b1
Merge pull request #2139 from jamesmunns/patch-1
...
Update RP2040 memory.x
2023-11-19 22:17:27 +00:00
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