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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:ee0528f8d38e | 2018-02-07 | bomilkar | 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" |
9:d88699a0905a | 2013-03-01 | samux | use latest USBDevice lib (FRDM-KL25Z support) |
8:90f8322a65f8 | 2012-12-20 | samux | use latest USBDevice library |
7:5e693654d5b4 | 2012-10-14 | samux | use mbed official USBDevice library |
6:aef06cd11ce4 | 2011-11-30 | samux | (none) |
5:ee94acbf45df | 2011-11-17 | samux | (none) |
4:95c491d36524 | 2011-11-17 | samux | (none) |
3:7d07286a4811 | 2011-11-15 | samux | (none) |
2:4c19869d3b6c | 2011-11-14 | samux | (none) |
1:4447a084ad4a | 2011-11-11 | samux | (none) |
0:a3e641b0dfc2 | 2011-11-11 | samux | (none) |