mbed-os/connectivity
Lingkai Dong dca2aa79a0 Unit tests: Remove redundant CMake target mbed-headers-base
Individual libraries' `target_h` stub headers have now all been moved
from `mbed-headers-base` to `mbed-headers-<library>`.

Note: Even though headers previously in `target_h` are technically
stubs/fakes too, they are used by not only unit tests but also regular
libraries when compiled for unit tests, because no target-specific HAL
implementation exists in this case. In order for regular library
sources to pick up `target_h` headers, those headers must

* have the same names as regular headers
* appear first in include paths

This is why those headers are part of `mbed-headers-<library>` and not
`mbed-stubs-<library>`. Before this refactoring, `mbed-headers-base`
was the first in unit tests' include paths.
2021-08-02 17:42:43 +01:00
..
FEATURE_BLE Merge pull request #14941 from hazzlim/update-tests-to-use-chrono 2021-07-30 12:02:10 +01:00
cellular Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
docs fix(docs): corrects various typos in project documentation 2021-04-23 23:31:11 -05:00
drivers Merge pull request #14288 from boraozgen/bg96-socket-send-segmentation 2021-07-29 10:31:23 +01:00
libraries CMake: Limit the mbed-stubs-nanostack-libservice to required dependency mocks 2021-07-13 05:49:53 -07:00
lorawan Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
lwipstack Add LWIP Broadcast option for UDP socket. 2021-06-09 01:44:51 +02:00
mbedtls CMake: Move mbedtls stub headers to the mbedtls doubles dir 2021-07-12 07:19:04 -07:00
nanostack Merge pull request #14817 from artokin/add_nanostack_system_time_callbacks_to_master 2021-07-08 14:38:18 +02:00
netsocket Unit tests: Remove mbed.h stub from target_h 2021-08-02 17:42:42 +01:00
nfc CMake: Require TEST_SOURCES in greentea CMake file 2021-06-29 13:33:42 +01:00
CMakeLists.txt CMake: Create mbed-headers-ble library 2021-07-21 01:51:48 -07:00