mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
16 lines
368 B
Plaintext
16 lines
368 B
Plaintext
[mapping:openthread]
|
|
archive: libopenthread.a
|
|
entries:
|
|
if OPENTHREAD_CSL_ENABLE = y || OPENTHREAD_LINK_METRICS = y:
|
|
csl_tx_scheduler (noflash)
|
|
link_metrics (noflash)
|
|
link_quality (noflash)
|
|
mac (noflash)
|
|
mac_frame (noflash)
|
|
mesh_forwarder (noflash)
|
|
radio (noflash)
|
|
sub_mac (noflash)
|
|
|
|
if OPENTHREAD_RCP_SPI = y:
|
|
ncp_spi (noflash)
|