Hi,
I am planning to use an LPC55S69 board for a project and I am used to developing firmware in CLion. So the natural toolchain was to use config tools to create new projects and use ARM GCC for compiling. This works well when using the existing example to create new projects, however, if i want to use driver components not part of the example, config tools complains that there are no corresponding drivers in the toolchain project.
Is there a way to create projects with the required tools in config tools or any other online tools that can accomplish this? I know the functionality exists in MCUXpressoIDE, but I want to bypass using that in the workflow.
Thanks in advance