Skip to content

Commit

Permalink
co tests three
Browse files Browse the repository at this point in the history
Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Jan 19, 2024
1 parent a771992 commit 2f62e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/entropy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#


zephyr_library_amend()
zephyr_library_sources_ifdef(CONFIG_ENTROPY_CC3XX entropy_cc3xx.c)
1 change: 1 addition & 0 deletions drivers/entropy/entropy_cc3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <string.h>
#include <assert.h>


#include <zephyr/kernel.h>
#include <zephyr/drivers/entropy.h>
#include <zephyr/sys/util.h>
Expand Down
3 changes: 3 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# See the west documentation for more information:
#
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html
#
#
#

manifest:
version: "0.13"
Expand Down

0 comments on commit 2f62e16

Please sign in to comment.