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
...
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-2
/
+2
*
common/PeripheralMutex: remove unsafe API. (#802)
Dario Nieuwenhuis
2022-06-09
1
-2
/
+1
*
examples/stm32*, tests/stm32: specify time-tick-32768hz
Will Glynn
2022-05-31
1
-1
/
+1
*
Simplify example
chemicstry
2022-05-26
1
-5
/
+3
*
Fix removed space
chemicstry
2022-05-26
1
-0
/
+1
*
Reimplement BufRead for BufferedUart
chemicstry
2022-05-26
2
-1
/
+39
*
Remove embassy_hal_common::usb.
Dario Nieuwenhuis
2022-05-04
3
-214
/
+1
*
executor: fix unsoundness in InterruptExecutor::start.
Dario Nieuwenhuis
2022-04-25
1
-6
/
+4
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
16
-57
/
+40
*
Cleanup
chemicstry
2022-03-16
1
-1
/
+2
*
Cleanup
chemicstry
2022-03-16
1
-3
/
+0
*
Fix SDMMC v2 and add H7 example
chemicstry
2022-03-16
1
-14
/
+9
*
Use RCC frequency instead of config
chemicstry
2022-03-16
1
-6
/
+2
*
SDIO working on stm32f4
chemicstry
2022-03-16
2
-0
/
+55
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-1
/
+1
*
[can] Do not use wildcard reexport for bxcan
Timo Kröger
2022-03-05
1
-2
/
+3
*
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
[prev]
[next]