mbed-ce / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
61 stars 13 forks source link

Configuration of mbed os may be useful #297

Closed wubaojun1982 closed 1 day ago

wubaojun1982 commented 2 weeks ago

In my past development, there are many problems from configuration. In the zephyr or rt-thread rtos system, they used Kconfig as system configuration. So i think we can used Kconfig tools as the system configuration tools. Thanks very much.

JohnK1987 commented 2 weeks ago

Hello,

from my point of view this is not an issue and should be discussed in https://github.com/mbed-ce/mbed-os/discussions/categories/ideas

When i look on Zephyr's description of the kconfig then i see similar/same what do the configuration system in Mbed via .json files and cmake. So what are differences? I suppose you did a comparison so would be good to share your findings as arguments.

BR, Jan

JohnK1987 commented 1 day ago

No more reactions plus this is not an issue but an idea. Next time please use https://github.com/mbed-ce/mbed-os/discussions/categories/ideas but it is necessary to come with some comparison, with the expected benefits why we should choose to the kconfig. Not just a wish.

Thank you for understanding.