The explanation for Getting started for the RT1060 WiFi module is different from the latest SDK Example.
I am trying to get WiFi to work with the help of Getting Started with the MIMXRT1060-EVK, but the file structure included in the WiFi example project installed in the IDE using the import SDK example has changed significantly. There is no app_config.h and I can't find the file defining the WiFi module to use. Is there another SDK file?
I have an additional information for this question. I use MCUXpresso IDE v25.6.136 and have got this issue.
I check this with IDE v24.12.148 and can see the file app_config.h in the directory 'source'. So I guess this is a bug in v25.
Hello @AKobamasa
new sdk is different as older version, you could refer to following guide: Examples — MCUXpresso SDK Documentation
Best Regards
Shaun