I need to add new CONFIG such CONFIG_MY_COM to application with zephyr. This configuration macro is used my library.
When I add CONFIG_MY_COM=y to config file (prj.conf) and use "#ifdef CONFIG_MY_COM" in source file. My library does not recognize the presence of CONFIG_MY_COM
Reported by Thanh Do:
Hi,
I need to add new CONFIG such CONFIG_MY_COM to application with zephyr. This configuration macro is used my library.
When I add CONFIG_MY_COM=y to config file (prj.conf) and use "#ifdef CONFIG_MY_COM" in source file. My library does not recognize the presence of CONFIG_MY_COM
(Imported from Jira ZEP-2617)