mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 22:57:47 +00:00
[posix] add posix config file configuration (#8612)
The ot-br-posix uses the posix platform's config file as its config file. So the ot-br-posix can't set different configurations with posix platform via the config file. This commit adds a config macro `OPENTHREAD_POSIX_CONFIG_FILE` for ot-br-posix to specify a config file to overwrite the posix platform's configurations.
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
#ifdef OPENTHREAD_POSIX_CONFIG_FILE
|
||||
#include OPENTHREAD_POSIX_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief
|
||||
|
||||
Reference in New Issue
Block a user