I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own board configuration?
I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own board configuration?
Hi,
As Ashu Vighne replied, there is a board porting guideline in zephyr.
What you can also do is to rely on the standard board, then override the settings on a per-project basis, as described in this thread:
Kind regards,
Håkon
Hi,
As Ashu Vighne replied, there is a board porting guideline in zephyr.
What you can also do is to rely on the standard board, then override the settings on a per-project basis, as described in this thread:
Kind regards,
Håkon