From abb2942fc56e787e22b7e507ca2d4d64534bdfce Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Mon, 11 Mar 2019 16:52:40 +0000 Subject: [PATCH] qualify cordio pal includes --- .../stack/ble-host/sources/sec/common/sec_main.c | 2 +- .../stack/ble-host/sources/sec/common/sec_main.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_audio_amp.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_bb.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_bb_ble.h | 6 +++--- .../stack/platform/include/pal_bb_ble_tester.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_btn.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_crypto.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_io_exp.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_led.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_nvm.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_radio.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_rtc.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_sys.h | 2 +- .../TARGET_CORDIO/stack/platform/include/pal_timer.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_twi.h | 2 +- .../targets/TARGET_CORDIO/stack/platform/include/pal_uart.h | 2 +- .../stack/wsf/sources/port/baremetal/wsf_assert.c | 2 +- .../stack/wsf/sources/port/baremetal/wsf_bufio.c | 2 +- .../stack/wsf/sources/port/baremetal/wsf_heap.c | 2 +- .../stack/wsf/sources/port/baremetal/wsf_nvm.c | 2 +- .../stack/wsf/sources/port/baremetal/wsf_timer.c | 6 +++--- .../stack/wsf/sources/port/baremetal/wsf_trace.c | 2 +- .../stack_adaptation/pal_mbed_os_adaptation.cpp | 6 +++--- 25 files changed, 31 insertions(+), 31 deletions(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.c index 5509c82cef..e847b9f703 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.c @@ -31,7 +31,7 @@ #include "hci_api.h" #include "util/calc128.h" #include "util/wstr.h" -#include "pal_crypto.h" +#include "stack/platform/include/pal_crypto.h" /************************************************************************************************** Global Variables diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.h index bed35fd4aa..ac2b7f6cb2 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.h @@ -23,7 +23,7 @@ #define SEC_MAIN_H #include "hci_api.h" -#include "pal_crypto.h" +#include "stack/platform/include/pal_crypto.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_audio_amp.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_audio_amp.h index 7c29e70a88..2d809aaa43 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_audio_amp.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_audio_amp.h @@ -23,7 +23,7 @@ #ifndef PAL_AUDIO_AMP_H #define PAL_AUDIO_AMP_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb.h index 34830d23d3..c10b659a62 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb.h @@ -23,7 +23,7 @@ #ifndef PAL_BB_H #define PAL_BB_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble.h index 5fd07ca8b7..bbf90276e2 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble.h @@ -23,9 +23,9 @@ #ifndef PAL_BB_BLE_H #define PAL_BB_BLE_H -#include "pal_bb.h" -#include "pal_crypto.h" -#include "pal_types.h" +#include "stack/platform/include/pal_bb.h" +#include "stack/platform/include/pal_crypto.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble_tester.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble_tester.h index 92dfb28a98..180ebafaf5 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble_tester.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble_tester.h @@ -23,7 +23,7 @@ #ifndef PAL_BB_BLE_TESTER_H #define PAL_BB_BLE_TESTER_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" /************************************************************************************************** Function Declarations diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_btn.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_btn.h index 725df75668..c10fbd2db4 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_btn.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_btn.h @@ -23,7 +23,7 @@ #ifndef PAL_BTN_H #define PAL_BTN_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h index 246a4d38ad..ac764556c6 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h @@ -23,7 +23,7 @@ #ifndef PAL_CFG_H #define PAL_CFG_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h index 70d8e5c9a7..ed1aa6a993 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h @@ -23,7 +23,7 @@ #ifndef PAL_CRYPTO_H #define PAL_CRYPTO_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_io_exp.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_io_exp.h index 8ab3fee2c0..14cac15514 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_io_exp.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_io_exp.h @@ -23,7 +23,7 @@ #ifndef PAL_IO_EXP_H #define PAL_IO_EXP_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_led.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_led.h index 97f9810257..f6e31129e6 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_led.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_led.h @@ -23,7 +23,7 @@ #ifndef PAL_LED_H #define PAL_LED_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_nvm.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_nvm.h index ce14ea9177..0de49fc924 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_nvm.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_nvm.h @@ -23,7 +23,7 @@ #ifndef PAL_NVM_H #define PAL_NVM_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_radio.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_radio.h index b73b9f6a3b..efe84d3b5a 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_radio.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_radio.h @@ -23,7 +23,7 @@ #ifndef PAL_RADIO_H #define PAL_RADIO_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_rtc.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_rtc.h index a7dd8c01e7..dd3ae97769 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_rtc.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_rtc.h @@ -23,7 +23,7 @@ #ifndef PAL_RTC_H #define PAL_RTC_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_sys.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_sys.h index 7e5a6ae8da..18272cf232 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_sys.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_sys.h @@ -23,7 +23,7 @@ #ifndef PAL_SYS_H #define PAL_SYS_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_timer.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_timer.h index 0bec41a751..4b249f4a92 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_timer.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_timer.h @@ -23,7 +23,7 @@ #ifndef PAL_TIMER_H #define PAL_TIMER_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_twi.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_twi.h index 05ab96dbce..6a3761e6cc 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_twi.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_twi.h @@ -23,7 +23,7 @@ #ifndef PAL_TWI_H #define PAL_TWI_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_uart.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_uart.h index f3fd143392..6d46927a70 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_uart.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_uart.h @@ -23,7 +23,7 @@ #ifndef PAL_UART_H #define PAL_UART_H -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" #ifdef __cplusplus extern "C" { diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_assert.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_assert.c index b2ccb993f8..b96b6efeeb 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_assert.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_assert.c @@ -23,7 +23,7 @@ #include "wsf_types.h" #include "wsf_assert.h" #include "wsf_trace.h" -#include "pal_sys.h" +#include "stack/platform/include/pal_sys.h" /************************************************************************************************** Global Variables diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_bufio.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_bufio.c index b3ea7efe37..8522ca7300 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_bufio.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_bufio.c @@ -28,7 +28,7 @@ #include "wsf_cs.h" #include "wsf_os.h" -#include "pal_uart.h" +#include "stack/platform/include/pal_uart.h" /************************************************************************************************** Data Types diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_heap.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_heap.c index af1301c157..8a4425b5d6 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_heap.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_heap.c @@ -27,7 +27,7 @@ #include "wsf_os.h" #include "wsf_trace.h" #include "wsf_cs.h" -#include "pal_sys.h" +#include "stack/platform/include/pal_sys.h" /************************************************************************************************** Global Variables diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_nvm.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_nvm.c index 8ba7a33b9f..66734d6b0c 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_nvm.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_nvm.c @@ -23,7 +23,7 @@ #include "wsf_types.h" #include "wsf_assert.h" #include "wsf_nvm.h" -#include "pal_nvm.h" +#include "stack/platform/include/pal_nvm.h" #include "util/crc32.h" /************************************************************************************************** diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_timer.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_timer.c index 0f1dda57c2..3ed48a4360 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_timer.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_timer.c @@ -26,9 +26,9 @@ #include "wsf_assert.h" #include "wsf_cs.h" #include "wsf_trace.h" -#include "pal_rtc.h" -#include "pal_led.h" -#include "pal_sys.h" +#include "stack/platform/include/pal_rtc.h" +#include "stack/platform/include/pal_led.h" +#include "stack/platform/include/pal_sys.h" /************************************************************************************************** Macros diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_trace.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_trace.c index ea383b2c76..2e99669773 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_trace.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/sources/port/baremetal/wsf_trace.c @@ -27,7 +27,7 @@ #include "wsf_buf.h" #include "wsf_cs.h" #include "util/print.h" -#include "pal_sys.h" +#include "stack/platform/include/pal_sys.h" #include /************************************************************************************************** diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp index 93d07086da..62d9b34376 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp @@ -15,9 +15,9 @@ */ #include "mbed.h" -#include "pal_types.h" -#include "pal_uart.h" -#include "pal_nvm.h" +#include "stack/platform/include/pal_types.h" +#include "stack/platform/include/pal_uart.h" +#include "stack/platform/include/pal_nvm.h" #include "hal/ticker_api.h" #ifdef __cplusplus