Hi, I'm trying to build a mynewt project for an nRF52811, without bootloader. Is there an example for doing this?
What I have found on the web, it should be a non-split build as long as I don't supply "loader" to newt target. apache-newt-core/hw/bsp/nordic_pca10040 contains a no_boot.ld, but there are no examples of how to set the flash_map correctly and if any other options need to be changed. Is there an example of a "single" build somewhere? I have found https://mynewt.apache.org/latest/tutorials/ble/ble_bare_bones.html but it does not say how to configure the BSP. BR Thomas