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-10-19
Merge #1014
bors[bot]
2022-10-18
Enable defmt in embassy-hal-common
Matous Hybl
2022-10-18
Add memory barriers to H7 flash driver to mitigate PGSERR errors
Matous Hybl
2022-10-10
Merge #1004
bors[bot]
2022-10-07
Fix adc_v4 compilation
chemicstry
2022-10-07
Fix internal channel reading on adc_v2
chemicstry
2022-10-07
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
Use RccPeripheral for adc_v2
chemicstry
2022-09-30
Merge #992
bors[bot]
2022-09-30
Implement embedded-hal-nb for uart
Mathias
2022-09-30
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-29
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-s...
Mathias
2022-09-29
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
Remove code duplication on nb_read
Mathias
2022-09-28
Add E-H1 uart blocking & nb implementation
Mathias
2022-09-27
usb: make HALs depend only on embassy-usb-driver.
Dario Nieuwenhuis
2022-09-26
Rework STM32 BufferedUart internals so we can split into Rx and Tx like embas...
Guillaume MICHEL
2022-09-26
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
Merge #960
bors[bot]
2022-09-22
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-21
Add non blocking Bxcan constructor.
Andrew Ealovega
2022-09-15
make `State::new()` const, consistent with others
Vincent Stakenburg
2022-09-04
Merge #939
bors[bot]
2022-09-04
Merge #839
bors[bot]
2022-09-02
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-08-31
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-26
Use `pub(crate)` visibility for internal SPI
Timo Kröger
2022-08-26
stm32wl: Fix RCC
Timo Kröger
2022-08-26
stm32wl: Do not require external SPI pins for SUBGHZ
Timo Kröger
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-19
fix lpuart implementation when there isn't one present
Vincent Stakenburg
2022-08-19
implement support for LPUART
Vincent Stakenburg
2022-08-18
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-17
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
stm32/rcc: fix unnecessary parentheses
Dario Nieuwenhuis
2022-08-17
stm32/sdmmc: remove cast no longer allowed on latest nightly due to nonexhaus...
Dario Nieuwenhuis
2022-08-10
Make sda/scl pullups separate as in nRF HAL
chemicstry
2022-08-09
Implement I2C pullup configuration
chemicstry
2022-08-04
Use RccPeripheral for DAC and add a hackfix for H7
chemicstry
2022-08-04
Merge v1, v2 DAC and update register definitions
chemicstry
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-27
Make vref units explicit
chemicstry
2022-07-27
Improve `set_vref` docs
chemicstry
2022-07-27
Improve ADC configuration options
chemicstry
2022-07-24
Merge #876
bors[bot]
2022-07-24
Add defmt support to embassy-embedded-hal errors
Matous Hybl
2022-07-23
rename PwmPin::new_chX, update examples.
Dario Nieuwenhuis
[next]