Adding support for custom board/processor #529
Replies: 1 comment 6 replies
-
Adding project templates is not a trivial task. First you have to create the project as you want it to result, and be sure it compiles and runs properly. Then you have to create a separate project template plug-in, which includes the files plus the commands to create the desired configuration. If the template has different options (like the SiFive templates), projects get really complicated, you have to use a subtitution mechanism to customise the content of the files based on the configuration options. I suggest you start with the first step, to create the project as you want it to be. Such a project can be later imported directly into Eclipse, and used as-is, you don't need a full template plug-in for this. |
Beta Was this translation helpful? Give feedback.
-
I am trying to add support for the custom SoC that I have built. The eclipse-embed project supports some hifive boards that you can selected when creating a new C/C++ project. I was wondering how can I see my board in that list. I tried looking on relevant sites but can not figure out where to start from.
I have previously used platform io to program my board (added support for my custom SoC) so I am not a complete newbie.
Beta Was this translation helpful? Give feedback.
All reactions