This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using an example project to developpe an application

Hello,

We're preparing to build a new application based on the examples available in the Mesh sdk and wondering if you have any tips on how to extract only the files needed for the project without going throught each file manually. We also need to re-organise the structure of the folders to meet our internal architecture standard.

another aspect is updating automatically own project with he most recent mesh sdk when it's available.

We use Segger embedded Studio 

Thank you

Chaabane

Parents
  • FormerMember
    +1 FormerMember

    To my knowledge, there is no automatically way extract only the files in use. I would think the easiest is to go to "Preprocessor -> User Include Directories"* and remove at a time and check if the project compiles if a given file is removed.

    *Right click on "Project 'xxx' " -> select "Common" -> go to "Preprocessor -> User Include Directories"

Reply
  • FormerMember
    +1 FormerMember

    To my knowledge, there is no automatically way extract only the files in use. I would think the easiest is to go to "Preprocessor -> User Include Directories"* and remove at a time and check if the project compiles if a given file is removed.

    *Right click on "Project 'xxx' " -> select "Common" -> go to "Preprocessor -> User Include Directories"

Children
Related