mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
cs_nvm | ||
nvm | ||
.gitattributes | ||
.mbedignore | ||
README.md | ||
arm_hal_fhss_timer.cpp | ||
arm_hal_interrupt.c | ||
arm_hal_interrupt_private.h | ||
arm_hal_random.c | ||
arm_hal_timer.cpp | ||
mbed_lib.json | ||
ns_event_loop.c | ||
ns_event_loop.h | ||
ns_event_loop_mbed.cpp | ||
ns_event_loop_mutex.c | ||
ns_event_loop_mutex.h | ||
ns_hal_init.c | ||
ns_hal_init.h |
README.md
nanostack-hal-mbed-cmsis-rtos
HAL porting layer for Nanostack on mbed with CMSIS-RTOS