lhr-solar / Embedded-Sharepoint

This repository contains files that can be shared among us, the embedded design teams.
MIT License
3 stars 2 forks source link

STM32 Makefile Merge #54

Closed Lakshay983 closed 1 month ago

Lakshay983 commented 5 months ago

The makefiles for the STM32s are the same aside from a few names. We modify a lot of the makefile once we autogenerate it, which means we need to do those modifications per Makefile. If we want to add new chips that adds a lot of overhead, so I merged the STM makefiles.

Curious about y'all's opinion about some of the variables I made and if there's a better system for handling chip variables.