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

Supporting a custom board with nRF5 SDK examples

We are selling our own nRF51 and nRF52 based boards (Aistin Blue, www.iprotoxi.fi/.../iprotoxi-aistin-blue) and would like to offer customers easy way to run Nordic Semiconductor's SDK examples with those boards. I know there's so called "board support package" (bsp) in the SDK. What is the correct/best way to configure a new board there?

The preferred way for us would be to just provide a new header with pin definitions, and then a single define to let the compiler know of that new board. Is that possible?

Related