simbit18 commented on PR #18500:
URL: https://github.com/apache/nuttx/pull/18500#issuecomment-4013098997

    > Yes! This was idea for integrating this tool. The `.dat` files do more 
than just select the builds from what I can see; they also mark which configs 
can use CMake and possibly modify the toolchain? (one of them I saw a toolchain 
Kconfig variable name in there). That would have to be accounted for.
   
   HI @linguini1 Yes, for example, you can choose the toolchain for ARM.
   
   This corresponds to  nucleo-l152re:nsh
   
   - /arm/stm32/nucleo-l152re/configs/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   
   This corresponds to  nucleo-f411re:nsh 
   
   - /arm/stm32/nucleo-f411re/configs/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
   
   
   if we add this to the .dat file 
   nucleo-f411re:nsh will be built with CMake
   
   - CMake,nucleo-f411re:nsh


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to