Target nordic_pca10095-blehci was defined for nordic_pca10095_net bsp.
Name suggested that nordic_pca10095 is being used.
This just changes target name to avoid confusion.
This adds sample target for building NimBLE controller (blehci app)
for Nordic NRF5340. It is used by default when combine image build
is used for nordic_pca10095 bsp.
Sample target should be used as a base for creating customized targets.
This targets nordic_pca10095_net bsp, custom targets should point to
appropriate BSP.
This adds sample target for building NimBLE controller (blehci app)
for Dialog CMAC. It is used by default when "dialog_cmac" transport
is selected on host side.
Sample target should be used as a base for creating customized targets.
The default settings for timigs are recommended values and should not
be changed unless required.
A recent newt change removed final-atom support
(https://github.com/apache/mynewt-newt/pull/381); this has a side-effect
that results in the "unittest" target not being found if is not located
in the repo where tests are being run (it does not search for "unittest"
inside @apache-mynewt-core anymore). So add the same "unittest" target
that already exists in @apache-mynewt-core repo here.
Signed-off-by: Fabio Utzig <utzig@apache.org>