You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we are generating Kconfig.modules inside build/zephyr but that is not accurate to what it represents. Since it is a result of running west list on the forest, this should not be tied to zephyr and should instead be at the top-level build/ folder.
Now that we have an actual module in the upstream tree (tinycbor) it only makes sense that we have the list of modules where it belongs.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Today we are generating
Kconfig.modules
insidebuild/zephyr
but that is not accurate to what it represents. Since it is a result of runningwest list
on the forest, this should not be tied to zephyr and should instead be at the top-levelbuild/
folder.Now that we have an actual module in the upstream tree (tinycbor) it only makes sense that we have the list of modules where it belongs.
The text was updated successfully, but these errors were encountered: