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
/
examples
/
stm32f4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #608
bors[bot]
2022-02-13
1
-0
/
+26
|
\
|
*
stm32f4: add adc + example
Frederik
2022-02-10
1
-0
/
+26
*
|
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-1
/
+1
|
/
*
Port multiprio example to stm32f3 and stm32f4 platforms
Cristian Eigel
2022-02-10
1
-0
/
+144
*
Fix function name
chemicstry
2022-02-09
1
-1
/
+1
*
Merge USB FS and HS peripherals. Add ULPI.
chemicstry
2022-02-09
3
-3
/
+117
*
Add stm32 USB OTG peripherals
chemicstry
2022-02-08
2
-1
/
+103
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
1
-2
/
+1
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-1
/
+1
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-4
/
+2
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-5
/
+3
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
3
-12
/
+9
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-1
/
+1
*
examples: remove unused deps.
Dario Nieuwenhuis
2021-11-29
1
-1
/
+0
*
Remove unused deps
Dario Nieuwenhuis
2021-11-15
1
-1
/
+0
*
Adjust for bxcan API.
Bob McWhirter
2021-11-15
1
-3
/
+4
*
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-15
1
-15
/
+5
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
2
-12
/
+5
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-8
/
+8
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
9
-18
/
+0
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
9
-41
/
+0
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
*
bxcan: Fix the flaky CAN example
Timo Kröger
2021-08-18
1
-2
/
+15
*
bxcan: namechange "bxcan_v1" -> "can_bxcan"
Timo Kröger
2021-08-18
1
-1
/
+1
*
CAN support with bxcan crate
Timo Kröger
2021-08-18
2
-0
/
+40
*
stm32f4: Use unwrap! where possible
Ben Gamari
2021-08-05
1
-2
/
+2
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
4
-11
/
+11
*
stm32/time: add Cargo features to choose tim2/tim3
Dario Nieuwenhuis
2021-08-05
1
-1
/
+1
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
5
-5
/
+1
*
Merge pull request #344 from bobmcwhirter/remove_builders
Dario Nieuwenhuis
2021-08-04
1
-6
/
+4
|
\
|
*
Grep fails me.
Bob McWhirter
2021-08-04
1
-2
/
+0
|
*
Remove more extra vars.
Bob McWhirter
2021-08-04
1
-4
/
+2
|
*
Remove builders from Config(s) and examples.
Bob McWhirter
2021-08-04
1
-1
/
+3
*
|
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
8
-16
/
+0
|
/
*
Rename bread -> read_blocking
Ulf Lilleengen
2021-08-04
1
-1
/
+1
*
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-03
1
-1
/
+1
*
Use an em bikeshed instead of an underscore bikeshed.
Bob McWhirter
2021-08-02
1
-1
/
+1
*
Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.
Bob McWhirter
2021-08-02
1
-1
/
+1
*
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-08-02
2
-38
/
+0
*
examples: Drop build-std = ["core"]
Ben Gamari
2021-07-31
1
-3
/
+0
*
f4-pll: Add max values per chip
Thales Fragoso
2021-07-29
1
-1
/
+1
*
f4-rcc: Add option to enable debug_wfe and add hello example
Thales Fragoso
2021-07-29
1
-0
/
+34
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
Use `embassy::main` macro for stm32f4 examples
Timo Kröger
2021-07-27
6
-133
/
+59
*
Enable SYSCFG clock in `exti::init()`
Timo Kröger
2021-07-24
1
-9
/
+1
*
Reset back the memory.x also.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Reset the examples to the original F4 flavor.
Bob McWhirter
2021-07-23
2
-4
/
+3
*
Enable DMA for SPIv1 on F4's etc.
Bob McWhirter
2021-07-23
4
-3
/
+92
*
Use `Dbgmcu::enable_all()` in stm32f4 examples
Timo Kröger
2021-07-23
6
-39
/
+10
[next]