On Wed, Aug 11, 2021 at 8:32 AM Nathan Hartman <hartman.nat...@gmail.com> wrote:
> On Wed, Aug 11, 2021 at 8:28 AM Simon Filgis < > si...@ingenieurbuero-filgis.de> wrote: > >> Dear all, >> >> since yesterday's upstream fetch, my custom board is not working any more. >> >> Basically it is a copy of same70_explained:nsh ... >> >> ADC, CAN, ETHERNET is not any more in /dev/ >> nsh is prompting fine... >> >> board_app_initialize() is not called any more. >> >> I think it has something to do with the following commit: Rename >> CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL. >> >> Does somebody have a hint where to search? >> >> Simon > > > > Yes. That Kconfig was renamed so your board's Kconfig needs to be updated > to the new name. > > You can run make menuconfig and enable BOARDCTL, then run make > savedefconfig and copy the defconfig file from nuttx/ to your board's > config directiry. > > It's documented in the release notes on CWIKI, let me find the link... > > Since this hasn't been released yet it's in the work in progress release notes: Under "changes to Kconfig": https://cwiki.apache.org/confluence/display/NUTTX/NuttX+10.2 (If you're on mobile you may need to request the desktop version.) Cheers, Nathan