index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
Age
Commit message (
Expand
)
Author
2022-06-12
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-09
common/PeripheralMutex: remove unsafe API. (#802)
Dario Nieuwenhuis
2022-06-07
Use correct index and bank
Ulf Lilleengen
2022-06-07
stm32: add USB driver.
Dario Nieuwenhuis
2022-06-07
Update stm32-metapac.
Dario Nieuwenhuis
2022-06-06
Fix AF pullup configuration for GPIOv1
chemicstry
2022-05-30
stm32: make tick rate configurable
Will Glynn
2022-05-31
Merge #781 #785
bors[bot]
2022-05-29
Update embedded-hal-async to 0.1.0-alpha.1
Dario Nieuwenhuis
2022-05-27
embassy-stm32: g0: add PLL clock source
Will Glynn
2022-05-26
Reimplement BufRead for BufferedUart
chemicstry
2022-05-25
WIP embassy-net v2
Dario Nieuwenhuis
2022-05-19
Merge pull request #771 from embassy-rs/net-split
Dario Nieuwenhuis
2022-05-19
Make embassy-net nightly-only.
Dario Nieuwenhuis
2022-05-19
Merge #776
bors[bot]
2022-05-19
Update embedded-io to 0.3
Dario Nieuwenhuis
2022-05-18
Automatically set ADC clock prescaler on v2 ADC to respect max frequency
Matous Hybl
2022-05-12
stm32/rcc: Modify only relevant CFGR bits and keep the settings previously done.
Ralf
2022-05-12
stm32/rcc: Set flash prefetch buffer and half cycle access according to AHB c...
Ralf
2022-05-12
stm32/usart: Data length is including parity. To get e.g. 8E1 you need to cho...
Ralf
2022-05-08
Allow maximal clock for F7 HCLK
Matous Hybl
2022-05-08
Merge #760
bors[bot]
2022-05-08
Remove unnecessary cfg
Grant Miller
2022-05-08
stm32/gpio: Add support for `set_speed` for gpio v1
Grant Miller
2022-05-08
stm32: Fix stm32f107 build.
Dario Nieuwenhuis
2022-05-06
Merge #752
bors[bot]
2022-05-07
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-06
Add H7 flash and bootloader support
Matous Hybl
2022-05-06
Add F7 flash and bootloader support
Matous Hybl
2022-05-06
Refactor flash handling to different modules for different families
Matous Hybl
2022-05-06
Add support for F3 flash
Matous Hybl
2022-05-04
Remove embassy_hal_common::usb.
Dario Nieuwenhuis
2022-05-03
Merge pull request #748 from embassy-rs/nrf-i2c-timeout
Dario Nieuwenhuis
2022-05-03
stm32/gpio: add EH1.0 trait impls.
Dario Nieuwenhuis
2022-05-02
Merge #747
bors[bot]
2022-05-02
stm32/adc/v4: Fix log statement
Grant Miller
2022-05-02
net: add functions to get current Eth and IP config
Dario Nieuwenhuis
2022-04-30
Merge #743
bors[bot]
2022-04-30
Use defmt-friendly error handling
Joonas Javanainen
2022-04-30
stm32/eth: make "ethmac" vs "eth" consistent in RCC regs.
Dario Nieuwenhuis
2022-04-30
embassy-stm32/eth: consolidate v1a/v1c and add v1b
David Lenfesty
2022-04-30
embassy-stm32/eth: convert LAN8742 driver to generic SMI driver
David Lenfesty
2022-04-30
embassy-stm32/eth/v1a: configure pins correctly for f107
David Lenfesty
2022-04-30
initial work porting eth to f107
David Lenfesty
2022-04-30
Initial import to v1a, does not compile
David Lenfesty
2022-04-29
Add PLL config support for F2
Joonas Javanainen
2022-04-29
Move HSE config out of main clock mux
Joonas Javanainen
2022-04-27
Remove unnecessary feature gating for giant transfers in DCMI
Matous Hybl
2022-04-27
Add bootloader to CI
Ulf Lilleengen
2022-04-27
Add stm32 flash + bootloader support
Ulf Lilleengen
[next]