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
While this should be OK as long as we maintain our defconfig files (by hand) to ALWAYS have CONFIG_ARCH_BOARD_XXXXX (make oldconfig will break this, and I have to hand merge) it may be good to visit all the #if CONFIG_ARCH_BOARD_XXXXX constructs and ensure a compile time failure will result if missing.
The text was updated successfully, but these errors were encountered:
This was fixed in the PR that expunged the #if CONFIG_ARCH_BOARD from the code base. I also added a tool to preserver the CONFIG_ARCH_BOARD etal through oldconfig and menuconfig for board configs not know to NuttX.
The remaining are
Which all look OK for NuttX
I do not see
CONFIG_ARCH_BOARD_RPI
CONFIG_ARCH_BOARD_SIM
set - If you can validate those we can close this.
The cmake conversion did not propagate the following
ARCHDEFINES += -DCONFIG_ARCH_BOARD_$(CONFIG_BOARD)
While this should be OK as long as we maintain our defconfig files (by hand) to ALWAYS have CONFIG_ARCH_BOARD_XXXXX (make oldconfig will break this, and I have to hand merge) it may be good to visit all the #if CONFIG_ARCH_BOARD_XXXXX constructs and ensure a compile time failure will result if missing.
The text was updated successfully, but these errors were encountered: