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
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
2021-06-07
stm32-metapac: Do not generate cfgs metadata
Dario Nieuwenhuis
2021-06-07
fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.
Dario Nieuwenhuis
2021-06-03
Remove the exti_interrupts table.
Bob McWhirter
2021-06-03
Migrate exti_irq stuff to macro tables.
Bob McWhirter
2021-06-03
Move DAC, I2C, SPI and RNG to macro-tables.
Bob McWhirter
2021-06-03
Remove the Option around the pins Vec.
Bob McWhirter
2021-06-03
Create the new peripheral_pins! macro table.
Bob McWhirter
2021-06-01
Fix L4+ family cfg
Dario Nieuwenhuis
2021-06-01
cortex-m-rt is not a build dep
Dario Nieuwenhuis
2021-05-31
Add resolver=2
Dario Nieuwenhuis
2021-05-31
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis