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
When exporting the existing mbed classic program such as mbed_blinky to Renesas' IDE e2studio, the following error is shown in building the exported project:
mbed_blinky_e2studio_rz_a1h\mbed_blinky\mbed/drivers/Serial.h:70:70: error: 'MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE' was not declared in this scope
It seems that mbed_config.h should be manually included at present so that we can build the project.
We believe this should NOT be the expected behavior. Could you confirm the above?