-
Notifications
You must be signed in to change notification settings - Fork 95
Targets
Martin Kojtal edited this page Dec 3, 2019
·
3 revisions
Every project needs a target definition (MCU). This is not included in progen but in project definitons (link in the section below).
Project definitions contain information about target (tool specific). If you receive an error about your MCU not supported, please use progendef
to get the info needed (it parses valid project file) and submit a pull request.
In future, we might support there CMSIS-Pack or other sources (parsing svd?).
Target definitions are located in the project generator definitions, which can be found on progen definitions repo. There's Readme file which describes all details.
** Project generator wiki, 0xc0170 **