distortos icon indicating copy to clipboard operation
distortos copied to clipboard

Plans to support the STM32G4 series?

Open syntroniks opened this issue 3 years ago • 1 comments

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.

syntroniks avatar Feb 27 '21 17:02 syntroniks

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 /;

FreddieChopin avatar Feb 28 '21 19:02 FreddieChopin