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
Create mbed-wifi target instantly instead of lazily
Reasons for this change:
1. One dummy 'mbed-wifi' target will add little to compile time.
2. The location where the 'mbed-wifi' target is created is now fixed to the
top directory. CMake commands e.g. add_custom_command are required to
invoke in the same directory as where the 'mbed-wifi' target is created,
and can be invoked consistently in this fixed top directory.
0 commit comments