Search Results
Search results 1-6 of 6.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Just to be clear, This is a Nordic solution. Each project in the solution will require its own flash_placement.xml, sdk_config.h, compiler options, build targets (debug and release).... Almost no inheritance. Is it a matter of rearranging the XML everything is moved into the "project" tag? Thanks
-
Hello, It is possible to have a single solution which contains multiple projects, each with its own build configuration? I would like to combine an application project with a boot loader project in a single solution. However this means you must be able to all the build parameters for each project independently. TIA
-
Hello, I installed the latest version of Ozone v3.20b for the Mac. Now when I load a project the debugger does not start at main() of the program. However it does stop at a class method that is also called main. void HdwTestTask::main(void) Do I need to specify main as ::main in the preferences for a C++ program? Thanks