For supporting day of week and year in time structure. 90/113290/5
authorjc_.kim <jc_.kim@samsung.com>
Tue, 7 Feb 2017 05:49:03 +0000 (14:49 +0900)
committerSunghan Chang <sh924.chang@samsung.com>
Wed, 8 Feb 2017 10:26:00 +0000 (02:26 -0800)
commitc7c34eef065cafe99c5675e6349724c17be81ff7
tree08fca3b884d06a5f8499d38c64dbdaf639ad6954
parent80aec2db5d28b0c4e66593fe345f5c02830a7ead
For supporting day of week and year in time structure.

This allows integration with 3rd party libraries that expect the tm struct to contain these members.
Merge code related to CONFIG_TIME_EXTENDED from Nuttx 7.19

Change-Id: I00c37c1175cb6eaaacbfb8d0d738760c924dfe71
lib/libc/Kconfig
lib/libc/time/Make.defs
lib/libc/time/lib_asctime.c [new file with mode: 0644]
lib/libc/time/lib_asctimer.c [new file with mode: 0644]
lib/libc/time/lib_ctime.c [new file with mode: 0644]
lib/libc/time/lib_ctimer.c [new file with mode: 0644]
lib/libc/time/lib_dayofweek.c [new file with mode: 0644]
lib/libc/time/lib_gmtimer.c
lib/libc/time/lib_strftime.c
os/include/time.h
os/include/tinyara/time.h