mbed library sources
Dependents:
Encrypted
my_mbed
lklk
CyaSSL_DTLS_Cellular
... more
5 comments:
Hi, thanks for reporting.
I believe this is because scripts in the online system has not been yet updated. To confirm this, go to the github mbed SDK repository, clone, build hello world for nrf51 target and flash it. If it works (mbed-src is mirror of mbed SDK on github), the website has an issue.
Can you do the same with github https://github.com/mbedmicro/mbed ? You can report issues there related to mbed SDK ;)
Regards,
0xc0170
Hi, Martin,
Thanks for your response, I compiled blinky example with mbed-tools and checked it on my board and it works fine. So it's online compiler fault.
It's best to report mbed issues on github in the future?
Yes, bugs related to mbed SDK can be reported on github. As the development is happening there.
As this one is related to the website, I am not certain where is the correct place to report bugs. I would assume as a question here on the developer.mbed.org. I'll share this bug with mbed web team.
-deleted-
screamer
#
23 Oct 2014
Hi Nikita,
As Martin mentioned already, the online build system is not updated yet to support the latest version of the .hex file. mbed-src is a development branch of the official mbed library and as such it's expected that some features are not pushed to the live build system immediately. It is also expected that it compiles with the workspace_tools as these tools are provided for use with the development branch.
There is a scheduled update for this Friday, during which the online build system will be updated to support this.
Cheers,
Mihail
Hi Mihail,
Ok, I understand, thanks for the explanation.
Hi, thanks for reporting.
I believe this is because scripts in the online system has not been yet updated. To confirm this, go to the github mbed SDK repository, clone, build hello world for nrf51 target and flash it. If it works (mbed-src is mirror of mbed SDK on github), the website has an issue.
Can you do the same with github https://github.com/mbedmicro/mbed ? You can report issues there related to mbed SDK ;)
Regards,
0xc0170