Merge pull request #11161 from desmond-blue/feature-fix-path-cloud-client

Fix include path issues on NRF5x with Cordio
pull/11186/head
Seppo Takalo 2019-08-07 16:22:24 +03:00 committed by GitHub
commit 3b0053c234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 23 additions and 25 deletions

View File

@ -24,7 +24,7 @@
#ifndef AUDIOBOARD_H #ifndef AUDIOBOARD_H
#define AUDIOBOARD_H #define AUDIOBOARD_H
#include "pal_types.h" #include "stack/platform/include/pal_types.h"
#include "nrf_gpio.h" #include "nrf_gpio.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@ -21,9 +21,8 @@
*/ */
/*************************************************************************************************/ /*************************************************************************************************/
#include "pal_types.h" #include "stack/platform/include/pal_types.h"
#include "pal_bb.h" #include "stack/platform/include/pal_bb.h"
#include "pal_bb.h"
#include "nrf.h" #include "nrf.h"
#include "nrf_timer.h" #include "nrf_timer.h"
#include <string.h> #include <string.h>

View File

@ -43,13 +43,12 @@
* *
*/ */
#include "pal_types.h" #include "stack/platform/include/pal_types.h"
#include "pal_bb.h" #include "stack/platform/include/pal_bb.h"
#include "pal_rtc.h" #include "stack/platform/include/pal_rtc.h"
#include "pal_bb.h" #include "stack/platform/include/pal_led.h"
#include "pal_led.h" #include "stack/platform/include/pal_bb_ble.h"
#include "pal_bb_ble.h" #include "stack/platform/include/pal_radio.h"
#include "pal_radio.h"
#include "ll_defs.h" #include "ll_defs.h"
#include "boards.h" #include "boards.h"
#include "nrf.h" #include "nrf.h"

View File

@ -21,7 +21,7 @@
*/ */
/*************************************************************************************************/ /*************************************************************************************************/
#include "pal_cfg.h" #include "stack/platform/include/pal_cfg.h"
#include "nrf.h" #include "nrf.h"
/************************************************************************************************** /**************************************************************************************************

View File

@ -21,8 +21,8 @@
*/ */
/*************************************************************************************************/ /*************************************************************************************************/
#include "pal_types.h" #include "stack/platform/include/pal_types.h"
#include "pal_bb_ble.h" #include "stack/platform/include/pal_bb_ble.h"
#if defined(NRF52840_XXAA) && defined(FEATURE_CRYPTOCELL310) && MBED_CONF_CORDIO_LL_NRF52840_CRYPTOCELL310_ACCELERATION #if defined(NRF52840_XXAA) && defined(FEATURE_CRYPTOCELL310) && MBED_CONF_CORDIO_LL_NRF52840_CRYPTOCELL310_ACCELERATION
#include "crys_rsa_kg.h" #include "crys_rsa_kg.h"
#include "crys_dh.h" #include "crys_dh.h"

View File

@ -21,9 +21,9 @@
*/ */
/*************************************************************************************************/ /*************************************************************************************************/
#include "pal_led.h" #include "stack/platform/include/pal_led.h"
#include "boards.h" #include "boards.h"
#include "pal_types.h" #include "stack/platform/include/pal_types.h"
/************************************************************************************************** /**************************************************************************************************
Macros Macros

View File

@ -22,7 +22,7 @@
/*************************************************************************************************/ /*************************************************************************************************/
#include <string.h> #include <string.h>
#include "pal_nvm.h" #include "stack/platform/include/pal_nvm.h"
#include "sdk_config.h" #include "sdk_config.h"
#if defined(NRF52840_XXAA) #if defined(NRF52840_XXAA)
#include "nrfx_qspi.h" #include "nrfx_qspi.h"

View File

@ -22,7 +22,7 @@
/*************************************************************************************************/ /*************************************************************************************************/
#include "nrf.h" #include "nrf.h"
#include "pal_rtc.h" #include "stack/platform/include/pal_rtc.h"
/*************************************************************************************************/ /*************************************************************************************************/
/*! /*!

View File

@ -22,10 +22,10 @@
/*************************************************************************************************/ /*************************************************************************************************/
#include "nrf.h" #include "nrf.h"
#include "pal_bb.h" #include "stack/platform/include/pal_bb.h"
#include "pal_rtc.h" #include "stack/platform/include/pal_rtc.h"
#include "pal_sys.h" #include "stack/platform/include/pal_sys.h"
#include "pal_led.h" #include "stack/platform/include/pal_led.h"
#include "platform/mbed_power_mgmt.h" #include "platform/mbed_power_mgmt.h"
#include <string.h> #include <string.h>

View File

@ -34,7 +34,7 @@
*/ */
#include "nrf.h" #include "nrf.h"
#include "pal_timer.h" #include "stack/platform/include/pal_timer.h"
#include "nrf_gpio.h" #include "nrf_gpio.h"
/************************************************************************************************** /**************************************************************************************************

View File

@ -22,7 +22,7 @@
/*************************************************************************************************/ /*************************************************************************************************/
#include <string.h> #include <string.h>
#include "pal_twi.h" #include "stack/platform/include/pal_twi.h"
#include "nrfx_twim.h" #include "nrfx_twim.h"
#include "nrf_twim.h" #include "nrf_twim.h"
#include "app_util_platform.h" #include "app_util_platform.h"

View File

@ -21,7 +21,7 @@
*/ */
/*************************************************************************************************/ /*************************************************************************************************/
#include "pal_uart.h" #include "stack/platform/include/pal_uart.h"
#include "sdk_config.h" #include "sdk_config.h"
#include "nrfx_uarte.h" #include "nrfx_uarte.h"
#include "boards.h" #include "boards.h"