index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
stm32
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: can: fd: fix test build for all relevant chips
Torin Cooper-Bennun
2024-04-22
1
-5
/
+17
*
stm32/usart: remove DMA generic params.
Dario Nieuwenhuis
2024-04-16
2
-6
/
+5
*
stm32/spi: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
1
-3
/
+2
*
stm32: update adc examples
Andres Vahter
2024-04-10
1
-2
/
+2
*
Merge pull request #2697 from eZioPan/stm32-cordic
Dario Nieuwenhuis
2024-04-04
1
-0
/
+135
|
\
|
*
stm32 CORDIC: add g491re back to cordic test
eZio Pan
2024-03-23
1
-8
/
+3
|
*
stm32 CORDIC: re-design API
eZio Pan
2024-03-23
1
-62
/
+48
|
*
stm32 CORDIC: make HIL run
eZio Pan
2024-03-23
1
-12
/
+14
|
*
stm32 CORDIC: add HIL test
eZio Pan
2024-03-23
1
-0
/
+152
*
|
stm32/can: simplify bxcan api, merging bx::* into the main structs.
Dario Nieuwenhuis
2024-04-02
1
-10
/
+9
*
|
CAN: Use the same testing code for BXCAN and FDCAN h/w.
Corey Schuhen
2024-03-28
3
-194
/
+163
*
|
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...
Corey Schuhen
2024-03-28
1
-12
/
+12
|
/
*
FDCAN: Fix offset issue preventing CAN2 and CAN3 from working.
Corey Schuhen
2024-03-16
1
-2
/
+51
*
Merge pull request #2701 from timokroeger/stm32-ucpd
Dario Nieuwenhuis
2024-03-15
1
-0
/
+120
|
\
|
*
tests/stm32: run ucpd only on g0.
Dario Nieuwenhuis
2024-03-15
1
-0
/
+1
|
*
[UCPD] Add unit test for stm32g071rb board
Timo Kröger
2024-03-15
1
-0
/
+119
*
|
Use Result instead of Option for Frame creation.
Corey Schuhen
2024-03-13
1
-1
/
+1
*
|
Shared frame types.
Corey Schuhen
2024-03-13
1
-2
/
+2
*
|
Merge pull request #2691 from caleb-garrett/cryp-dma
Dario Nieuwenhuis
2024-03-12
1
-10
/
+20
|
\
\
|
*
|
rustfmt
Caleb Garrett
2024-03-12
1
-5
/
+2
|
*
|
Correct cryp CI build issues.
Caleb Garrett
2024-03-12
1
-2
/
+4
|
*
|
Add async CRYP to test.
Caleb Garrett
2024-03-12
1
-10
/
+21
|
|
/
*
/
Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...
Corey Schuhen
2024-03-07
1
-2
/
+2
|
/
*
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
1
-2
/
+2
*
rustfmt
Caleb Garrett
2024-02-25
1
-3
/
+1
*
Add CRYP test.
Caleb Garrett
2024-02-25
1
-0
/
+71
*
FDCAN: Don't require internal module for public API.
Corey Schuhen
2024-02-25
1
-2
/
+2
*
stm32/dma: add AnyChannel, add support for BDMA on H7.
Dario Nieuwenhuis
2024-02-24
1
-1
/
+1
*
Remove the OperatingMode typestates
Corey Schuhen
2024-02-18
1
-1
/
+1
*
Port FDCAN HAL to use PAC directly instead of fdcan crate.
Corey Schuhen
2024-02-17
1
-81
/
+28
*
tests/stm32: add stm32f091rc, stm32h503rb.
Dario Nieuwenhuis
2024-02-17
1
-0
/
+1
*
Added HMAC to STM32 hash test.
Caleb Garrett
2024-02-13
1
-0
/
+22
*
Update STM32 hash test.
Caleb Garrett
2024-02-12
1
-2
/
+2
*
Consolidated hash drivers.
Caleb Garrett
2024-02-11
1
-15
/
+15
*
Updated stm32-metapac.
Caleb Garrett
2024-02-06
1
-6
/
+2
*
Separated hash interrupt bindings.
Caleb Garrett
2024-02-05
1
-0
/
+16
*
Corrected hash CI build issues.
Caleb Garrett
2024-02-05
1
-2
/
+2
*
Added STM32 hash test.
Caleb Garrett
2024-02-05
1
-0
/
+66
*
HIL test for STM32 FDCAN support.
Corey Schuhen
2024-01-31
1
-0
/
+243
*
fix changed import paths
Ulf Lilleengen
2024-01-12
1
-5
/
+3
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-6
/
+6
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
2
-2
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
2
-7
/
+11
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-6
/
+6
*
tests/stm32: add L1 DAC/ADC test.
Dario Nieuwenhuis
2023-12-08
2
-2
/
+89
*
tests: use executor task arena instead of TAIT.
Dario Nieuwenhuis
2023-11-27
14
-14
/
+0
*
stm32/test: add stm32f446 (board not in HIL rig yet)
Dario Nieuwenhuis
2023-11-27
3
-25
/
+19
*
STM32 DAC: Rework DAC driver, support all families.
Adam Greig
2023-11-25
1
-6
/
+4
*
stm32/low-power: refactor refcount
xoviat
2023-10-25
1
-4
/
+4
*
stm32: fix low-power test
xoviat
2023-10-23
1
-1
/
+3
[next]