2c1402843a
wip: enc28j60 driver.
2023-08-15 14:09:36 +02:00
0fd9d7400b
Build stm32 docs last.
2023-08-15 00:19:17 +02:00
bd58b5002a
Merge pull request #1774 from bugadani/executor
...
Allow custom executors without indirection
2023-08-14 20:43:51 +00:00
890f29ccfe
Update docs
2023-08-14 17:57:01 +02:00
e4f3979ec8
Don't check context if only thread-mode is enabled
2023-08-14 16:46:02 +02:00
07c3600127
Hide Pender
2023-08-14 16:35:48 +02:00
da4f15d944
Fix fn name
2023-08-14 16:34:10 +02:00
fbec797d64
embassy-net:tcp:send/recv
...
- Add async versions of smoltcp's `send` and `recv` closure based API.
2023-08-14 15:33:02 +01:00
9954346143
Remove interrupt executor, remove PenderContext
2023-08-14 16:04:11 +02:00
3a51e2d9ca
Make PenderContext actually pointer-size
2023-08-14 15:45:43 +02:00
986a63ebb8
Remove the non-specific thread-mode executor
2023-08-14 15:41:53 +02:00
4c4b12c307
Make PenderContext opaque
2023-08-14 15:16:40 +02:00
f6007869bf
Remove the Pender enum
2023-08-14 09:00:08 +02:00
454a7cbf4c
Remove pender-callback
2023-08-14 08:32:26 +02:00
ec6bd27df6
Remove thread-context feature
2023-08-14 08:22:22 +02:00
6ab0d71d92
Tweak identifiers and comments
2023-08-12 22:42:50 +02:00
d5e66f6f87
Lift thread-context feature restrictions
2023-08-12 22:20:11 +02:00
bce250bbdc
Remove unnecessary !Send markers
2023-08-12 22:17:03 +02:00
fbf50cdae8
Remove Pender wrapper
2023-08-12 22:13:08 +02:00
675b7fb605
POC: allow custom executors
2023-08-12 18:29:56 +02:00
0727f8690c
Merge pull request #1773 from embassy-rs/boot-improvs
...
boot: release flash after prepare and refactor api
2023-08-11 19:49:33 +00:00
55ff397c0c
boot: release flash after prepare and refactor api
...
This refactoring of the chip specific bootloader creates the internal boot instance and aligned
buffer in the prepare stage, so that they are automatically dropped after. This unlocks a use
case where peripherals owning the flash need to be Drop'ed before load() happens.
2023-08-11 20:58:31 +02:00
b1ec460b9a
Implement Channel::poll_receive(..) -> Poll<T>
2023-08-11 13:22:56 +02:00
f9d251cd5c
Channel poll methods return Poll instead of bool
2023-08-11 12:13:46 +02:00
b658f10db9
Expose poll_ready_to_{send,receive} in Sender/Receiver
2023-08-11 12:13:42 +02:00
3a3f3b492f
rustfmt
2023-08-10 19:14:55 -05:00
b69861013a
stm32/rtc: implement stop_wakeup_alarm
2023-08-10 19:13:48 -05:00
a0c69ffe02
stm32/rtc: autocompute wakeup psc.
2023-08-10 18:59:18 -05:00
c1da2c0219
Merge pull request #1769 from embassy-rs/spim-disable-irq-on-drop
...
fix: ensure spi irq is disabled when dropped
2023-08-10 21:46:06 +00:00
611e82711a
Merge pull request #1770 from bugadani/exec
...
Executor: prepare 0.2.1 release
embassy-executor-v0.2.1
2023-08-10 21:26:09 +00:00
baef856206
Bump version
2023-08-10 23:20:31 +02:00
858d520882
Executor: Add changelog
2023-08-10 23:15:02 +02:00
7d8e3951ba
fix: ensure spi irq is disabled when dropped
2023-08-10 22:26:56 +02:00
3b43b00867
Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updates
...
don't generate adc peripheral for f3 series
2023-08-10 15:45:21 +00:00
95262ad559
Merge pull request #1743 from xoviat/dma-2
...
stm32/dma: consolidate ringbuf
2023-08-10 15:21:31 +00:00
43e2edfbda
Merge pull request #1748 from lorislibralato/main
...
Avoid calling pend() when waking expired timers
2023-08-10 15:10:10 +00:00
fb49e03eda
Merge pull request #1768 from smartelfi/main
...
fix rng ced toggling sequence on reset.
2023-08-10 15:09:31 +00:00
c312884692
added exclusion for adc v4 as well
2023-08-10 08:21:03 -05:00
bc156afbb2
fix rng ced toggling sequence on reset.
2023-08-10 16:16:45 +03:00
8a9622ec2e
update metapac tag
2023-08-10 08:03:35 -05:00
0705152105
stm32/rtc: add start/stop wakeup
2023-08-09 20:15:14 -05:00
8d71fbd032
Merge pull request #1765 from embassy-rs/fmt-not-pub
...
fmt mod must not be public.
2023-08-09 17:06:28 +00:00
820852be28
fmt mod must not be public.
2023-08-09 18:33:20 +02:00
fcb77f3f96
Merge pull request #1753 from xoviat/rtc-wb
...
stm32/rtc: enable in rcc mod
2023-08-09 01:48:11 +00:00
32fdd4c787
tests/stm32: fix rtc test
2023-08-08 20:33:24 -05:00
6a73ab1afa
stm32/l4: set rtc clock source in rcc
2023-08-08 19:58:03 -05:00
6fc5c608f8
stm32/rtc: remove generics and segregate clock sel
2023-08-08 19:47:01 -05:00
b7114fb951
Merge pull request #1761 from sgoll/fuse-ticker
...
Mark `Ticker` stream as fused
2023-08-08 23:14:24 +00:00
d375c46590
Merge pull request #1751 from oro-os/add-pin-drop-docs
...
stm32: add note about Output/OutputOpenDrain drop behavior
2023-08-08 23:05:12 +00:00
c40b944da6
Mark Ticker stream as FusedStream
2023-08-09 00:17:02 +02:00