An open API service indexing awesome lists of open source software.

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

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.