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
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
2
-5
/
+5
*
|
Add F4 flash driver
chemicstry
2022-07-11
1
-0
/
+57
|
/
*
Use u32 instead of Duration for IWDG
chemicstry
2022-07-11
1
-1
/
+1
*
Add comments to watchdog example
chemicstry
2022-07-10
1
-0
/
+2
*
Implement IWDG timeout calculation
chemicstry
2022-07-10
1
-0
/
+44
*
Merge #826
bors[bot]
2022-06-22
1
-2
/
+2
|
\
|
*
Fix example
chemicstry
2022-06-23
1
-2
/
+2
*
|
Simplify example
chemicstry
2022-06-23
1
-10
/
+3
*
|
Fix PWM for advanced timers
chemicstry
2022-06-23
1
-0
/
+42
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
13
-38
/
+18
*
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
*
Simplify example
chemicstry
2022-05-26
1
-5
/
+3
*
Reimplement BufRead for BufferedUart
chemicstry
2022-05-26
1
-0
/
+38
*
Remove embassy_hal_common::usb.
Dario Nieuwenhuis
2022-05-04
2
-213
/
+0
*
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
14
-39
/
+39
*
Cleanup
chemicstry
2022-03-16
1
-1
/
+2
*
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
1
-0
/
+52
*
[can] Do not use wildcard reexport for bxcan
Timo Kröger
2022-03-05
1
-2
/
+3
*
stm32f4: add adc + example
Frederik
2022-02-10
1
-0
/
+26
*
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
2
-2
/
+116
*
Add stm32 USB OTG peripherals
chemicstry
2022-02-08
1
-0
/
+99
*
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
*
Adjust for bxcan API.
Bob McWhirter
2021-11-15
1
-3
/
+4
*
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
*
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
1
-0
/
+39
*
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
*
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
*
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
*
Use `embassy::main` macro for stm32f4 examples
Timo Kröger
2021-07-27
6
-133
/
+59
[prev]
[next]