rtos/tinyara.git
7 years agoFix the param name mismatch and defines based on POSIX
jc_.kim [Tue, 27 Jun 2017 00:44:17 +0000 (09:44 +0900)]
Fix the param name mismatch and defines based on POSIX

signo -> sig, kill(pid_t pid, int sig), (_sa_handler_t) type

Change-Id: I0cf026fe99731134ff0a9fcda5c0bda2fae4b51e
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agoMerge pull request #225 from junmin-kim/kernel_tc
sunghan-chang [Tue, 27 Jun 2017 10:35:46 +0000 (19:35 +0900)]
Merge pull request #225 from junmin-kim/kernel_tc

Kernel tc

7 years agoApply TC_ASSERT_EQ_RETURN macro
junmin kim [Tue, 27 Jun 2017 09:50:56 +0000 (02:50 -0700)]
Apply TC_ASSERT_EQ_RETURN macro

TC_ASSERT_EQ_RETURN is needed for test which has return value

7 years agopthread : add rwlock test application
Vidisha Thapa [Tue, 25 Apr 2017 10:03:45 +0000 (15:33 +0530)]
pthread : add rwlock test application

This patch adds a test application for testing rwlock's.
This application is ported by referring os test in latest nuttx.

7 years agoMerge pull request #220 from junmin-kim/artik053_tc
sunghan-chang [Tue, 27 Jun 2017 07:23:11 +0000 (16:23 +0900)]
Merge pull request #220 from junmin-kim/artik053_tc

Update artik053/tc

7 years agoMerge pull request #222 from junmin-kim/tc_common
sunghan-chang [Tue, 27 Jun 2017 07:22:25 +0000 (16:22 +0900)]
Merge pull request #222 from junmin-kim/tc_common

Modify macro in tc_common.h

7 years agoAdd TC_ASSERT_EQ_RETURN macro
junmin kim [Tue, 27 Jun 2017 05:59:17 +0000 (22:59 -0700)]
Add TC_ASSERT_EQ_RETURN macro

Make macro can set the return value

7 years agoAdd tc macros, TC_ASSERT_LT_CLEANUP and TC_ASSERT_LEQ_CLEANUP
Ahreum Jeong [Mon, 26 Jun 2017 07:31:19 +0000 (16:31 +0900)]
Add tc macros, TC_ASSERT_LT_CLEANUP and TC_ASSERT_LEQ_CLEANUP

7 years agoModify messages of tc macros defined in tc_common.h
Ahreum Jeong [Fri, 23 Jun 2017 06:06:44 +0000 (15:06 +0900)]
Modify messages of tc macros defined in tc_common.h

7 years agoMerge pull request #218 from sunghan-chang/master
btheosam [Tue, 27 Jun 2017 05:47:55 +0000 (14:47 +0900)]
Merge pull request #218 from sunghan-chang/master

remove unnecessary wlan comment (title) on Kconfig

7 years agoUpdate artik053/tc
junmin kim [Tue, 27 Jun 2017 04:40:11 +0000 (21:40 -0700)]
Update artik053/tc

some test will be enabled after build error is fixed

7 years agoMerge pull request #219 from heejin-kim/network
sunghan-chang [Tue, 27 Jun 2017 05:40:19 +0000 (14:40 +0900)]
Merge pull request #219 from heejin-kim/network

Change a name of testcase to avoid a conflict with math functions.

7 years agoChange a name of testcase to avoid a conflict with math functions.
Heejin Kim [Tue, 27 Jun 2017 04:21:01 +0000 (13:21 +0900)]
Change a name of testcase to avoid a conflict with math functions.

7 years agoremove unnecessary wlan comment (title) on Kconfig
sunghan [Mon, 26 Jun 2017 12:05:04 +0000 (21:05 +0900)]
remove unnecessary wlan comment (title) on Kconfig

This comment makes defconfig ugly.
When we disable DEBUG_WLAN, it shows unncessary title at defconfig.
 # CONFIG_DEBUG_MM is not set
 # CONFIG_DEBUG_SCHED is not set

 #
 # SLSI WLAN Debug Options
 #

 #
 # OS Function Debug Options
 #
DEBUG_WLAN should be under subsystem debug options and
there are enough titles at wlan's subsystem like FW, driver and wpa_supplicant.

7 years agoMerge pull request #192 from jeongchanKim/kernel_math
sunghan-chang [Mon, 26 Jun 2017 06:40:09 +0000 (15:40 +0900)]
Merge pull request #192 from jeongchanKim/kernel_math

libc/math: Add missing math APIs

7 years agoMerge pull request #214 from junmin-kim/kernel_tc
sunghan-chang [Mon, 26 Jun 2017 06:36:13 +0000 (15:36 +0900)]
Merge pull request #214 from junmin-kim/kernel_tc

Kernel tc refactoring

7 years agoMerge pull request #216 from jeongchanKim/kernel_signal
sunghan-chang [Mon, 26 Jun 2017 06:34:36 +0000 (15:34 +0900)]
Merge pull request #216 from jeongchanKim/kernel_signal

Add new signal APIs and testcases

7 years agosignal : add test cases for missing signal API's
Vidisha Thapa [Wed, 14 Jun 2017 11:30:24 +0000 (17:00 +0530)]
signal : add test cases for missing signal API's

This patch adds a test application for testing missing signal API's.

Change-Id: Id7e8b520a14846bed77884206284d070c41db82e
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agosignal: modify sigset & signal for invalid parameters
Vidisha Thapa [Tue, 20 Jun 2017 11:01:15 +0000 (16:31 +0530)]
signal: modify sigset & signal for invalid parameters

This patch modifies DEBUGASSERT check for invalid parameters to return ERROR value.

Change-Id: Ifed2e2e50eb390792e5777021d70a28ca1caaef5
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agosignal: adding missing API's: sig_ignore, sig_pause, sig_raise, sig_set, signal
Vidisha Thapa [Mon, 12 Jun 2017 09:57:12 +0000 (15:27 +0530)]
signal: adding missing API's: sig_ignore, sig_pause, sig_raise, sig_set, signal

This patch adds missing API's for signal.
This application is ported by referring os test in latest nuttx.

Change-Id: I44b7c5e144bb915ab2c74d7133f5a0c86304a8f7
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agolibc/math: Add missing math APIs[3]
Lokesh B V [Tue, 20 Jun 2017 11:25:19 +0000 (16:55 +0530)]
libc/math: Add missing math APIs[3]

This patch adds missing math APIs namely
'nextafter', 'nexttoward', 'remainder' and 'remquo'
These APIs are ported by referring latest 'musl-libc'.

Change-Id: I8ba79eede3c5d94b45b6f43f02e4036c258c3df5
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agolibc/math: Add testcases for missing math APIs[3]
Lokesh B V [Tue, 20 Jun 2017 11:31:02 +0000 (17:01 +0530)]
libc/math: Add testcases for missing math APIs[3]

This patch adds testcases for missing math APIs namely
'nextafter', 'nexttoward', 'remainder' and 'remquo'
hese APIs are ported by referring latest 'musl-libc'

Change-Id: If967ddcf21d84a1739107c88f048b566bd08a49d
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agoExpand and Refactor the stdlib tc for qsort, strtod and bsearch
jc_.kim [Wed, 14 Jun 2017 06:17:53 +0000 (15:17 +0900)]
Expand and Refactor the stdlib tc for qsort, strtod and bsearch

7 years agoExpand the timer tc for strftime
jc_.kim [Mon, 19 Jun 2017 01:34:16 +0000 (10:34 +0900)]
Expand the timer tc for strftime

7 years agoRefactor sem_destroy tc
junmin kim [Mon, 26 Jun 2017 03:13:54 +0000 (20:13 -0700)]
Refactor sem_destroy tc

Add NULL check scenario

7 years agoRefactor prctl tc
junmin kim [Mon, 26 Jun 2017 03:13:11 +0000 (20:13 -0700)]
Refactor prctl tc

Add invalid parameter cases

7 years agoRefactor sem_timedwait tc
junmin kim [Mon, 26 Jun 2017 03:12:07 +0000 (20:12 -0700)]
Refactor sem_timedwait tc

Add NULL, expired time scenario

7 years agoRefactor tc of pthread_once
junmin kim [Mon, 26 Jun 2017 02:12:52 +0000 (19:12 -0700)]
Refactor tc of pthread_once

Add NULL case tc and remove redundancy

7 years agoRefactor tc of pthread_mutex
junmin kim [Mon, 26 Jun 2017 02:11:26 +0000 (19:11 -0700)]
Refactor tc of pthread_mutex

Split tc into API level and make more test scenario

7 years agoRefactor sscanf tc
junmin kim [Mon, 26 Jun 2017 02:10:05 +0000 (19:10 -0700)]
Refactor sscanf tc

Split tc into API level and make more test scenario

7 years agoMerge pull request #211 from jeongchanKim/kernel_mutex
sunghan-chang [Fri, 23 Jun 2017 01:53:32 +0000 (10:53 +0900)]
Merge pull request #211 from jeongchanKim/kernel_mutex

Modify the initial return type for pthread_mutex_unlock

7 years agoModify the initial return type for pthread_mutex_unlock
jc_.kim [Thu, 22 Jun 2017 23:09:25 +0000 (08:09 +0900)]
Modify the initial return type for pthread_mutex_unlock

when fail because the mutex is not locked, but try to unlock,
it should return the proper errno, EPERM

7 years agoMerge pull request #210 from jeongchanKim/kernel_mutex
sunghan-chang [Thu, 22 Jun 2017 08:20:01 +0000 (17:20 +0900)]
Merge pull request #210 from jeongchanKim/kernel_mutex

pthread_mutex_unlock(): Missing check for the case

7 years agopthread_mutex_unlock(): Missing check for the case
jc_.kim [Wed, 21 Jun 2017 22:48:26 +0000 (07:48 +0900)]
pthread_mutex_unlock(): Missing check for the case
where pthread_mutex_unlock() is called when the mutex is not locked.

In this case, it would increment the underlying semaphore above 1.

Change-Id: Iafb29eea5d81e25ca1fa52e1f698c7da62adbbd8
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agoMerge pull request #207 from an4967/master
sangwon03 [Tue, 20 Jun 2017 09:59:22 +0000 (18:59 +0900)]
Merge pull request #207 from an4967/master

Add new iotbus app for gpio usage

7 years agoRemove unncessary header include in libc/math
jc_.kim [Tue, 20 Jun 2017 06:45:41 +0000 (15:45 +0900)]
Remove unncessary header include in libc/math

Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agoMerge pull request #204 from jeongarmy/procfs_tc
sunghan-chang [Tue, 20 Jun 2017 08:07:32 +0000 (17:07 +0900)]
Merge pull request #204 from jeongarmy/procfs_tc

Add testcase for procfs to filesystem testcases

7 years agoAdd testcase for procfs to filesystem testcases
Ahreum Jeong [Wed, 14 Jun 2017 10:26:18 +0000 (19:26 +0900)]
Add testcase for procfs to filesystem testcases

7 years agolibc/math: Add testcases for missing math APIs[2]
Lokesh B V [Fri, 9 Jun 2017 11:00:35 +0000 (16:30 +0530)]
libc/math: Add testcases for missing math APIs[2]

This patch adds testcases for math APIs namely
'exp2', 'j0', 'j1', 'jn', 'y0', 'y1', 'yn' and 'scalbn'.

Change-Id: Ia2209b429b046566005ac5bfcc1ecff63d6628ed
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agolibc/math: Add missing math APIs[2]
Lokesh B V [Fri, 9 Jun 2017 10:52:43 +0000 (16:22 +0530)]
libc/math: Add missing math APIs[2]

This patch adds missing math APIs namely
'exp2', 'j0', 'j1', 'jn', 'y0', 'y1', 'yn' and 'scalbn'.
These APIs are ported by referring latest 'musl-libc'.

Change-Id: Ie2fb625a79e5100d74a0abb62f073a78d951990f
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agolibc/math: Add testcases for missing math APIs
Lokesh B V [Wed, 24 May 2017 11:17:16 +0000 (16:47 +0530)]
libc/math: Add testcases for missing math APIs

This patch adds testcases for math APIs namely 'cbrt', 'fdim', 'famx', 'fmin' and 'hypot'.
Change-Id: I4741578f9549b0b071fe4237de55072076e0a50f
Signed-off-by: jc_.kim <jc_.kim@samsung.com>
7 years agolibc/math: Add missing math APIs
Lokesh B V [Wed, 24 May 2017 11:15:38 +0000 (16:45 +0530)]
libc/math: Add missing math APIs

This patch adds missing math APIs namely 'cbrt', 'fdim', 'fmax', 'fmin' and 'hypot' to Tinyara.
These APIs are ported by referring latest 'musl-libc'.

Change-Id: I81597aa6258daacdc0cce492f2cc1a41cc2f486f
Signed-off-by: JeongchanKim <jc_.kim@samsung.com>
7 years agoAdd new iotbus app for gpio usage
daesung [Mon, 19 Jun 2017 12:09:43 +0000 (05:09 -0700)]
Add new iotbus app for gpio usage

7 years agoMerge pull request #187 from tadziopazur/hello_tash_buildbreak_fix
sunghan-chang [Mon, 19 Jun 2017 04:52:03 +0000 (13:52 +0900)]
Merge pull request #187 from tadziopazur/hello_tash_buildbreak_fix

Example build fix: invalid types of functions.

7 years agoMerge pull request #203 from jeongarmy/tc_common
sunghan-chang [Mon, 19 Jun 2017 03:56:31 +0000 (12:56 +0900)]
Merge pull request #203 from jeongarmy/tc_common

Add omitted return in TC_ASSERT_EQ in tc_common.h

7 years agoAdd omitted return in TC_ASSERT_EQ in tc_common.h
Ahreum Jeong [Thu, 15 Jun 2017 05:35:50 +0000 (14:35 +0900)]
Add omitted return in TC_ASSERT_EQ in tc_common.h

7 years agoMerge pull request #189 from sunghan-chang/ttrace
Juitem JoonWoo Kim [Fri, 16 Jun 2017 09:53:56 +0000 (18:53 +0900)]
Merge pull request #189 from sunghan-chang/ttrace

Add manual testcase for T-trace

7 years agoMerge pull request #199 from pradeepns85/modify_datatype_heapinfo
sunghan-chang [Fri, 16 Jun 2017 08:23:58 +0000 (17:23 +0900)]
Merge pull request #199 from pradeepns85/modify_datatype_heapinfo

Correct the datatype mismatch

7 years agoMerge pull request #182 from heejin-kim/nw_iotivity
lssgood [Fri, 16 Jun 2017 07:41:47 +0000 (16:41 +0900)]
Merge pull request #182 from heejin-kim/nw_iotivity

Add README for IoTivity and a sample app

7 years agoMerge pull request #200 from pradeepns85/define_size_of_mm_allocnode
sunghan-chang [Fri, 16 Jun 2017 05:06:30 +0000 (14:06 +0900)]
Merge pull request #200 from pradeepns85/define_size_of_mm_allocnode

Correct the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined

7 years agoCorrect the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined
pradeep.ns [Thu, 15 Jun 2017 10:23:21 +0000 (15:53 +0530)]
Correct the SIZEOF_MM_ALLOCNODE incase of CONFIG_MM_SMALL is defined

When CONFIG_MM_SMALL is defined, SIZEOF_MM_ALLOCNODE is not set properly
and thus set it properly and remove the hard coded values to real time values

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoCorrect the datatype mismatch
pradeep.ns [Thu, 15 Jun 2017 09:58:51 +0000 (15:28 +0530)]
Correct the datatype mismatch

Inside struct mm_allocnode_s in mm.h file, the size and preceding are declared as mmsize_t.
heapinfo_add_size is getting called from mm_malloc.c by referencing to it's own structures
as below. heapinfo_add_size(((struct mm_allocnode_s *)node)->pid, node->size);

This was the concern to change the data type to mmsize_t to keep the same reference across
src files to keep the code robust.

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
7 years agoMerge pull request #188 from sunghan-chang/coding_rule
Taejun-Kwon [Thu, 15 Jun 2017 03:42:40 +0000 (12:42 +0900)]
Merge pull request #188 from sunghan-chang/coding_rule

refactoring

7 years agoMerge pull request #185 from jeongarmy/examples_procfs
Taejun-Kwon [Thu, 15 Jun 2017 03:41:42 +0000 (12:41 +0900)]
Merge pull request #185 from jeongarmy/examples_procfs

Clean codes in proc example for showing procfs usage

7 years agoMerge pull request #181 from sunghan-chang/README
Taejun-Kwon [Thu, 15 Jun 2017 03:41:11 +0000 (12:41 +0900)]
Merge pull request #181 from sunghan-chang/README

update README

7 years agoMerge pull request #174 from shivgarg/master
Taejun-Kwon [Thu, 15 Jun 2017 03:40:15 +0000 (12:40 +0900)]
Merge pull request #174 from shivgarg/master

Fixing bugs in arastorage and augumenting testcasse to increase code coverage.

7 years agoMerge pull request #194 from junmin-kim/kernel_tc
sunghan-chang [Wed, 14 Jun 2017 08:33:30 +0000 (17:33 +0900)]
Merge pull request #194 from junmin-kim/kernel_tc

Fix asprintf tc

7 years agoMerge pull request #184 from tadziopazur/kconfig_sanity_01
sunghan-chang [Wed, 14 Jun 2017 08:32:56 +0000 (17:32 +0900)]
Merge pull request #184 from tadziopazur/kconfig_sanity_01

Force tinyara_head.bin creation for Artik05x boards

7 years agoFix asprintf tc
junmin kim [Thu, 8 Jun 2017 08:52:45 +0000 (01:52 -0700)]
Fix asprintf tc

Use asprintf, not avsprintf

7 years agoAdd README for IoTivity and a sample app
Heejin Kim [Tue, 13 Jun 2017 10:27:36 +0000 (19:27 +0900)]
Add README for IoTivity and a sample app

7 years agoMerge pull request #190 from JeongJunSik/master
sangwon03 [Wed, 14 Jun 2017 04:33:38 +0000 (13:33 +0900)]
Merge pull request #190 from JeongJunSik/master

Modify SYSTEMIO APIs parameter and fix build error

7 years agoMerge pull request #191 from jeongchanKim/kernel_builtin
sunghan-chang [Wed, 14 Jun 2017 00:59:59 +0000 (09:59 +0900)]
Merge pull request #191 from jeongchanKim/kernel_builtin

Update the missings about builtin apps and Remove the unnecessary def…

7 years agoUpdate the missings about builtin apps and Remove the unnecessary defines
jc_.kim [Tue, 13 Jun 2017 23:55:17 +0000 (08:55 +0900)]
Update the missings about builtin apps and Remove the unnecessary defines

7 years agoModify SYSTEMIO API parameter and fix build error
JunSik Jeong [Tue, 13 Jun 2017 23:35:50 +0000 (08:35 +0900)]
Modify SYSTEMIO API parameter and fix build error

7 years agoAdd manual testcase for T-trace
Changjoon Baek [Tue, 21 Feb 2017 04:51:52 +0000 (13:51 +0900)]
Add manual testcase for T-trace

Testcases will check below functions with ttrace executable running.
              trace_sched()
              trace_begin()
              trace_begin_u()
              trace_end()
              trace_end_u()

Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
7 years agomodify alignment
sunghan [Tue, 13 Jun 2017 13:02:55 +0000 (22:02 +0900)]
modify alignment

7 years agofix violations of coding rule
sunghan [Tue, 13 Jun 2017 12:25:25 +0000 (21:25 +0900)]
fix violations of coding rule

remove space after type casting

7 years agoExample build fix: invalid types of functions.
Tomasz Wozniak [Tue, 13 Jun 2017 13:00:23 +0000 (15:00 +0200)]
Example build fix: invalid types of functions.

7 years agoClean codes of proc fs example
Ahreum Jeong [Mon, 29 May 2017 06:23:04 +0000 (15:23 +0900)]
Clean codes of proc fs example

7 years agoForce tinyara_head.bin creation for Artik05x boards
Tomasz Wozniak [Tue, 13 Jun 2017 11:23:14 +0000 (13:23 +0200)]
Force tinyara_head.bin creation for Artik05x boards

7 years agoMerge pull request #183 from jeongchanKim/kernel_gitignore
sunghan-chang [Tue, 13 Jun 2017 10:55:43 +0000 (19:55 +0900)]
Merge pull request #183 from jeongchanKim/kernel_gitignore

Add the file lists in .gitignore  which should be ignored for about b…

7 years agoupdate README
sunghan [Tue, 13 Jun 2017 09:53:36 +0000 (18:53 +0900)]
update README

1. changed link from wiki.tizen.org to source.tizen.org
2. add kconfig-frontends installation
3. make some words italicized

7 years agoAdd the file lists in .gitignore which should be ignored for about built-in apps
jc_.kim [Tue, 13 Jun 2017 10:30:47 +0000 (19:30 +0900)]
Add the file lists in .gitignore  which should be ignored for about built-in apps

7 years agoMerge pull request #180 from heejin-kim/nw_iotivity
lssgood [Tue, 13 Jun 2017 10:11:32 +0000 (19:11 +0900)]
Merge pull request #180 from heejin-kim/nw_iotivity

Modify a Makefile in the external folder to remove mbedtls folders.

7 years agoMerge pull request #178 from lssgood/master
sunghan-chang [Tue, 13 Jun 2017 09:04:17 +0000 (18:04 +0900)]
Merge pull request #178 from lssgood/master

Fix the file permission from 755 to 644 in iotivity apps due to the s…

7 years agoMerge pull request #179 from jeongchanKim/kernel_builtin
sunghan-chang [Tue, 13 Jun 2017 09:02:11 +0000 (18:02 +0900)]
Merge pull request #179 from jeongchanKim/kernel_builtin

Fix the compile error for built-in app

7 years agoModify a Makefile in the external folder to remove mbedtls folders.
Heejin Kim [Tue, 13 Jun 2017 08:32:31 +0000 (17:32 +0900)]
Modify a Makefile in the external folder to remove mbedtls folders.

7 years agoFix the compile error for built-in app
jc_.kim [Tue, 13 Jun 2017 08:26:59 +0000 (17:26 +0900)]
Fix the compile error for built-in app

7 years agoFix the file permission from 755 to 644 in iotivity apps due to the security issue.
Sangsoon Lim [Tue, 13 Jun 2017 08:20:18 +0000 (17:20 +0900)]
Fix the file permission from 755 to 644 in iotivity apps due to the security issue.

7 years agoMerge pull request #173 from heejin-kim/0613_nw
lssgood [Tue, 13 Jun 2017 08:06:03 +0000 (17:06 +0900)]
Merge pull request #173 from heejin-kim/0613_nw

Delete old version of IoTivity and update tinycbor for IoTivity lib

7 years agoMerge pull request #177 from jeongchanKim/kernel_builtin
sunghan-chang [Tue, 13 Jun 2017 07:58:24 +0000 (16:58 +0900)]
Merge pull request #177 from jeongchanKim/kernel_builtin

Add setting priority and stacksize for builtin app

7 years agoUpdate the README.md in apps/builtin
jc_.kim [Tue, 13 Jun 2017 07:52:00 +0000 (16:52 +0900)]
Update the README.md in apps/builtin

Developer can set the priority and stacksize for builtin-app

7 years agoAdd the setting for builtin-app detail
jc_.kim [Tue, 13 Jun 2017 07:36:28 +0000 (16:36 +0900)]
Add the setting for builtin-app detail

in builtin-app, developer can set the priority and stacksize for ASYNC Tash Task

7 years agoremoving arastorage_data_t definition
Shivam Garg [Tue, 13 Jun 2017 06:23:08 +0000 (15:23 +0900)]
removing arastorage_data_t definition

7 years agoModify a typo : NSH -> TASH
jc_.kim [Tue, 13 Jun 2017 06:13:59 +0000 (15:13 +0900)]
Modify a typo : NSH -> TASH

7 years agoRemove unnecessary priority and stacksize setting from env for built-in task
jc_.kim [Tue, 13 Jun 2017 06:11:53 +0000 (15:11 +0900)]
Remove unnecessary priority and stacksize setting from env for built-in task

7 years agoFixing coding rule violations
Shivam Garg [Tue, 13 Jun 2017 06:01:49 +0000 (15:01 +0900)]
Fixing coding rule violations

7 years agoMerge pull request #175 from jeongchanKim/kernel_tc_task
sunghan-chang [Tue, 13 Jun 2017 05:52:50 +0000 (14:52 +0900)]
Merge pull request #175 from jeongchanKim/kernel_tc_task

Modify the tc_task for vfork

7 years agoMerge pull request #170 from sunghan-chang/README
Juitem JoonWoo Kim [Tue, 13 Jun 2017 05:46:14 +0000 (14:46 +0900)]
Merge pull request #170 from sunghan-chang/README

Readme

7 years agoModify the tc_task for vfork
jc_.kim [Tue, 13 Jun 2017 05:44:13 +0000 (14:44 +0900)]
Modify the tc_task for vfork

1. modify that checking the creation more than the CONFIG_MAX_TASKS
2. Fix the immortal tc_vfork task

7 years agomodify README of apps
sunghan [Tue, 13 Jun 2017 04:36:21 +0000 (13:36 +0900)]
modify README of apps

7 years agoadd README for builtin
sunghan [Tue, 13 Jun 2017 04:02:51 +0000 (13:02 +0900)]
add README for builtin

7 years agoExtended arastorage tc to increase code coverage. Coding Rule has been applied to...
Shivam Garg [Tue, 13 Jun 2017 04:05:48 +0000 (13:05 +0900)]
Extended arastorage tc to increase code coverage. Coding Rule has been applied to itc.

7 years agoFixed some bugs in arastorage
Shivam Garg [Tue, 13 Jun 2017 04:03:20 +0000 (13:03 +0900)]
Fixed some bugs in arastorage

7 years agoadd README for shell
sunghan [Fri, 9 Jun 2017 08:04:56 +0000 (17:04 +0900)]
add README for shell

7 years agoUpdate tinycbor for IoTivity libs
Heejin Kim [Tue, 13 Jun 2017 02:12:48 +0000 (11:12 +0900)]
Update tinycbor for IoTivity libs

7 years agoDelete old version of IoTivity
Heejin Kim [Tue, 13 Jun 2017 02:10:18 +0000 (11:10 +0900)]
Delete old version of IoTivity

7 years agoMerge pull request #155 from heejin-kim/nw_iotivity
sunghan-chang [Mon, 12 Jun 2017 08:22:18 +0000 (17:22 +0900)]
Merge pull request #155 from heejin-kim/nw_iotivity

Add iotivity_1.2-rel

7 years agoAdd iotivity sample app - simple server
Heejin Kim [Fri, 2 Jun 2017 09:23:20 +0000 (18:23 +0900)]
Add iotivity sample app - simple server

Signed-off-by: Heejin Kim <hj_elena.kim@samsung.com>
7 years agoMerge pull request #169 from sunghan-chang/shell
Taejun-Kwon [Fri, 9 Jun 2017 10:11:53 +0000 (19:11 +0900)]
Merge pull request #169 from sunghan-chang/shell

Shell