https://github.com/bugadani/stm-probers
Update STM32 target data in probe-rs based on embassy data sources
https://github.com/bugadani/stm-probers
Last synced: about 1 month ago
JSON representation
Update STM32 target data in probe-rs based on embassy data sources
- Host: GitHub
- URL: https://github.com/bugadani/stm-probers
- Owner: bugadani
- Created: 2024-06-17T18:32:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T14:43:58.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:43:08.950Z (over 1 year ago)
- Language: Rust
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
STM data generator for probe-rs
===============================
This tool uses [stm32-data-generated](https://github.com/embassy-rs/stm32-data-generated) and some
custom code to generate presumably complete device lists and correct memory maps for [probe-rs](https://github.com/probe-rs/probe-rs).
To use the tool, update commit hashes in `d.ps1`, then run `./d.ps1 download-all` and `./d.ps1 gen`.
Then, use the contents of the `output` folder to update probe-rs.
Please review changes carefully. Any change in the memory map needs to be double-checked.