Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: platform_mbed.cpp
- Revision:
- 36:678a31adedbe
- Parent:
- 25:8507bf644fdf
--- a/platform_mbed.cpp Fri Nov 03 13:20:36 2017 -0700
+++ b/platform_mbed.cpp Fri Nov 17 13:59:01 2017 -0800
@@ -64,7 +64,9 @@
STRING_HANDLE platform_get_platform_info(void)
{
- return STRING_construct("(mbed)");
+ // Expected format: "(<runtime name>; <operating system name>; <platform>)"
+
+ return STRING_construct("(native; mbed; undefined)");
}
void platform_deinit(void)
