Commit Graph

12 Commits

Author SHA1 Message Date
Andrzej Kaczmarek d44e2fc719 targets: Enable "all" features on sample CMAC target 2023-05-07 15:15:34 +02:00
Szymon Janc f740c39b66 targets: Restore example targets
Those were accidentally moved to CI targets but are expected to be used
by users.
2023-01-30 11:45:59 +01:00
Szymon Janc baa6b2f0de Initial Github Action integration
This adds:
 - building all test targets on Linux
 - runing 'newt test all'
 - building dummy and Linux ports
2023-01-23 19:45:07 +01:00
Szymon Janc 2a7135469e Update missing licenses and rat excludes 2022-04-20 09:36:26 +02:00
Andrzej Kaczmarek f1a5658408 targets: Update to new transport 2022-03-17 11:48:16 +01:00
Jerzy Kasenberg 75c1ef3749 apps: remove use of deprecated BLE_PUBLIC_DEV_ADDR
ble_hs_id_copy_addr() is used whenever deprecated value was used
for getting public address.
2022-01-18 09:23:19 +01:00
Jerzy Kasenberg c33c87b1f3 targets: Add blehci over USB for pca10056 2022-01-18 09:21:51 +01:00
Jerzy Kasenberg 3ac5007168 targets: Rename pca10095 target
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.
2021-11-19 08:41:57 +01:00
Jerzy Kasenberg 7823a64caf targets: Add sample target for controller on NRF5340 bsp
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.
2021-04-27 14:36:53 +02:00
Szymon Janc 75c745dbc8 Update missing licenses and rat excludes 2021-03-24 12:37:01 +01:00
Andrzej Kaczmarek 3313d03ba8 targets: Add sample target for controller on Dialog CMAC
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.
2020-09-21 13:53:51 +02:00
Fabio Utzig e14ce24db3 Add unittest target
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>
2020-03-06 10:41:08 -03:00