Dario Nieuwenhuis
|
aacf14b62a
|
net-ppp: Add it.
|
2023-08-25 20:45:23 +02:00 |
|
Dario Nieuwenhuis
|
100200d021
|
net-driver-channel: do not hardcode medium to ethernet.
|
2023-08-25 20:45:23 +02:00 |
|
Dario Nieuwenhuis
|
b5748524f8
|
net: improve error message on unsupported medium.
|
2023-08-25 20:45:23 +02:00 |
|
Dario Nieuwenhuis
|
6d3377e6a6
|
Merge pull request #1824 from embassy-rs/net-change-config
net: allow changing IP config at runtime.
|
2023-08-25 18:35:14 +00:00 |
|
Dario Nieuwenhuis
|
cc8961034e
|
net: allow changing IP config at runtime.
|
2023-08-25 20:26:46 +02:00 |
|
xoviat
|
2a6b743b9e
|
Merge pull request #1814 from xoviat/rtc-lp
stm32: add low-power mod
|
2023-08-24 01:30:17 +00:00 |
|
xoviat
|
ecc305bbfe
|
stm32: fix executor version
|
2023-08-23 20:28:41 -05:00 |
|
xoviat
|
9c94eac919
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
|
2023-08-23 20:27:23 -05:00 |
|
xoviat
|
00aadf6085
|
stm32/lp: pipe through lp ready
|
2023-08-23 20:22:11 -05:00 |
|
xoviat
|
83f224e140
|
stm32/lp: add refcount
|
2023-08-23 20:18:34 -05:00 |
|
xoviat
|
e987259716
|
rtc: cleanup
|
2023-08-23 20:01:35 -05:00 |
|
xoviat
|
fc04d2a33c
|
rtc: get wakup irq working
|
2023-08-23 19:52:32 -05:00 |
|
Ulf Lilleengen
|
bed1f07c15
|
Merge pull request #1817 from bugadani/executor-release
Bump executor crate version to 0.3.0
|
2023-08-23 19:05:50 +00:00 |
|
Dániel Buga
|
a2c718f61c
|
Bump executor crate version to 0.3.0
|
2023-08-23 20:34:37 +02:00 |
|
Dario Nieuwenhuis
|
0568738f77
|
Merge pull request #1815 from embassy-rs/esp-hosted-oopsie
net-esp-hosted: fix oopsie
|
2023-08-23 09:42:32 +00:00 |
|
Dario Nieuwenhuis
|
a6d22e199a
|
net-esp-hosted: fix set link down on disconnect.
|
2023-08-23 11:37:50 +02:00 |
|
xoviat
|
1ea4c58c39
|
stm32: impl. draft cfgr pwr
|
2023-08-22 20:00:00 -05:00 |
|
xoviat
|
faab2d0d53
|
stm32: add executor to low-power mod
|
2023-08-22 17:31:40 -05:00 |
|
xoviat
|
6d35bcc3d9
|
stm32: add low-power mod
|
2023-08-22 17:00:00 -05:00 |
|
xoviat
|
7d6edd7b15
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
|
2023-08-22 16:58:43 -05:00 |
|
xoviat
|
9e3266b745
|
rtc: make fns private
|
2023-08-22 16:58:19 -05:00 |
|
xoviat
|
7bff2ebab3
|
Merge pull request #1766 from xoviat/rtc-w
stm32/rtc: add start/stop wakeup
|
2023-08-22 21:50:53 +00:00 |
|
xoviat
|
048bdf6968
|
stm32/rtc: allow dead code
|
2023-08-22 16:48:08 -05:00 |
|
Dario Nieuwenhuis
|
b3212ae383
|
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Refactor Channel/Sender/Receiver poll methods
|
2023-08-22 21:25:29 +00:00 |
|
Dario Nieuwenhuis
|
b436aad2a0
|
Merge pull request #1810 from soypat/write_wlan-fix
rp::wlan_write: avoid ineffectual writing of entire buffer over spi
|
2023-08-22 21:20:59 +00:00 |
|
Dario Nieuwenhuis
|
31c5bdfa29
|
Merge pull request #1812 from bugadani/storage
Make `AvailableTask` public
|
2023-08-22 21:14:29 +00:00 |
|
Dario Nieuwenhuis
|
906ab06a6e
|
Merge pull request #1813 from diondokter/stm32-brr-u32
Modified the STM Uart baud calculation to be fully 32-bit
|
2023-08-22 19:56:04 +00:00 |
|
Dion Dokter
|
a5484cd119
|
Modified the brr calculation to be fully 32-bit
|
2023-08-22 20:52:02 +02:00 |
|
Ruben De Smet
|
c39671266e
|
Deprecate *recv* in favor of *receive*
|
2023-08-22 16:58:31 +02:00 |
|
xoviat
|
8878ce046c
|
rtc: fix rtcinstant delay computation
|
2023-08-21 18:33:10 -05:00 |
|
xoviat
|
5bfddfc9b6
|
stm32/rcc: add rtc to f410
|
2023-08-21 18:10:10 -05:00 |
|
xoviat
|
7148397771
|
stm32/rtc: misc fixes
|
2023-08-21 18:00:49 -05:00 |
|
xoviat
|
8c12453544
|
stm32/rcc: set rtc clock on f4
|
2023-08-21 17:50:18 -05:00 |
|
xoviat
|
f723982bec
|
rtc: impl. draft rtcinstant api
|
2023-08-21 17:44:38 -05:00 |
|
Dániel Buga
|
0a73c84df0
|
Make AvailableTask public, deduplicate
|
2023-08-21 18:12:41 +02:00 |
|
soypat
|
977ae5e3e4
|
don't pay for what you don't use
|
2023-08-20 20:16:23 -03:00 |
|
Dario Nieuwenhuis
|
2687008242
|
Merge pull request #1805 from embassy-rs/update-nightly-6
Update Nightly.
|
2023-08-20 09:05:14 +00:00 |
|
Dario Nieuwenhuis
|
6ef888d73e
|
Merge pull request #1807 from romixlab/main
Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0.
|
2023-08-20 09:05:07 +00:00 |
|
Dario Nieuwenhuis
|
67ca88d5a0
|
stm32/can: make latency assertion more lenient.
|
2023-08-20 10:57:28 +02:00 |
|
Isaikin Roman
|
17e9a8ebe1
|
Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0.
|
2023-08-20 07:42:54 +02:00 |
|
Dario Nieuwenhuis
|
0032f8a2ec
|
rustfmt.
|
2023-08-19 19:45:55 +02:00 |
|
Dario Nieuwenhuis
|
2d980068c0
|
Update Nightly.
|
2023-08-19 19:31:49 +02:00 |
|
Dario Nieuwenhuis
|
6babd5752e
|
Merge pull request #1804 from embassy-rs/fix-f37x
stm32: fix f37x build.
|
2023-08-18 23:21:39 +00:00 |
|
Dario Nieuwenhuis
|
5d4da78c94
|
Fix lora docs build.
|
2023-08-19 01:15:32 +02:00 |
|
Dario Nieuwenhuis
|
cc400aa178
|
stm32: fix f37x build.
originally broke in https://github.com/embassy-rs/embassy/pull/1762
|
2023-08-19 01:15:32 +02:00 |
|
Dario Nieuwenhuis
|
7b3cb2ce04
|
Merge pull request #1802 from avlec/error-translation
Add error translation to tcp errors
|
2023-08-18 21:58:27 +00:00 |
|
Dario Nieuwenhuis
|
afd8be416e
|
Merge pull request #1803 from randomplum/flash_h7ab
configure flash latency after axi clock and handle different flash on STM32H7A/B devices
|
2023-08-18 21:53:21 +00:00 |
|
Dominik Sliwa
|
5bc0175be9
|
configure flash latency after axi clock and handle different flash in STM32H7A/B devices
|
2023-08-18 23:44:56 +02:00 |
|
Alec Cox
|
eb05a18c45
|
add error translation to tcp errors
Translation of tpc client ConnectError and Error to the appropriate
embedded_io_async errors
|
2023-08-18 14:43:44 -07:00 |
|
Dario Nieuwenhuis
|
97da34595c
|
Merge pull request #1798 from aurelj/stm32_pwm_polarity
stm32: allow setting the PWM output polarity
|
2023-08-18 14:51:48 +00:00 |
|