Hello,
You mentioned that it’s preferable to use a .ini file for configuring projects. This works well for me in the main RTEMS 7 source tree. However, in my custom application project, I wasn’t able to configure the BSP using a config.ini file.
The following command does work for me, but I’m looking for the recommended or preferred approach:
./waf configure --rtems-arch=arm --rtems-bsp=arm/stm32f4
Thank you for any helpful advice.