mbed-os/features
Lingkai Dong 7149877c5d Move target implementations of NanostackRfPhy into the nanostack-interface library
Fixes: #13109

Prior to this commit, target implementations of NanostackRfPhy
are not guarded by any mbed_lib.json - they are always visible
to the build even if the interface itself is not enabled
(e.g. when using the "requires" attribute of mbed_app.json).
It causes build errors.

To resolve this, this commit move target code into
nanostack-interface, similar to what we do with BLE targets.
2020-06-15 16:45:13 +01:00
..
FEATURE_BLE Merge pull request #13001 from jeromecoutant/PR_BAREMETAL_SUPPORT_STEP2 2020-06-12 14:44:14 +01:00
FEATURE_BOOTLOADER General clean-up of unsupported targets 2020-04-09 15:36:21 +01:00
FEATURE_EXPERIMENTAL_API Fix astyle issues 2020-05-29 13:19:12 +01:00
cellular Cellular: Fix unittest for CellularNetwork 2020-06-05 00:45:49 -07:00
cryptocell/FEATURE_CRYPTOCELL310 NRF52840_DK: Fix baremetal linker error 2020-02-10 15:18:46 +00:00
deprecated_warnings Squashed 'features/nanostack/coap-service/' changes from 086e7ba..3c79829 2019-05-21 14:21:19 +03:00
device_key DeviceKey: Fix test code with key size change in generate_root_of_trust() 2020-05-04 09:11:42 +08:00
frameworks Move frameworks/TARGET_PSA to TARGET_EXPERIMENTAL_API 2020-05-29 13:19:12 +01:00
lorawan Remove explicit include of mbedtls/config.h 2020-02-27 09:45:22 +02:00
lwipstack Ensure all overridden virtual functions are marked with `override` 2020-06-01 10:39:42 +01:00
mbedtls Move TARGET_MBED_PSA_SRV to FEATURE_EXPERIMENTAL_API 2020-05-29 13:19:12 +01:00
nanostack Move target implementations of NanostackRfPhy into the nanostack-interface library 2020-06-15 16:45:13 +01:00
netsocket Merge pull request #13042 from hugueskamba/hk_override_warning_fix 2020-06-05 15:49:06 +02:00
nfc NFC: Convert to Chrono 2020-04-30 13:28:29 +03:00
storage Documentation update about MBRBlockDevice::partition type parameter 2020-05-28 14:04:12 +01:00