nrf connect sdk C++ project

Hi everybody!

I'm starting to study nrf9160. Work in SEEGER Embedded  Studio. And I immediately had a question:

By default, it is created C project, But I want to create a C++ project. How to do it???

I also want to add some arduino libraries to the project. For example Arduino String support. How to do it?

Has anyone done this kind of thing?

Parents Reply
  • Thank you one more question on this, I have this directory structure (some screenshots attached) for led blink and these files 

    #include <zephyr/kernel.h> 
    #include <zephyr/drivers/gpio.h>

    give me error that no such file or directory?
    but at the same time if i keep them in main.cpp file i dont see such issue. any idea why is that?


    main cmakelists


    drv_led's cmakelists:

    app/cmakelists:



Children
No Data
Related