Taejun-Kwon [Thu, 17 Aug 2017 06:45:45 +0000 (15:45 +0900)]
Merge pull request #266 from btheosam/audiolast
Audio devices and audio pipeline buffer support
sunghan-chang [Thu, 17 Aug 2017 05:27:35 +0000 (14:27 +0900)]
Merge pull request #419 from junmin-kim/tc_kernel
Fix tc_umm_heap_random_malloc to consider insufficient memory
btheosam [Thu, 17 Aug 2017 05:20:39 +0000 (14:20 +0900)]
Merge pull request #400 from sunghan-chang/master
remove io_tc on testcase example
sunghan-chang [Thu, 17 Aug 2017 05:17:18 +0000 (14:17 +0900)]
Merge pull request #411 from olegartys/993
lib/libc: fix 'unsuned variable' compilation error
junmin kim [Wed, 16 Aug 2017 12:30:11 +0000 (05:30 -0700)]
Fix tc_umm_heap_random_malloc to consider insufficient memory
If the lageset chunck < alloc size, malloc failure is right behavior
pillip8282 [Thu, 17 Aug 2017 00:26:09 +0000 (09:26 +0900)]
Merge pull request #409 from olegartys/988
include/netdev: include missing header
Oleg Lyovin [Tue, 1 Aug 2017 08:46:29 +0000 (11:46 +0300)]
lib/libc: fix 'unsuned variable' compilation error
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
sunghan-chang [Wed, 16 Aug 2017 07:31:12 +0000 (16:31 +0900)]
Merge pull request #414 from jeongchanKim/kernel_doxy
Modify the doxygen for v2.0 : pthread.h, tinyara/math.h, stdlib.h, un…
jc_.kim [Wed, 16 Aug 2017 04:18:17 +0000 (13:18 +0900)]
iModify the doxygen for v2.0 : pthread.h, tinyara/math.h, stdlib.h, unistd.h, signal.h, stdio.h
sunghan-chang [Wed, 16 Aug 2017 00:50:29 +0000 (09:50 +0900)]
Merge pull request #396 from junmin-kim/qemu_readme
Replace recommended version of qemu with 2.10.0-rc2
junmin kim [Fri, 11 Aug 2017 09:50:58 +0000 (02:50 -0700)]
Replace recommended version of qemu with 2.10.0-rc2
some issue in qemu-2.0.0 which makes the instruction part of "sig_timedwait & up_sigdeliver" to be treated as "Undefined"
sunghan-chang [Wed, 16 Aug 2017 00:34:00 +0000 (09:34 +0900)]
Merge pull request #406 from olegartys/941
apps/kernel_sample: fix async io test
sunghan-chang [Wed, 16 Aug 2017 00:14:05 +0000 (09:14 +0900)]
Merge pull request #407 from olegartys/980
pm/Kconfig: make power management settings dependent on SCHED_WORKQUEUE
sunghan-chang [Tue, 15 Aug 2017 23:56:50 +0000 (08:56 +0900)]
Merge pull request #393 from TizenTeam/sandbox/pcoval/on/master/patch
apps: remove unbuildable sensor_test
Oleg Lyovin [Fri, 28 Jul 2017 14:40:59 +0000 (17:40 +0300)]
include/netdev: include missing header
* If CONFIG_NET_MULTIBUFFER is not defined, then static buffer
for holding packets allocated and it's size depends on MAX_NET_DEV_MTU
constant. Included header with it's definition.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Thu, 27 Jul 2017 14:37:47 +0000 (17:37 +0300)]
pm/Kconfig: make power management settings dependent on SCHED_WORKQUEUE
* The power managment system depends on workqueue support, which
checks at compile time and cause build failure, if workqueues
disabled. However, it seems necessary to make PM
option dependent on SCHED_WORKQUEUE itself.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Tue, 18 Jul 2017 08:32:42 +0000 (11:32 +0300)]
apps/kernel_sample: fix async io test
aio.c compiles only when CONFIG_EXAMPLES_KERNEL_SAMPLE_AIO is enable,
so in order to use it's functions we need to check whether
CONFIG_EXAMPLES_KERNEL_SAMPLE_AIO is enabled.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
sunghan [Mon, 14 Aug 2017 08:00:58 +0000 (17:00 +0900)]
remove io_tc on testcase example
The io_tc is not used and duplicated with le_tc/network.
And we don't have any plan to use it.
Juitem JoonWoo Kim [Mon, 14 Aug 2017 05:37:16 +0000 (14:37 +0900)]
Merge pull request #398 from sunghan-chang/master
add ${PROJECT_PATH} on path and remove "linux" on name for IDE meta files
sunghan [Sun, 13 Aug 2017 23:39:58 +0000 (08:39 +0900)]
add ${PROJECT_PATH} on path and remove "linux" on name for IDE meta files
Juitem JoonWoo Kim [Mon, 14 Aug 2017 05:32:26 +0000 (14:32 +0900)]
Merge pull request #399 from sunghan-chang/coding_rule
Fix Coding Rule Violation on testcase example
sunghan-chang [Mon, 14 Aug 2017 03:18:51 +0000 (12:18 +0900)]
Merge pull request #391 from manoharahk/s5jt200_gdb_support
s5jt200 : add openocd configuration to attach gdb
Manohara HK [Thu, 10 Aug 2017 03:07:31 +0000 (08:37 +0530)]
s5jt200 : add openocd configuration to attach gdb
This patch adds a openocd cfg which can be used to attach
gdb to s5jt200 chip.
Please check steps for using GDB in "build/configs/sidk_s5jt200/README.md"
Signed-off-by: Manohara HK <manohara.hk@samsung.com>
Lokesh B V [Fri, 11 Aug 2017 11:22:54 +0000 (16:52 +0530)]
Fix Coding Rule Violation on testcase example
Add space after comma.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
sunghan-chang [Mon, 14 Aug 2017 01:44:17 +0000 (10:44 +0900)]
Merge pull request #381 from olegartys/959
apps/wpa-supplicant: fix 'makes integer from pointer without a cast' …
sunghan-chang [Fri, 11 Aug 2017 09:40:44 +0000 (18:40 +0900)]
Merge pull request #353 from TizenTeam/sandbox/pcoval/on/master/review
doc: Install bison to support kconfig
sunghan-chang [Fri, 11 Aug 2017 09:39:42 +0000 (18:39 +0900)]
Merge pull request #366 from lokeshbv/arch_memcpy
armv7-r: memcpy: support architecture optimized memcpy
Lokesh B V [Tue, 8 Aug 2017 09:44:18 +0000 (15:14 +0530)]
armv7-r: memcpy: support architecture optimized memcpy
This patch adds support for architecture optimized memcpy for armv7-r architecture.
To use architecture optimized memcpy enable CONFIG_ARCH_OPTIMIZED_FUNCTIONS and CONFIG_ARCH_MEMCPY.
This patch is back ported from Nuttx.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
sunghan-chang [Fri, 11 Aug 2017 09:21:29 +0000 (18:21 +0900)]
Merge pull request #372 from olegartys/855
mm/mm_realloc: fix 'unused variable'
sunghan-chang [Fri, 11 Aug 2017 09:18:05 +0000 (18:18 +0900)]
Merge pull request #376 from olegartys/872
libc/netdb: fix 'unknown type' compiler error
sunghan-chang [Fri, 11 Aug 2017 09:16:06 +0000 (18:16 +0900)]
Merge pull request #377 from olegartys/860
libc: add arch-dependent option for ARCH_ROMGETC visibility control
sunghan-chang [Fri, 11 Aug 2017 09:11:41 +0000 (18:11 +0900)]
Merge pull request #378 from olegartys/955
arch/arm/common: add directives to compile up_schedyield logic
sunghan-chang [Fri, 11 Aug 2017 09:09:31 +0000 (18:09 +0900)]
Merge pull request #379 from olegartys/957
framework/arastorage: include missing header
sunghan-chang [Fri, 11 Aug 2017 08:52:17 +0000 (17:52 +0900)]
Merge pull request #382 from olegartys/943
include/stdio: removed duplicate prototype of statfs
sunghan-chang [Fri, 11 Aug 2017 08:45:54 +0000 (17:45 +0900)]
Merge pull request #387 from olegartys/947
arch/artik053: make ARTIK053_FLASH_PART dependent on !DISABLE_MOUNTPOINT
sunghan-chang [Fri, 11 Aug 2017 08:45:19 +0000 (17:45 +0900)]
Merge pull request #389 from lokeshbv/libc_fixes
Typo Fix in Libc Kconfig and Add Missing TC_SUCCESS_RESULT Macro in libc termios.
sunghan-chang [Fri, 11 Aug 2017 08:44:21 +0000 (17:44 +0900)]
Merge pull request #390 from lokeshbv/libc_mqueue
Add Test Cases for Libc Mqueue
btheosam [Fri, 11 Aug 2017 08:14:34 +0000 (17:14 +0900)]
Merge pull request #392 from sunghan-chang/master
remove unused definitions for pm
sunghan-chang [Fri, 11 Aug 2017 04:21:39 +0000 (13:21 +0900)]
Merge pull request #363 from junmin-kim/qemu_gdb
Enable gdb on qemu
junmin kim [Tue, 8 Aug 2017 11:13:17 +0000 (04:13 -0700)]
Enable gdb on QEMU
1. add gdb setting on QEMU execution
2. enable CONFIG_DEBUG_SYMBOLS
3. modify README for GDB
Lokesh B V [Thu, 10 Aug 2017 13:36:45 +0000 (19:06 +0530)]
Add Missing dependency !DISABLE_MQUEUE to config TC_KERNEL_MQUEUE.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Thu, 10 Aug 2017 13:19:16 +0000 (18:49 +0530)]
Add Missing TC_SUCCESS_RESULT Macro in libc termios.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Thu, 10 Aug 2017 13:17:46 +0000 (18:47 +0530)]
Typo Fix in Libc Kconfig
Changes wrong typo 'memcpy' to 'memset' in config MEMSET_OPTSPEED
"--help--" section.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Oleg Lyovin [Mon, 10 Jul 2017 12:28:23 +0000 (15:28 +0300)]
mm/mm_realloc: fix 'unused variable'
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Philippe Coval [Fri, 4 Aug 2017 09:23:33 +0000 (11:23 +0200)]
doc: Install bison to support kconfig
Current kconfig-frontends is not supporting byacc anymore.
Observed issue using byacc (
20140715-1):
kconfig-frontends/kconfig-frontends/libs/parser/yconf.y", syntax error
%destructor {
Problem has been solved on Ubuntu 16.04.2 (x86_64)
using bison-2:3.0.4.dfsg-1 instead.
Change-Id: I25d53f3d01c1f260b6fa9523ca9442b719862139
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Philippe Coval [Thu, 10 Aug 2017 10:03:18 +0000 (12:03 +0200)]
apps: remove unbuildable sensor_test
ppd42ns_test.c rely on missing header ppd42ns.h,
may that app be introduced (and tested) again.
Revert "examples/sensor_test: introduce ppd42ns sensor example application"
This reverts commit
c0c452a48e2a39f07cd157e9b32c7a97244e8b6b.
Change-Id: I798d4a0e4a2763885e0b120deac52468bedba053
Bug: https://github.com/Samsung/TizenRT/issues/348
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Taejun-Kwon [Thu, 10 Aug 2017 09:32:19 +0000 (18:32 +0900)]
Merge pull request #383 from olegartys/951
arch/artik053/Kconfig: selecting MTD_PARTITION without MTD is an error
sunghan [Thu, 10 Aug 2017 09:20:30 +0000 (18:20 +0900)]
remove unused definitions for pm
The pm_get_domainmetrics and pm_prune_history functions are called
only when CONFIG_PM_METRICS is enabled. So definitions for them is
not needed when config is disabled.
sunghan-chang [Thu, 10 Aug 2017 09:09:17 +0000 (18:09 +0900)]
Merge pull request #371 from olegartys/859
fs: fix config name for smartfs exclusion from procfs
sunghan-chang [Thu, 10 Aug 2017 09:07:15 +0000 (18:07 +0900)]
Merge pull request #386 from olegartys/948
apps/fscmd: hide util 'df' if mountpoints are disabled
Taejun-Kwon [Thu, 10 Aug 2017 09:02:55 +0000 (18:02 +0900)]
Merge pull request #385 from olegartys/952
fs/mtd/Kconfig: fixed MTD menuconfig suboptions visibility
Taejun-Kwon [Thu, 10 Aug 2017 09:02:14 +0000 (18:02 +0900)]
Merge pull request #388 from olegartys/940
fs/procfs: make FS_PROCFS option visible only with mountpoints enabled
sunghan-chang [Thu, 10 Aug 2017 06:00:22 +0000 (15:00 +0900)]
Merge pull request #367 from pillip8282/net_header_arrange
Delete unused header files in network
sunghan-chang [Thu, 10 Aug 2017 05:36:42 +0000 (14:36 +0900)]
Merge pull request #375 from olegartys/869
drivers/rwbuffer: fix wrong arguments order during 'rwb->rhreload' call
sunghan-chang [Thu, 10 Aug 2017 05:29:58 +0000 (14:29 +0900)]
Merge pull request #380 from olegartys/958
apps/readline: check whether CONFIG_EOL_IS_EITHER_CRLF is defined
sunghan-chang [Thu, 10 Aug 2017 04:33:56 +0000 (13:33 +0900)]
Merge pull request #373 from olegartys/858
s5j/rtc: fix missing brackets for RTC alarm registers
sunghan-chang [Thu, 10 Aug 2017 04:32:04 +0000 (13:32 +0900)]
Merge pull request #370 from olegartys/871
pm/pm_test: fix 'unused variable'
sunghan-chang [Thu, 10 Aug 2017 04:26:48 +0000 (13:26 +0900)]
Merge pull request #369 from olegartys/870
drivers/rwbuffer: fix 'unused variable'
sunghan-chang [Thu, 10 Aug 2017 04:20:07 +0000 (13:20 +0900)]
Merge pull request #362 from olegartys/master
libc: fix 'casting pointer to integer of different size' compiler warnings
kang [Wed, 9 Aug 2017 04:38:10 +0000 (13:38 +0900)]
Clean up unused header files in network module
Delete network header files that is not used anymore.
For example pkt.h, tcp.h, udp.h are come from uIP removed.
And modify the location of header files not matched
Lokesh B V [Wed, 9 Aug 2017 18:07:14 +0000 (23:37 +0530)]
Update defconfigs to enable TC for Libc Mqueue
1) Updates TC defconfigs of sidk_s5jt200 and artik053 boards with new Kconfig TC_KERNEL_LIBC_MQUEUE.
2) This new config is to enable tc for Libc Mqueue.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Wed, 9 Aug 2017 17:51:13 +0000 (23:21 +0530)]
Update Kernel TC Main for Lib Mqueue TC
This patch updates kernel tc main to use tc_libc_mqueue.c
which is already present source tree for libc mqueue tc.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
lokeshbv [Wed, 9 Aug 2017 17:44:07 +0000 (23:14 +0530)]
Add Missing Config for Libc Mqueue TC
Adds missing Kconfig TC_KERNEL_LIBC_MQUEUE in Kernel TC to enable TC for libc mqueue.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Oleg Lyovin [Mon, 17 Jul 2017 09:45:33 +0000 (12:45 +0300)]
fs/procfs: make FS_PROCFS option visible only with mountpoints enabled
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Tue, 18 Jul 2017 15:25:28 +0000 (18:25 +0300)]
arch/artik053: make ARTIK053_FLASH_PART dependent on !DISABLE_MOUNTPOINT
* Since ARTIK053_FLASH_PART selects MTD layer specific options, which
are available only with mountpoints being enabled, ARTIK053_FLASH_PART
option must be invisible for user when DISABLE_MOUNTPOINT is enabled.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Tue, 18 Jul 2017 15:29:12 +0000 (18:29 +0300)]
apps/fscmd: hide util 'df' if mountpoints are disabled
* 'df' utilities task is to show filesystem info, but it
is meaningless when mountpoints are disabled and hence
no user filesystems are supported.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Thu, 20 Jul 2017 12:21:03 +0000 (15:21 +0300)]
fs/mtd/Kconfig: fixed MTD menuconfig suboptions visibility
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Thu, 20 Jul 2017 12:18:48 +0000 (15:18 +0300)]
arch/artik053/Kconfig: selecting MTD_PARTITION without MTD is an error
* MTD_PARTITION option is supported only when MTD support is enabled.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Mon, 24 Jul 2017 08:37:03 +0000 (11:37 +0300)]
apps/readline: check whether CONFIG_EOL_IS_EITHER_CRLF is defined
* We should check whether CONFIG_EOL_IS_EITHER_CRLF is defined,
instead of checking it's value.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Tue, 18 Jul 2017 12:33:13 +0000 (15:33 +0300)]
include/stdio: removed duplicate prototype of statfs
Declaration of statfs should belong to sys/statfs.h
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Mon, 24 Jul 2017 10:24:04 +0000 (13:24 +0300)]
apps/wpa-supplicant: fix 'makes integer from pointer without a cast' error
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Mon, 24 Jul 2017 08:21:57 +0000 (11:21 +0300)]
framework/arastorage: include missing header
* Constants such FLT_MIN are used, but header with their definitions
is not included.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Fri, 21 Jul 2017 14:04:38 +0000 (17:04 +0300)]
arch/arm/common: add directives to compile up_schedyield logic
* When option CONFIG_SCHED_YIELD_OPTIMIZATION is enabled, scheduler's
code enable yield feature which requires up_schedyield to be
implemented. But there was missing logic in arch Makefile for
compiling up_schedyield.c file.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Wed, 5 Jul 2017 13:16:26 +0000 (16:16 +0300)]
libc: add arch-dependent option for ARCH_ROMGETC visibility control
Enabling ARCH_ROMGETC assumes that for the target architecture
there exists implementation of up_romgetc() function. But even when
implementation is missing ARCH_ROMGETC option is still visible
to the user, so the option being selected cause build failure.
The solution is to add upper-level option, which can be selected
in specific architecture configs and make option ARCH_ROMGETC visible.
Otherwise ARCH_ROMGETC will be unvisible to the user.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Thu, 13 Jul 2017 10:41:11 +0000 (13:41 +0300)]
libc/netdb: fix 'unknown type' compiler error
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Wed, 12 Jul 2017 10:29:34 +0000 (13:29 +0300)]
drivers/rwbuffer: fix wrong arguments order during 'rwb->rhreload' call
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Fri, 7 Jul 2017 14:34:58 +0000 (17:34 +0300)]
s5j/rtc: fix missing brackets for RTC alarm registers
Change-Id: I3ee297c9a4a628d774f899d43655e54fa6efb98f
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Thu, 6 Jul 2017 12:24:08 +0000 (15:24 +0300)]
fs: fix config name for smartfs exclusion from procfs
Smartfs info can be excluded from procfs by enabling
FS_PROCFS_EXCLUDE_SMARTFS config, but in smartfs_procfs
there was syntax error with wrong config name.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Mon, 10 Jul 2017 12:55:13 +0000 (15:55 +0300)]
pm/pm_test: fix 'unused variable'
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
Oleg Lyovin [Wed, 12 Jul 2017 10:31:10 +0000 (13:31 +0300)]
drivers/rwbuffer: fix 'unused variable'
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
sunghan-chang [Wed, 9 Aug 2017 10:25:19 +0000 (19:25 +0900)]
Merge pull request #360 from jeongarmy/ttrace
Update ttrace
Ahreum Jeong [Wed, 9 Aug 2017 05:18:59 +0000 (14:18 +0900)]
Unify show_packet and show_sched_packet functions
Ahreum Jeong [Wed, 9 Aug 2017 04:06:10 +0000 (13:06 +0900)]
Add a conditional for ttrace debugging to show_packet function
Ahreum Jeong [Tue, 8 Aug 2017 08:31:56 +0000 (17:31 +0900)]
Add doxygen for ttrace APIs
Ahreum Jeong [Wed, 9 Aug 2017 09:59:46 +0000 (18:59 +0900)]
Move a conditional for cplusplus down to include functions only
Ahreum Jeong [Mon, 7 Aug 2017 06:13:10 +0000 (15:13 +0900)]
Add space to follow coding rule in thread_create
Ahreum Jeong [Fri, 4 Aug 2017 09:11:57 +0000 (18:11 +0900)]
Unify header files for ttrace.
It should be in os/include/tinyara folder because ttrace is a special feature, not common for TizenRT
joon.c.baek [Fri, 14 Jul 2017 06:26:03 +0000 (15:26 +0900)]
Implement dump mode in ttrace_tinyara.py
1. Add options '-d' for dump.
2. Support artik053 device
3. User can use ttrace_tinyara.py only to get HTML report.
Signed-Off-by : Changjoon.Baek
joon.c.baek [Wed, 28 Jun 2017 04:56:24 +0000 (13:56 +0900)]
Improving T-trace usabilities
1. Add overwrite feature with '-o' option.
To overwrite feature, Add ringbuf to T-race driver layer.
2. Improve information option('-i').
It'll show more information about tags, buffer status.
3. Prevent buffer overflow during string copying.
4. Correct several typo errors and messages.
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
Oleg Lyovin [Tue, 4 Jul 2017 10:38:51 +0000 (13:38 +0300)]
libc: fix 'casting pointer to integer of different size' compiler warnings
This change comes from nuttx source tree.
Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
sunghan-chang [Wed, 9 Aug 2017 07:53:40 +0000 (16:53 +0900)]
Merge pull request #361 from alswnzla/kernel_stkopt
Add new TASH Command named stkopt
minju [Tue, 8 Aug 2017 08:35:01 +0000 (17:35 +0900)]
Add new TASH Command named stkopt
sunghan-chang [Wed, 9 Aug 2017 06:10:35 +0000 (15:10 +0900)]
Merge pull request #312 from thapav/libc_pthread
Libc pthread Modify return value as per POSIX standard
btheosam [Wed, 9 Aug 2017 05:16:05 +0000 (14:16 +0900)]
Merge pull request #364 from sunghan-chang/master
add scsi.h to use usbmsc functionality
sunghan [Tue, 8 Aug 2017 11:38:17 +0000 (20:38 +0900)]
add scsi.h to use usbmsc functionality
btheosam [Tue, 8 Aug 2017 05:01:02 +0000 (14:01 +0900)]
Merge pull request #359 from sunghan-chang/master
clean codes
sunghan-chang [Tue, 8 Aug 2017 04:15:13 +0000 (13:15 +0900)]
Merge pull request #358 from jeongchanKim/kernel_tashcmd
Rename CONFIG_TASH_TELNET_INTERFACE to CONFIG_TASH_COMMAND_INTERFACE
jc_.kim [Mon, 7 Aug 2017 09:01:42 +0000 (18:01 +0900)]
Rename CONFIG_TASH_TELNET_INTERFACE to CONFIG_TASH_COMMAND_INTERFACE
sunghan [Mon, 7 Aug 2017 10:23:14 +0000 (19:23 +0900)]
modify wrong path for mtd.h
Our mtd.h is at os/include/fs folder.
Vidisha Thapa [Tue, 25 Jul 2017 12:09:56 +0000 (17:39 +0530)]
libc/pthread: Add test cases for cancelability API's in pthreads
This patch covers TC's for the following API's:
pthread_setcancelstate()
pthread_setcanceltype()
pthread_testcancel()
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>