rtos/tinyara.git
7 years agoFix logm for stackdump and interrupt status 38/110938/2
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

7 years agoModify inappropritate condition check for task_create in tc_task 84/107984/1
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

7 years agoMerge "Remove unnessasary commands in logm configuration"
Sunghan Chang [Fri, 30 Dec 2016 06:28:44 +0000 (22:28 -0800)]
Merge "Remove unnessasary commands in logm configuration"

7 years agoMerge "Change TASH task priority"
Sunghan Chang [Fri, 30 Dec 2016 06:28:37 +0000 (22:28 -0800)]
Merge "Change TASH task priority"

7 years agoChange TASH task priority 16/107816/4
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

7 years agoRemove unnessasary commands in logm configuration 15/107815/3
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

7 years agoDecrease maximum value of TASH commands in configuration 17/107817/2
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

7 years agoMake logm to spit a message, before dropping messages if buffer overflows. 75/107675/6
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>
7 years agoModify remove operation in arastorage 02/107602/1
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

7 years agoEnsure pipe returns 0 if input read/write len is 0 96/107396/1
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

7 years agoLet clock_systimespec() return "RTC time - basetime" when RTC is used 28/107028/11
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

7 years agoModify printed RTC format for year in board_app_initialize 51/106951/1
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

7 years agoThe first commit of Tizen RT 1.0 M1 85/106885/3 1.0_Public_M1
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>
8 years agoInitial empty repository
Jong Jeong Kim [Tue, 30 Aug 2016 07:57:22 +0000 (00:57 -0700)]
Initial empty repository