I have a two-part project consisting of a bootloader project and an application project. Because I don't have my final PCB available yet, I am using the frdm-k64f board as a development platform.
Ideally, I would like to be able to have two separate build configurations in each project, one for the freedom board and one for the final PCB. This is have up and running in both my application project and bootloader project. However, right now, I have to manually change and rebuild the bootloader project when I switch configuration in my application project.
Is it possible to link a build configuration in my application project with a corresponding build configuration in my bootloader project?