Update logm module
authorAhreum Jeong <ahreum.jeong@samsung.com>
Tue, 16 May 2017 05:11:42 +0000 (14:11 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Tue, 16 May 2017 10:45:07 +0000 (19:45 +0900)
commitc92795a00026291ad9bee3d6f712ebb705c5f507
tree2da44019e19d22c4c06e9f665351ad0f5cf8dc02
parent5b52209b63a246f64034909773442764b649477d
Update logm module
 . Change logic of buffer usage
 . Support tash commands for logm configuration in run-time
 . Support prepending timestamp to messages
 . Clean unnessasary codes
os/include/tinyara/logm.h
os/logm/Kconfig
os/logm/Makefile
os/logm/logm.c
os/logm/logm.h
os/logm/logm_get.c [new file with mode: 0644]
os/logm/logm_process.c
os/logm/logm_set.c [new file with mode: 0644]
os/logm/logm_start.c [moved from os/logm/logm_init.c with 65% similarity]
os/logm/logm_tashcmds.c [new file with mode: 0644]
os/logm/logm_test.c