Folder for all the targets. Every target needs to have a CMakeLists.txt that can be included in the main CMakeLists.txt using add_subdirectory().
To create new target the following need to be added:
linkerscript.ldlinkerscript with at least one rom and one ram sectionCMakeLists.txtwith at least the following defines:TARGET_CPUthe namespace of the target cpu (e.g.atsam3x8efor the atsam3x8e cpu)TARGET_LINKERSCRIPTpath to the linkerscript using thePARENT_SCOPE