Merge pull request #12166 from hugueskamba/hk-baremetal-NRF52840_DK-fix

NRF52840_DK: Fix baremetal linker error
pull/12468/head
Martin Kojtal 2020-02-14 08:21:27 +00:00 committed by GitHub
commit a8188bfd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -32,7 +32,8 @@
"events",
"kv-global-api",
"sd",
"qspif"
"qspif",
"cryptocell310"
],
"target_overrides": {
"*": {

View File

@ -0,0 +1,6 @@
{
"name": "cryptocell310",
"config": {
"present": 1
}
}

View File

@ -54,7 +54,7 @@ extern "C" {
#include "nrf_uarte.h"
#if defined(FEATURE_CRYPTOCELL310)
#if MBED_CONF_CRYPTOCELL310_PRESENT
#include "objects_cryptocell.h"
#else
struct trng_s {