mbed-os/features/nanostack/nanostack-hal-mbed-cmsis-rtos
Volodymyr Medvid b0a33273ff Correctly include EventQueue.h
There are two EventQueue.h in mbed-os codebase:
events/EventQueue.h
features/FEATURE_BLE/ble/pal/EventQueue.h

By accident, `mbed compile` generates includes.txt with the correct
order of include search paths. This is not the case for the CMake
exporter: targets with FEATURE_BLE enables fail to compile with errors:

mbed-os/features/cellular/framework/AT/ATHandler.h:99:60: error:
'events' has not been declared

Update all places to always include either "events/EventQueue.h"
or "ble/pal/EventQueue.h": to always find the correct header.
2019-02-21 17:59:05 +02:00
..
cs_nvm Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
nvm Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
.gitattributes Get rid of FEATURE_COMMON_PAL 2018-04-27 14:38:43 +03:00
.mbedignore Get rid of FEATURE_COMMON_PAL 2018-04-27 14:38:43 +03:00
README.md Get rid of FEATURE_COMMON_PAL 2018-04-27 14:38:43 +03:00
arm_hal_fhss_timer.cpp Correctly include EventQueue.h 2019-02-21 17:59:05 +02:00
arm_hal_interrupt.c Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
arm_hal_interrupt_private.h Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
arm_hal_random.c Merge pull request #9493 from RonEld/add_platform_initialization_in_trng_test 2019-02-19 15:27:40 -06:00
arm_hal_timer.cpp Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
mbed_lib.json Add option to make Nanostack use global event queue 2018-07-09 12:58:38 +03:00
ns_event_loop.c Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_event_loop.h Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_event_loop_mbed.cpp Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_event_loop_mutex.c Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_event_loop_mutex.h Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_hal_init.c Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00
ns_hal_init.h Update Nanostack_HAL licenses and copyright year 2019-02-19 12:53:38 +02:00

README.md

nanostack-hal-mbed-cmsis-rtos

HAL porting layer for Nanostack on mbed with CMSIS-RTOS