with gcc-arm-none-eabi-7-2017-q4-major the default typedef of time_t is "long long int". older releases typedef time_t as "long int". mbed lib cannot handle this correctly This applies to exported projects as "GCC (ARM-Embedded)"
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