DISTORTEC / distortos

object-oriented C++ RTOS for microcontrollers
https://distortos.org/
Mozilla Public License 2.0
434 stars 67 forks source link

Plans to support the STM32G4 series? #60

Open syntroniks opened 3 years ago

syntroniks commented 3 years ago

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 commented 3 years ago

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