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
Age
Commit message (
Expand
)
Author
2022-08-17
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-06-27
Remove STM32L485 "ghost chips"
Dario Nieuwenhuis
2022-06-18
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
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-28
Convert chip name to upper case to fix rebuilds
Nikita Strygin
2022-03-15
Merge #667
bors[bot]
2022-03-15
Remove duplicate stm32-metapac/src/common.rs with chiptool
Nicolas Viennot
2022-03-15
Rebuild when the chip definition changes
Nicolas Viennot
2022-03-04
docs: add metadata.embassy_docs to cargo tomls.
Dario Nieuwenhuis
2022-03-04
stm32-metapac: add doc(html_no_source).
Dario Nieuwenhuis
2022-02-26
stm32-metapac: remove all macrotables, deduplicate metadata files.
Dario Nieuwenhuis
2022-02-09
stm32-metapac: add option to generate chip metadata as a rust const.
Dario Nieuwenhuis
2022-01-13
stm32-metapac: remove stm32gbk
Dario Nieuwenhuis
2021-11-24
stm32-metapac: add `pac` feature to allow building only the macrotables.
Dario Nieuwenhuis
2021-11-23
stm32: rename core features from _cmX to -cmX, cleanup gen.
Dario Nieuwenhuis
2021-11-02
Adjust for STM32U5.
Bob McWhirter
2021-09-21
Support for STM32L1
Ulf Lilleengen
2021-09-13
Merge pull request #378 from numero-744/gen-features-using-rust-not-python
Dario Nieuwenhuis
2021-09-11
fix(gen-features): keep data files order
Côme ALLART
2021-09-11
Update lots of deps
Dario Nieuwenhuis
2021-09-05
refactor(gen-features): use Rust instead of Python
Côme ALLART
2021-08-19
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
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-07-13
Fix "can't find crate for std" for stm32-metapac-gen deps.
Dario Nieuwenhuis
2021-07-01
Add USARTv3 support.
Bob McWhirter
2021-06-29
Make the metapac gen enr/rst missing regs non-fatal to the build.
Bob McWhirter
2021-06-29
Adjust example for RCC and DMA.
Bob McWhirter
2021-06-29
Checkpoint with lifetime issues.
Bob McWhirter
2021-06-29
Generate dma-related macro tables.
Bob McWhirter
2021-06-24
Remove unused gpio_af from codegen
Thales Fragoso
2021-06-21
Update stm32-data (adds DBGMCU to all chips)
Dario Nieuwenhuis
2021-06-16
Add support for generating PAC for dual cores
Ulf Lilleengen
2021-06-15
Use correct frequencies for timers
Ulf Lilleengen
2021-06-14
Add wb55 clocks
Ulf Lilleengen
2021-06-14
Add minimal RCC impls for L4 and F4
Ulf Lilleengen
2021-06-14
Provide a way for a peripheral to query its clock frequency
Ulf Lilleengen
2021-06-11
Refactor
Ulf Lilleengen
2021-06-10
Special handling for timers instead
Ulf Lilleengen
2021-06-10
Enable timer clock in RCC on timer start
Ulf Lilleengen
2021-06-10
stm32-metapac: add new codegen, allows pregenerating the entire pac
Dario Nieuwenhuis
2021-06-09
Make RCC lookup optional
Ulf Lilleengen
2021-06-09
Cleanup and fix l4s
Ulf Lilleengen
2021-06-09
Generate clock peripherals for all peripherals with register block
Ulf Lilleengen
2021-06-08
Handle other L4 variants
Ulf Lilleengen
2021-06-08
Workaround for L4
Ulf Lilleengen
2021-06-08
Add workaround for STM32H7
Ulf Lilleengen
2021-06-08
Auto generate SPI v2 clock enable
Ulf Lilleengen
[next]