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

Hard way on playing NCS. projects sharing the same file

1.Project only has one main.c file. Other files are in zephery public folders,like conn.c etc.

My problem is ,if I modified conn.c for one project, how about the other project?If I copy the conn.c file to my folder ,how can I tell the project to use this one?

2.I find  Segger Embeded Studio doesn't  support auto fill for struct variables? Is it true or any setup necessary?

Thanks,

  • Hello,

     

    My problem is ,if I modified conn.c for one project, how about the other project?If I copy the conn.c file to my folder ,how can I tell the project to use this one?

     What modifications do you need to do? Some parameters can be changed by means of kconfig settings, and if they don't exist you can create a new one for your change. If you think the change will be useful for others, you can consider creating a pull request for the change to the Zephyr project.

     

    2.I find  Segger Embeded Studio doesn't  support auto fill for struct variables? Is it true or any setup necessary?

     Can you explain exactly what you mean? The auto fill seems to be working fine from what I can tell.

Related