hello Nordic
i have a project than works with nrf52840 and ncs (zephyr)
i want to have the same application running on nrf52832 as well, as part of a single code base strategy.
now i work with the nrf tool in for the vs code IDE,
i added a board and i a build configuration for the second board, but i don't understand how can both boards work with the same CMakeLists.txt, pm_static.yaml and prj.conf, since they are the same for both boards in the same application
obviously they require different partitioning since they don't have same memory size, that is just an example
any ideas on best practice for how to do that ?
hope to read from you soon
best regards
Ziv