18c9bcd44a
net: Reset DHCP socket when the link up is detected
...
Previously, because DHCP DISCOVER is sent before the link is
established, socket has to timeout first. Which takes extra 10 s.
Now if the state of the link changed to up, socket is explicitly reset
so the DISCOVER is repeated much earlier and DHCP configuration is
acquired much faster.
2023-10-23 11:07:21 +02:00
88ada52146
Merge pull request #2017 from ilya-epifanov/rp-adc-div
...
added sampling frequency setting to adc capture methods on rp2040
2023-10-20 01:47:27 +00:00
d622181205
Merge pull request #2093 from embassy-rs/net-wiznet-linkupdwon
...
net-wiznet: report link up/down on cable plug/unplug.
2023-10-19 23:38:44 +00:00
630443a4d6
net-wiznet: report link up/down on cable plug/unplug.
2023-10-20 01:29:10 +02:00
035800bfbd
Merge pull request #2091 from embassy-rs/comment-memory-x
...
docs: add linker script comments
2023-10-19 08:19:42 +00:00
c7803bb8f4
docs: add linker script comments
...
Existing comment were outdated. Provide an example configuration
for using the softdevice with the nRF52 examples.
2023-10-19 09:29:20 +02:00
d496a1213c
Merge pull request #2090 from eZioPan/rcc-init-bypass-oden
...
bypass `ODEN` in `rcc::init()` if chip doesn't have it
2023-10-18 12:15:30 +00:00
241488ef1c
bypass ODEN
if chip doesn't have it
2023-10-18 19:42:31 +08:00
88b2cdd6a0
Merge pull request #2087 from riley-williams/rp2040-pwm-docs
...
Add docs to RP2040 PWM config
2023-10-18 06:30:08 +00:00
35ffdf2143
Merge pull request #2076 from embassy-rs/net-driver-simplify
...
net/driver: remove Medium, make HardwareAddress non_exhaustive.
embassy-net-driver-channel-v0.2.0
embassy-net-driver-v0.2.0
embassy-net-v0.2.0
2023-10-18 03:39:41 +00:00
3cbc687424
net/driver: remove Medium, make HardwareAddress non_exhaustive.
2023-10-18 05:28:16 +02:00
4f7b831676
Merge pull request #2088 from embassy-rs/rcc-no-spaghetti
...
stm32: rcc no spaghetti
2023-10-18 03:23:47 +00:00
f20f170b1f
stm32/rcc: refactor and unify f4 into f7.
2023-10-18 05:11:31 +02:00
67010d123c
stm32/rcc: refactor f7.
2023-10-18 05:01:11 +02:00
51708c8ed1
Merge pull request #2089 from artisdom/patch-1
...
Update basic_application.adoc
2023-10-18 02:59:48 +00:00
361fde35cf
stm32/rcc: wait for mux switch.
2023-10-18 04:32:18 +02:00
7ce3b19389
stm32/rcc: remove unused enum.
2023-10-18 04:32:18 +02:00
10f08445e4
Update basic_application.adoc
...
typo: change "embassy::main" to "embassy_executor::main"
2023-10-18 14:53:49 +13:00
f24a1b62bb
Merge pull request #2085 from xoviat/rcc
...
stm32: update metapac
2023-10-18 01:33:00 +00:00
bbd12c9372
stm32: update metapac
2023-10-17 20:31:44 -05:00
6906cc9c25
remove trailing spaces
2023-10-17 19:30:53 -04:00
cb211f88d3
Grammar and formatting
2023-10-17 19:17:29 -04:00
3f262a2603
Add docs to RP2040 PWM
2023-10-17 19:05:35 -04:00
d94b9fe6fb
Merge pull request #2082 from embassy-rs/stm32wl-hil
...
stm32/tests: add stm32wl hil.
2023-10-17 14:58:53 +00:00
b478640463
fix clocks in stm32wl rng example.
2023-10-17 15:57:09 +02:00
846f2fc6e4
stm32/tests: add stm32wl hil.
2023-10-17 15:57:09 +02:00
683d5c3066
Merge pull request #2077 from xoviat/rcc
...
stm32: update metapac
2023-10-17 01:05:18 +00:00
a3574e519a
stm32: update metapac
2023-10-16 20:04:10 -05:00
3e3317e8bd
Merge pull request #2078 from GrantM11235/prefetch
...
stm32f1: Keep flash prefetch enabled
2023-10-17 00:29:30 +00:00
e7aeb9b29f
stm32f1: Keep flash prefetch enabled
2023-10-16 19:23:01 -05:00
7fd868ade9
Merge pull request #2068 from barafael/const_usb_config_builder_new
...
Constify UsbDevice Config::new (and clippy fixes) in embassy-usb
2023-10-16 23:23:10 +00:00
6e6df22979
Merge pull request #2075 from CBJamo/rosc_example
...
Add example to show useage of rp2040 rosc
2023-10-16 23:22:06 +00:00
f7980885a5
Merge pull request #2066 from bugadani/net
...
Prepare embassy-net 0.2.0
2023-10-16 21:19:29 +00:00
5a1393aa0b
Add example to show useage of rp2040 rosc
2023-10-16 16:17:07 -04:00
40e4ca4751
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
2023-10-16 20:59:06 +02:00
1d810baa18
Merge pull request #2074 from embassy-rs/rcc-no-spaghetti
...
time: add `links` key, release v0.1.5.
embassy-time-v0.1.5
2023-10-16 18:19:59 +00:00
213b4c9dca
time: add links
key, release v0.1.5.
2023-10-16 20:11:35 +02:00
889d482d2d
Merge pull request #2073 from embassy-rs/rcc-no-spaghetti
...
nrf/pac: reeport s and ns peripherals always independently of the current mode.
2023-10-16 17:43:13 +00:00
ea0e83a7f9
nrf/pac: reeport s and ns peripherals always independently of the current mode.
...
You sometimes need this, for example for using nrf91 modem from S mode
you need to acces IPC_NS.
2023-10-16 19:38:53 +02:00
f0497039ed
Merge pull request #2071 from embassy-rs/rcc-no-spaghetti
...
stm32/rng: add test.
2023-10-16 03:37:18 +00:00
aff77d2b65
stm32/rng: add test.
2023-10-16 05:35:29 +02:00
a7c6999670
Merge pull request #2070 from embassy-rs/rcc-no-spaghetti
...
stm32/rcc: unify L4 and L5.
2023-10-16 02:10:37 +00:00
18e96898ea
stm32/rcc: unify L4 and L5.
2023-10-16 04:00:51 +02:00
870dcc5970
Merge pull request #2069 from embassy-rs/rcc-no-spaghetti
...
stm32/rcc: add better support for L4/L4+ differences.
2023-10-16 01:41:40 +00:00
5c5e681819
stm32/rcc: add better support for L4/L4+ differences.
2023-10-16 03:23:43 +02:00
f54753beaa
Merge pull request #2067 from xoviat/rcc
...
rcc: update pll clock naming
2023-10-16 00:52:47 +00:00
b24520579a
rcc: ahb/apb -> hclk/pclk
2023-10-15 19:51:35 -05:00
31d4516516
Apply Pedantic Clippy Lints
2023-10-15 23:52:44 +02:00
66e62e9994
Fix clippy
2023-10-15 22:25:35 +02:00
eeedaf2e76
Constify Config::new
2023-10-15 22:11:30 +02:00