lhr-solar / Embedded-Sharepoint

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

Include way to specify FreeRTOS Config file in makefile #60

Open Lakshay983 opened 1 week ago

Lakshay983 commented 1 week ago

FreeRTOS requires that we have a FreeRTOS Config file (it's just a header file) that defines a bunch of macros and variables that will change how FreeRTOS compiles.

In the current system, we have a FreeRTOS config file in the Util/Inc directory. This is compiled while compiling the rest of that directory in our Makefile

When Embedded-Sharepoint is used as a submodule we cannot use and edit the one in the Util directory of the Embedded-Sharepoint. I want a file I can edit in my repo.

We need a way to specify the directory of whatever FreeRTOS config header I want, and filter out the one in the Util/Inc directory if I specify one.