summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
sunghan [Tue, 31 Jan 2017 07:54:18 +0000 (16:54 +0900)]
make a task to execute tash command instead of pthread.
1. Almost Async commands are independant applications.
2. Because of parent-child relationship on pthread, kill command does not work properly.
Change-Id: I2275c8efdb9c8c04b2882181e69653bd36a85b55
Ahreum Jeong [Thu, 19 Jan 2017 01:23:45 +0000 (10:23 +0900)]
Fix incorrect logic and Add omitted include statement in logm
Fix incorrect logic for truncated messages and remove unnessary logic.
Add include statement for configuration
Change-Id: Ie7eec7c4ee8814e7030ab8c33e8417efbacce98d
Juitem JoonWoo Kim [Tue, 24 Jan 2017 07:55:45 +0000 (23:55 -0800)]
Merge "Fix logm for stackdump and interrupt status"
Ahreum Jeong [Thu, 19 Jan 2017 01:06:12 +0000 (10:06 +0900)]
Implement processing aggregation value in cursor
Change-Id: I60ad115405742144e1b0814bd8f618af15768879
ahreum.jeong [Thu, 29 Dec 2016 05:05:43 +0000 (14:05 +0900)]
Implement indexing for an old relation which has tuples in arastorage
Change-Id: I353e4170c3d0c7bf11a02a2ef2e01b1d962250a5
Ahreum Jeong [Thu, 19 Jan 2017 01:12:54 +0000 (10:12 +0900)]
Fix logm for stackdump and interrupt status
Stackdump messages are not shown on assertion
Because logm's print buffer can't be flushed after assert.
These messages should be delivered with low output directly.
Change-Id: Ifaca4b60bed8999307672d8905e4c53cbafa2072
Ahreum Jeong [Thu, 19 Jan 2017 01:34:07 +0000 (10:34 +0900)]
Change dbg to lldbg in function for mpu info
This function is called by up_dumpstate when assert.
So these log messages should be printed by low output directly.
Change-Id: If849aaa71ddf2818ff99c170a4611f587183524e
jc_.kim [Mon, 2 Jan 2017 07:52:46 +0000 (16:52 +0900)]
Modify inappropritate condition check for task_create in tc_task
task_create doesn't return the errno. when failed to create task,
it returns ERROR and sets errno.
Change-Id: I33750705143b6cbdd8c40510470cdaf5adf8615d
Sunghan Chang [Fri, 30 Dec 2016 06:28:44 +0000 (22:28 -0800)]
Merge "Remove unnessasary commands in logm configuration"
Sunghan Chang [Fri, 30 Dec 2016 06:28:37 +0000 (22:28 -0800)]
Merge "Change TASH task priority"
ahreum.jeong [Fri, 30 Dec 2016 05:13:35 +0000 (14:13 +0900)]
Change TASH task priority
Assert when pm_update is called before pm_worker is executed.
Because TASH priority(252) is higher than HPWORK priority(224).
So we need to decrease TASH priority to make it lower value than kernel thread priority
Change-Id: Ia4f3a88eba964c31da5f001006a17089d31d5e9e
ahreum.jeong [Fri, 30 Dec 2016 05:08:36 +0000 (14:08 +0900)]
Remove unnessasary commands in logm configuration
It is duplicated operation as below
If logm is enabled, these configuations are enabled by default value.
Change-Id: I066f64f9e4402b7d0bc0e92c4cf306d4fe540ec6
ahreum.jeong [Fri, 30 Dec 2016 05:15:36 +0000 (14:15 +0900)]
Decrease maximum value of TASH commands in configuration
This is enough to use TASH commands for these applications
Change-Id: I48bb70ea213222e646283f35d62730121f2a5aa0
Shivam Garg [Thu, 29 Dec 2016 07:00:07 +0000 (16:00 +0900)]
Make logm to spit a message, before dropping messages if buffer overflows.
Change-Id: I6438fb53b11626a4f742c28cfd16ffe5d1832999
Signed-off-by: Shivam Garg <garg.shivam@samsung.com>
ahreum.jeong [Thu, 29 Dec 2016 00:33:47 +0000 (09:33 +0900)]
Modify remove operation in arastorage
Modify some operations and fix bugs in removing tuples
Change-Id: I71bf9173825daa7d72def2d8e482d6552673e8ee
junmin.kim [Wed, 28 Dec 2016 00:07:05 +0000 (16:07 -0800)]
Ensure pipe returns 0 if input read/write len is 0
This commit is from nuttx 7.18(
0a939ff218972d517cbca942543e1e45b0d3df76)
Pipes: Fix zero-lenth writes. From Jussi Kivilinna
Change-Id: I7f1032f13b72e85c2a23b6540b6371a52c1dd100
junmin.kim [Mon, 26 Dec 2016 07:13:19 +0000 (23:13 -0800)]
Let clock_systimespec() return "RTC time - basetime" when RTC is used
This commit is from nuttx 7.18(
4521e082a92ebad3e1ab64e4fc96ade1a978080b)
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
Verification: sidk_s5jt200, and local config with CONFIG_RTC_HIRES=y
Change-Id: I5d39beee9f833efa2fc8268ba746db51fb0bc910
jc_.kim [Mon, 26 Dec 2016 01:55:22 +0000 (10:55 +0900)]
Modify printed RTC format for year in board_app_initialize
RTC year is based on CONFIG_RTC_BASE_YEAR
Change-Id: I6b3e805aa57b0f9a8b16fef9e8007a73837600c0
junmin.kim [Fri, 23 Dec 2016 10:13:53 +0000 (02:13 -0800)]
The first commit of Tizen RT 1.0 M1
Initial Support for Tizen RT including IoT Data Management,
Device Management , IP Network Stack, and IoTivity 1.1.
Also includes IoTBus and Device Management Framework
Change-Id: I48feaa5e9cdc961de9172969939abfb1eb9ba6f8
Signed-off-by: junmin.kim <junmindd.kim@samsung.com>
Jong Jeong Kim [Tue, 30 Aug 2016 07:57:22 +0000 (00:57 -0700)]
Initial empty repository