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.
Fork of USBSerial_HelloWorld by
History
This testcase demonstrates the incompatibility of time_t when using gcc-arm-none-eabi-7-2017-q4-major.; The symptom is apparent with "sizeof(time_t)"; The 2017-q4 release shows 8 "long long int"; Older releases show 4 "long int"
2018-02-07, by bomilkar [Wed, 07 Feb 2018 10:30:36 +0000] rev 10
This testcase demonstrates the incompatibility of time_t when using gcc-arm-none-eabi-7-2017-q4-major.; The symptom is apparent with "sizeof(time_t)"; The 2017-q4 release shows 8 "long long int"; Older releases show 4 "long int"
use latest USBDevice lib (FRDM-KL25Z support)
2013-03-01, by samux [Fri, 01 Mar 2013 13:33:02 +0000] rev 9
use latest USBDevice lib (FRDM-KL25Z support)
use latest USBDevice library
2012-12-20, by samux [Thu, 20 Dec 2012 17:09:19 +0000] rev 8
use latest USBDevice library
use mbed official USBDevice library
2012-10-14, by samux [Sun, 14 Oct 2012 13:03:13 +0000] rev 7
use mbed official USBDevice library