Dario Nieuwenhuis
|
630443a4d6
|
net-wiznet: report link up/down on cable plug/unplug.
|
2023-10-20 01:29:10 +02:00 |
|
Ulf Lilleengen
|
035800bfbd
|
Merge pull request #2091 from embassy-rs/comment-memory-x
docs: add linker script comments
|
2023-10-19 08:19:42 +00:00 |
|
Ulf Lilleengen
|
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 |
|
Dario Nieuwenhuis
|
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 |
|
eZio Pan
|
241488ef1c
|
bypass ODEN if chip doesn't have it
|
2023-10-18 19:42:31 +08:00 |
|
Ulf Lilleengen
|
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 |
|
Dario Nieuwenhuis
|
35ffdf2143
|
Merge pull request #2076 from embassy-rs/net-driver-simplify
net/driver: remove Medium, make HardwareAddress non_exhaustive.
|
2023-10-18 03:39:41 +00:00 |
|
Dario Nieuwenhuis
|
3cbc687424
|
net/driver: remove Medium, make HardwareAddress non_exhaustive.
|
2023-10-18 05:28:16 +02:00 |
|
Dario Nieuwenhuis
|
4f7b831676
|
Merge pull request #2088 from embassy-rs/rcc-no-spaghetti
stm32: rcc no spaghetti
|
2023-10-18 03:23:47 +00:00 |
|
Dario Nieuwenhuis
|
f20f170b1f
|
stm32/rcc: refactor and unify f4 into f7.
|
2023-10-18 05:11:31 +02:00 |
|
Dario Nieuwenhuis
|
67010d123c
|
stm32/rcc: refactor f7.
|
2023-10-18 05:01:11 +02:00 |
|
Dario Nieuwenhuis
|
51708c8ed1
|
Merge pull request #2089 from artisdom/patch-1
Update basic_application.adoc
|
2023-10-18 02:59:48 +00:00 |
|
Dario Nieuwenhuis
|
361fde35cf
|
stm32/rcc: wait for mux switch.
|
2023-10-18 04:32:18 +02:00 |
|
Dario Nieuwenhuis
|
7ce3b19389
|
stm32/rcc: remove unused enum.
|
2023-10-18 04:32:18 +02:00 |
|
Ted Feng
|
10f08445e4
|
Update basic_application.adoc
typo: change "embassy::main" to "embassy_executor::main"
|
2023-10-18 14:53:49 +13:00 |
|
xoviat
|
f24a1b62bb
|
Merge pull request #2085 from xoviat/rcc
stm32: update metapac
|
2023-10-18 01:33:00 +00:00 |
|
xoviat
|
bbd12c9372
|
stm32: update metapac
|
2023-10-17 20:31:44 -05:00 |
|
Riley Williams
|
6906cc9c25
|
remove trailing spaces
|
2023-10-17 19:30:53 -04:00 |
|
Riley Williams
|
cb211f88d3
|
Grammar and formatting
|
2023-10-17 19:17:29 -04:00 |
|
Riley Williams
|
3f262a2603
|
Add docs to RP2040 PWM
|
2023-10-17 19:05:35 -04:00 |
|
Dario Nieuwenhuis
|
d94b9fe6fb
|
Merge pull request #2082 from embassy-rs/stm32wl-hil
stm32/tests: add stm32wl hil.
|
2023-10-17 14:58:53 +00:00 |
|
Dario Nieuwenhuis
|
b478640463
|
fix clocks in stm32wl rng example.
|
2023-10-17 15:57:09 +02:00 |
|
Dario Nieuwenhuis
|
846f2fc6e4
|
stm32/tests: add stm32wl hil.
|
2023-10-17 15:57:09 +02:00 |
|
xoviat
|
683d5c3066
|
Merge pull request #2077 from xoviat/rcc
stm32: update metapac
|
2023-10-17 01:05:18 +00:00 |
|
xoviat
|
a3574e519a
|
stm32: update metapac
|
2023-10-16 20:04:10 -05:00 |
|
Dario Nieuwenhuis
|
3e3317e8bd
|
Merge pull request #2078 from GrantM11235/prefetch
stm32f1: Keep flash prefetch enabled
|
2023-10-17 00:29:30 +00:00 |
|
Grant Miller
|
e7aeb9b29f
|
stm32f1: Keep flash prefetch enabled
|
2023-10-16 19:23:01 -05:00 |
|
Dario Nieuwenhuis
|
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 |
|
Dario Nieuwenhuis
|
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 |
|
Ulf Lilleengen
|
f7980885a5
|
Merge pull request #2066 from bugadani/net
Prepare embassy-net 0.2.0
|
2023-10-16 21:19:29 +00:00 |
|
Caleb Jamison
|
5a1393aa0b
|
Add example to show useage of rp2040 rosc
|
2023-10-16 16:17:07 -04:00 |
|
Dániel Buga
|
40e4ca4751
|
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
|
2023-10-16 20:59:06 +02:00 |
|
Dario Nieuwenhuis
|
1d810baa18
|
Merge pull request #2074 from embassy-rs/rcc-no-spaghetti
time: add `links` key, release v0.1.5.
|
2023-10-16 18:19:59 +00:00 |
|
Dario Nieuwenhuis
|
213b4c9dca
|
time: add links key, release v0.1.5.
|
2023-10-16 20:11:35 +02:00 |
|
Dario Nieuwenhuis
|
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 |
|
Dario Nieuwenhuis
|
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 |
|
Dario Nieuwenhuis
|
f0497039ed
|
Merge pull request #2071 from embassy-rs/rcc-no-spaghetti
stm32/rng: add test.
|
2023-10-16 03:37:18 +00:00 |
|
Dario Nieuwenhuis
|
aff77d2b65
|
stm32/rng: add test.
|
2023-10-16 05:35:29 +02:00 |
|
Dario Nieuwenhuis
|
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 |
|
Dario Nieuwenhuis
|
18e96898ea
|
stm32/rcc: unify L4 and L5.
|
2023-10-16 04:00:51 +02:00 |
|
Dario Nieuwenhuis
|
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 |
|
Dario Nieuwenhuis
|
5c5e681819
|
stm32/rcc: add better support for L4/L4+ differences.
|
2023-10-16 03:23:43 +02:00 |
|
xoviat
|
f54753beaa
|
Merge pull request #2067 from xoviat/rcc
rcc: update pll clock naming
|
2023-10-16 00:52:47 +00:00 |
|
xoviat
|
b24520579a
|
rcc: ahb/apb -> hclk/pclk
|
2023-10-15 19:51:35 -05:00 |
|
Rafael Bachmann
|
31d4516516
|
Apply Pedantic Clippy Lints
|
2023-10-15 23:52:44 +02:00 |
|
Rafael Bachmann
|
66e62e9994
|
Fix clippy
|
2023-10-15 22:25:35 +02:00 |
|
Rafael Bachmann
|
eeedaf2e76
|
Constify Config::new
|
2023-10-15 22:11:30 +02:00 |
|
xoviat
|
1fc35c753b
|
rcc: update pll clock naming
|
2023-10-15 15:10:42 -05:00 |
|
JuliDi
|
2aaf4bf96b
|
fix typo in build.rs that caused fmc ClkPin to not be implemented
|
2023-10-15 19:14:34 +02:00 |
|
xoviat
|
cd92bc3145
|
Merge pull request #2060 from xoviat/rcc
stm32: expand rcc mux to g4 and h7
|
2023-10-15 04:37:36 +00:00 |
|