Dario Nieuwenhuis
|
d41eeeae79
|
Remove Peripheral trait, rename PeripheralRef->Peri.
|
2025-03-27 15:18:06 +01:00 |
|
Dario Nieuwenhuis
|
b1245858f3
|
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that
actually cause UB.
|
2025-01-26 22:43:28 +01:00 |
|
Dario Nieuwenhuis
|
ff52bde787
|
stm32: change all examples and tests to use GenericSMI::new_auto().
|
2025-01-26 22:17:25 +01:00 |
|
Gabriel Smith
|
4c8ee8786f
|
stm32: Implement reads of DTS peripheral
Only PCLK-driven operation is supported.
|
2025-01-04 13:56:41 -05:00 |
|
elagil
|
d9ef2c94d7
|
chore: clean up stm32h5 ucpd
|
2025-01-03 17:54:59 +01:00 |
|
Eekle
|
a3d35216d4
|
Remove manual settings of composite_with_iads=true
|
2024-12-24 13:23:08 +01:00 |
|
elagil
|
b6e70c8eb3
|
fix: add docstring for target platform
|
2024-12-22 15:07:58 +01:00 |
|
elagil
|
b35b45e151
|
feat: stm32h5 UCPD example
|
2024-12-22 15:07:58 +01:00 |
|
Dario Nieuwenhuis
|
2846647c94
|
Remove use of static mut.
|
2024-12-16 16:15:28 +01:00 |
|
elagil
|
cc4b5ae9cb
|
feat: change SOF timer to input capture
|
2024-11-24 00:33:08 +01:00 |
|
elagil
|
36292ada62
|
feat(stm32h5): add usb audio example
|
2024-11-24 00:33:08 +01:00 |
|
Gabriel Smith
|
bd65906d14
|
STM32H5xx ADC (#3557)
* stm32: Update STM32 data source
* stm32h5: Add ADC example
|
2024-11-21 23:23:46 +01:00 |
|
Dario Nieuwenhuis
|
be0d9775e3
|
net: refactor to simplify lifetimes/generics.
|
2024-09-16 21:17:11 +02:00 |
|
Dario Nieuwenhuis
|
59cb1531c9
|
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
|
2024-08-07 14:58:20 +02:00 |
|
Jan Špaček
|
183f2f6913
|
stm32/usart: remove instance generic params
|
2024-05-23 16:32:15 +02:00 |
|
Peter Kövesdi
|
b6f9dbfb5b
|
fixed: example loops crashing after 256 passes
|
2024-04-29 22:31:16 +02:00 |
|
eZio Pan
|
d9e59e8e42
|
low power for h5
|
2024-04-28 00:33:02 +08:00 |
|
Dario Nieuwenhuis
|
5732ee7ca9
|
Reduce use of the full futures crate.
|
2024-04-26 23:22:25 +02:00 |
|
Torin Cooper-Bennun
|
846abfae2b
|
examples: stm32: can: fix build
|
2024-04-22 13:31:01 +01:00 |
|
Dario Nieuwenhuis
|
d6b1233f16
|
stm32/usart: remove DMA generic params.
|
2024-04-16 02:00:55 +02:00 |
|
Dario Nieuwenhuis
|
6c35a1769d
|
Merge pull request #2697 from eZioPan/stm32-cordic
stm32 CORDIC driver
|
2024-04-04 21:32:27 +00:00 |
|
Corey Schuhen
|
2217b80278
|
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods instead of a tuple sometimes.
|
2024-03-28 09:32:13 +10:00 |
|
eZio Pan
|
0abcccee96
|
stm32 CORDIC: re-design API
|
2024-03-23 09:15:25 +08:00 |
|
eZio Pan
|
83069e7b49
|
stm32 CORDIC: add example
|
2024-03-23 09:15:25 +08:00 |
|
Adam Greig
|
7cf6490fba
|
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
|
2024-03-23 00:35:15 +00:00 |
|
Dario Nieuwenhuis
|
95234cddba
|
stm32: autogenerate mux config for all chips.
|
2024-03-01 23:54:37 +01:00 |
|
Corey Schuhen
|
eafa90cd07
|
Remove the OperatingMode typestates
Instead have two explcit types(without the mode generic arg)types:
- One for config
- One for all operating modes
|
2024-02-18 13:09:37 +10:00 |
|
Corey Schuhen
|
70b3c4374d
|
Port FDCAN HAL to use PAC directly instead of fdcan crate.
- Provide separate FDCAN capable and Classic CAN API's
- Don't use fdcan crate dep anymore
- Provide embedded-can traits.
|
2024-02-17 18:25:58 +10:00 |
|
Corey Schuhen
|
1698f4dbc3
|
Add FDCAN examples for STM32G4, STM32H5 and STM32H7
Fix examples
Fix examples
Fix examples.
|
2024-01-31 05:40:05 +10:00 |
|
Dario Nieuwenhuis
|
3387ee7238
|
stm32/gpio: remove generics.
|
2024-01-22 21:31:06 +01:00 |
|
Dario Nieuwenhuis
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Ulf Lilleengen
|
0acf7b09c3
|
chore: replace make_static! macro usage with non-macro version
|
2023-12-21 10:29:57 +01:00 |
|
Dario Nieuwenhuis
|
bc65b8f7ec
|
stm32/i2c: add async, dual interrupt scaffolding.
|
2023-11-24 23:55:45 +01:00 |
|
Dario Nieuwenhuis
|
0b015bd727
|
usb: remove msos-descriptor feature.
|
2023-11-08 23:21:52 +01:00 |
|
Dario Nieuwenhuis
|
0272deb158
|
stm32/rcc: add shared code for hsi48 with crs support.
|
2023-11-05 23:52:54 +01:00 |
|
Dario Nieuwenhuis
|
a39ae12edc
|
stm32/rcc: misc cleanups.
|
2023-10-23 17:36:21 +02:00 |
|
Adam Greig
|
0621e957a0
|
time: Update examples, tests, and other code to use new Timer::after_x convenience methods
|
2023-10-15 01:30:12 +01:00 |
|
Andres Oliva
|
4cec4b0548
|
Remove more unused stuff
|
2023-10-11 23:52:26 +02:00 |
|
Andres Oliva
|
cd12c9cbce
|
stm32: add timeout to I2C driver
|
2023-10-10 18:20:46 +02:00 |
|
Gabriel Górski
|
e62bf6a9fd
|
Patch tests & examples
|
2023-10-09 13:46:56 +02:00 |
|
Dario Nieuwenhuis
|
6186fe0807
|
stm32/rcc: use PLL enums from PAC.
|
2023-10-09 02:48:22 +02:00 |
|
Dario Nieuwenhuis
|
5d8817d109
|
stm32/usart: return error instead of panicking on bad baudrate.
|
2023-09-26 00:19:27 +02:00 |
|
Dario Nieuwenhuis
|
83b4c01273
|
stm32/rcc: unify h5 and h7.
|
2023-09-21 23:47:56 +02:00 |
|
Dario Nieuwenhuis
|
4bfbcd6c72
|
stm32: use PAC enums for VOS.
|
2023-09-18 03:15:15 +02:00 |
|
xoviat
|
de2773afdd
|
stm32/rcc: convert bus prescalers to pac enums
|
2023-09-16 17:41:11 -05:00 |
|
JuliDi
|
cf2d4eca7c
|
add wait_config_up to examples
|
2023-09-08 17:40:20 +02:00 |
|
Ruben De Smet
|
c39671266e
|
Deprecate *recv* in favor of *receive*
|
2023-08-22 16:58:31 +02:00 |
|
Dario Nieuwenhuis
|
5d5cd23715
|
Update to embedded-io 0.5 (#1752)
|
2023-08-07 13:43:09 +02:00 |
|
Dario Nieuwenhuis
|
4999b045df
|
stm32/rng: use bind_interrupts!.
|
2023-07-31 01:41:12 +02:00 |
|
xoviat
|
17d5e1c470
|
stm32/eth: add set_poll_interval
|
2023-07-15 12:02:08 -05:00 |
|