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
/
stm32-metapac-gen
Age
Commit message (
Expand
)
Author
2022-06-27
Update stm32-data
Dario Nieuwenhuis
2022-06-18
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-06-07
Update stm32-metapac.
Dario Nieuwenhuis
2022-04-27
Add bootloader to CI
Ulf Lilleengen
2022-04-27
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
Dario Nieuwenhuis
2022-03-15
Merge #668
bors[bot]
2022-03-15
Update chiptool.
Dario Nieuwenhuis
2022-03-15
Remove duplicate stm32-metapac/src/common.rs with chiptool
Nicolas Viennot
2022-02-26
stm32-metapac: remove all macrotables, deduplicate metadata files.
Dario Nieuwenhuis
2022-02-23
stm32-metapac: remove peripehral_pins! macrotable.
Dario Nieuwenhuis
2022-02-23
stm32-metapac: change af from string to u8
Dario Nieuwenhuis
2022-02-23
stm32-metapac: remove peripehral_dma_channels! macrotable.
Dario Nieuwenhuis
2022-02-09
stm32: replace `peripheral_rcc!` macrotable with build.rs
Dario Nieuwenhuis
2022-02-09
stm32-metapac: add option to generate chip metadata as a rust const.
Dario Nieuwenhuis
2022-02-07
Update stm32-data
Dario Nieuwenhuis
2022-02-07
Update stm32-data
Dario Nieuwenhuis
2022-02-07
Update stm32-data, update build scripts for new schema.
Dario Nieuwenhuis
2021-11-29
Update stm32-data: rcc regs info comes from yamls now.
Dario Nieuwenhuis
2021-11-24
stm32-metapac: add `pac` feature to allow building only the macrotables.
Dario Nieuwenhuis
2021-11-24
stm32-metapac-gen: use actually common `common.rs` instead of emitting it at ...
Dario Nieuwenhuis
2021-11-23
stm32: rename core features from _cmX to -cmX, cleanup gen.
Dario Nieuwenhuis
2021-11-22
stm32-metapac-gen: fix broken build.rs
Dario Nieuwenhuis
2021-11-22
stm32-metapac-gen: separate data structs
Dario Nieuwenhuis
2021-11-02
Adjust for STM32U5.
Bob McWhirter
2021-10-22
Workaround duplicity of DMA channel declaration when the target chip specifie...
Matous Hybl
2021-09-21
Support for STM32L1
Ulf Lilleengen
2021-09-15
Ensure linear stride
Ulf Lilleengen
2021-09-15
Calculate port number based on address and stride
Ulf Lilleengen
2021-09-15
Add support for chip definitions with a dash
Ulf Lilleengen
2021-09-11
Update lots of deps
Dario Nieuwenhuis
2021-08-20
Add support for STM32G0
Ben Gamari
2021-08-19
stm32/metapac: check GPIO RCC regs are always found.
Dario Nieuwenhuis
2021-08-19
stm32-metapac: assume RCC is always present
Dario Nieuwenhuis
2021-08-17
Add per-core EXTI support
Ulf Lilleengen
2021-08-04
Remove broken panic message
Timo Kröger
2021-08-04
cargo fmt
Timo Kröger
2021-08-04
Refactor bit search logic when no clock specified
Timo Kröger
2021-08-04
Refactor `find_reg_for_field()`
Timo Kröger
2021-08-03
Use a regex to match find enable and rst regs
Timo Kröger
2021-08-03
Ignore the clock number for enable bit search
Timo Kröger
2021-08-03
BTreeMaps to preserve ordering of generated code
Timo Kröger
2021-08-02
Use an em bikeshed instead of an underscore bikeshed.
Bob McWhirter
2021-08-02
Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.
Bob McWhirter
2021-08-02
Fallback to total RAM or FLASH size if otherwise not present.
Bob McWhirter
2021-08-02
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-07-29
Get rid of some warnings
Thales Fragoso
2021-07-29
Update chiptool
Dario Nieuwenhuis
2021-07-27
Generate more rows in the interrupts! table.
Bob McWhirter
2021-07-23
Add a single-column variant to gpio_rcc! macro table
Bob McWhirter
[next]