mbed-os/connectivity/lorawan
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
..
include/lorawan Incorporating review comments 2020-08-12 11:18:39 +01:00
lorastack Lora: Clear callback ID when timer callback is executed. 2021-03-11 21:00:43 +00:00
source Moving headers and sources to their respective separate directories based on new component structure 2020-08-12 11:06:37 +01:00
system LoRaWANTimer: add new line at the end of the file 2021-03-12 08:24:16 +00:00
tests Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
CMakeLists.txt CMake: Only build unit tests if Mbed OS is the current project 2021-06-10 23:34:14 +01:00
FSB_Usage.txt Mbed OS will soon be changing directory structure to the below: 2020-08-12 11:06:36 +01:00
LICENSE Mbed OS will soon be changing directory structure to the below: 2020-08-12 11:06:36 +01:00
mbed_lib.json STM32WL: update "lora.max-sys-rx-error" 2021-03-29 09:25:25 +02:00