Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans to support the STM32G4 series? #60

Open
syntroniks opened this issue Feb 27, 2021 · 1 comment
Open

Plans to support the STM32G4 series? #60

syntroniks opened this issue Feb 27, 2021 · 1 comment

Comments

@syntroniks
Copy link

Just wondering, I've been poking around the repo and don't feel confident putting in a pull request. I imagine there are some behind-the-scenes scripts to harvest data about a chip family.

I have a https://www.st.com/en/evaluation-tools/stm32g474e-eval.html that I could test on and would be willing to get a NUCLEO-G474RE if that would help.

@FreddieChopin
Copy link
Contributor

I imagine there are some behind-the-scenes scripts to harvest data about a chip family.

Nothing really special, previously when I added a chip family I harvested some data from STCubeMx *.xml files using some grep/sed trickery, but this was always just the initial phase, which still needed a lot of work to be converted into a chip-family *.csv file, which could then be passed to scripts/generateChipYaml.py. But to be honest I haven't done that for so long, that at this moment I cannot really remember how exactly was this done (;

Generally speaking I could add such support if you really need it, but I cannot promise any deadline for that, as recently I have too much work on my head /;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants