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
{{ message }}
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
Hi,
I am trying to use wifi (ESP8266 module) together with a NUCLEO_F429ZI platform.
I modified the mbed_apps.json based on the configs.wifi_v4.json file
But then typing mbed compile -t GCC_ARM -m NUCLEO_F429ZI does not work. I need to add "NANOSTACK" to make the compilation successfull again.
It looks like mbed tries to compile the atmel driver, but as nanostack is not defined, it does not find the arm_hal_phy.h file.
Am I the only one having this trouble ?
Could anyone remove this dependency ?
Could we avoid compiling the atmel rf driver when not needed ?
Documentation was updated to match the need to have the .mbedignore in case you're not using mesh.
Please raise a new ticket to mbed-cli if you think this is not sufficient.
Hi,
I am trying to use wifi (ESP8266 module) together with a NUCLEO_F429ZI platform.
I modified the mbed_apps.json based on the configs.wifi_v4.json file
But then typing
mbed compile -t GCC_ARM -m NUCLEO_F429ZI
does not work. I need to add"NANOSTACK"
to make the compilation successfull again.It looks like mbed tries to compile the atmel driver, but as nanostack is not defined, it does not find the arm_hal_phy.h file.
Am I the only one having this trouble ?
Could anyone remove this dependency ?
Could we avoid compiling the atmel rf driver when not needed ?
See below the details:
The text was updated successfully, but these errors were encountered: