rtos/tinyara.git
6 years agoFix Coding Rule Violation on pthread TC's
Vidisha Thapa [Wed, 16 Aug 2017 15:02:50 +0000 (20:32 +0530)]
Fix Coding Rule Violation on pthread TC's

Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
6 years agoMerge pull request #414 from jeongchanKim/kernel_doxy
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…

6 years agoiModify the doxygen for v2.0 : pthread.h, tinyara/math.h, stdlib.h, unistd.h, signal...
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

6 years agoMerge pull request #396 from junmin-kim/qemu_readme
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

6 years agoReplace 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"

6 years agoMerge pull request #406 from olegartys/941
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

6 years agoMerge pull request #407 from olegartys/980
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

6 years agoMerge pull request #393 from TizenTeam/sandbox/pcoval/on/master/patch
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

6 years agopm/Kconfig: make power management settings dependent on SCHED_WORKQUEUE
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>
6 years agoapps/kernel_sample: fix async io test
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>
6 years agoMerge pull request #398 from sunghan-chang/master
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

6 years agoadd ${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

6 years agoMerge pull request #399 from sunghan-chang/coding_rule
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

6 years agoMerge pull request #391 from manoharahk/s5jt200_gdb_support
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

6 years agos5jt200 : 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>
6 years agoFix Coding Rule Violation on testcase example
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>
6 years agoMerge pull request #381 from olegartys/959
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' …

6 years agoMerge pull request #353 from TizenTeam/sandbox/pcoval/on/master/review
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

6 years agoMerge pull request #366 from lokeshbv/arch_memcpy
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

6 years agoarmv7-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>
6 years agoMerge pull request #372 from olegartys/855
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'

6 years agoMerge pull request #376 from olegartys/872
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

6 years agoMerge pull request #377 from olegartys/860
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

6 years agoMerge pull request #378 from olegartys/955
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

6 years agoMerge pull request #379 from olegartys/957
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

6 years agoMerge pull request #382 from olegartys/943
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

6 years agoMerge pull request #387 from olegartys/947
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

6 years agoMerge pull request #389 from lokeshbv/libc_fixes
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.

6 years agoMerge pull request #390 from lokeshbv/libc_mqueue
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

6 years agoMerge pull request #392 from sunghan-chang/master
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

6 years agoMerge pull request #363 from junmin-kim/qemu_gdb
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

6 years agoEnable 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

6 years agoAdd Missing dependency !DISABLE_MQUEUE to config TC_KERNEL_MQUEUE.
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>
6 years agoAdd Missing TC_SUCCESS_RESULT Macro in libc termios.
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>
6 years agoTypo Fix in Libc Kconfig
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>
6 years agomm/mm_realloc: fix 'unused variable'
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>
6 years agodoc: Install bison to support kconfig
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>
6 years agoapps: remove unbuildable sensor_test
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>
6 years agoMerge pull request #383 from olegartys/951
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

6 years agoremove unused definitions for pm
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.

6 years agoMerge pull request #371 from olegartys/859
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

6 years agoMerge pull request #386 from olegartys/948
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

6 years agoMerge pull request #385 from olegartys/952
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

6 years agoMerge pull request #388 from olegartys/940
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

6 years agoMerge pull request #367 from pillip8282/net_header_arrange
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

6 years agoMerge pull request #375 from olegartys/869
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

6 years agoMerge pull request #380 from olegartys/958
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

6 years agoMerge pull request #373 from olegartys/858
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

6 years agoMerge pull request #370 from olegartys/871
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'

6 years agoMerge pull request #369 from olegartys/870
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'

6 years agoMerge pull request #362 from olegartys/master
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

6 years agoClean up unused header files in network module
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

6 years agoUpdate defconfigs to enable TC for Libc Mqueue
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>
6 years agoUpdate Kernel TC Main for Lib Mqueue TC
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>
6 years agoAdd Missing Config for Libc Mqueue TC
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>
6 years agofs/procfs: make FS_PROCFS option visible only with mountpoints enabled
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>
6 years agoarch/artik053: make ARTIK053_FLASH_PART dependent on !DISABLE_MOUNTPOINT
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>
6 years agoapps/fscmd: hide util 'df' if mountpoints are disabled
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>
6 years agofs/mtd/Kconfig: fixed MTD menuconfig suboptions visibility
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>
6 years agoarch/artik053/Kconfig: selecting MTD_PARTITION without MTD is an error
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>
6 years agoapps/readline: check whether CONFIG_EOL_IS_EITHER_CRLF is defined
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>
6 years agoinclude/stdio: removed duplicate prototype of statfs
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>
6 years agoapps/wpa-supplicant: fix 'makes integer from pointer without a cast' error
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>
6 years agoframework/arastorage: include missing header
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>
6 years agoarch/arm/common: add directives to compile up_schedyield logic
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>
6 years agolibc: add arch-dependent option for ARCH_ROMGETC visibility control
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>
6 years agolibc/netdb: fix 'unknown type' compiler error
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>
6 years agodrivers/rwbuffer: fix wrong arguments order during 'rwb->rhreload' call
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>
6 years agos5j/rtc: fix missing brackets for RTC alarm registers
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>
6 years agofs: fix config name for smartfs exclusion from procfs
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>
6 years agopm/pm_test: fix 'unused variable'
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>
6 years agodrivers/rwbuffer: fix 'unused variable'
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>
6 years agoMerge pull request #360 from jeongarmy/ttrace
sunghan-chang [Wed, 9 Aug 2017 10:25:19 +0000 (19:25 +0900)]
Merge pull request #360 from jeongarmy/ttrace

Update ttrace

6 years agoUnify show_packet and show_sched_packet functions
Ahreum Jeong [Wed, 9 Aug 2017 05:18:59 +0000 (14:18 +0900)]
Unify show_packet and show_sched_packet functions

6 years agoAdd a conditional for ttrace debugging to show_packet function
Ahreum Jeong [Wed, 9 Aug 2017 04:06:10 +0000 (13:06 +0900)]
Add a conditional for ttrace debugging to show_packet function

6 years agoAdd doxygen for ttrace APIs
Ahreum Jeong [Tue, 8 Aug 2017 08:31:56 +0000 (17:31 +0900)]
Add doxygen for ttrace APIs

6 years agoMove a conditional for cplusplus down to include functions only
Ahreum Jeong [Wed, 9 Aug 2017 09:59:46 +0000 (18:59 +0900)]
Move a conditional for cplusplus down to include functions only

6 years agoAdd space to follow coding rule in thread_create
Ahreum Jeong [Mon, 7 Aug 2017 06:13:10 +0000 (15:13 +0900)]
Add space to follow coding rule in thread_create

6 years agoUnify header files for ttrace.
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

6 years agoImplement dump mode in ttrace_tinyara.py
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

6 years agoImproving T-trace usabilities
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>
6 years agolibc: fix 'casting pointer to integer of different size' compiler warnings
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>
6 years agoMerge pull request #361 from alswnzla/kernel_stkopt
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

6 years agoAdd new TASH Command named stkopt
minju [Tue, 8 Aug 2017 08:35:01 +0000 (17:35 +0900)]
Add new TASH Command named stkopt

6 years agoMerge pull request #312 from thapav/libc_pthread
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

6 years agoMerge pull request #364 from sunghan-chang/master
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

6 years agoadd 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

6 years agoMerge pull request #359 from sunghan-chang/master
btheosam [Tue, 8 Aug 2017 05:01:02 +0000 (14:01 +0900)]
Merge pull request #359 from sunghan-chang/master

clean codes

6 years agoMerge pull request #358 from jeongchanKim/kernel_tashcmd
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

6 years agoRename 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

6 years agomodify wrong path for mtd.h
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.

6 years agolibc/pthread: Add test cases for cancelability API's in pthreads
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>
6 years agoremove usb hid functionality, kbd and mouse
sunghan [Mon, 7 Aug 2017 08:55:39 +0000 (17:55 +0900)]
remove usb hid functionality, kbd and mouse

6 years agoremove automount functionality on fs
sunghan [Mon, 7 Aug 2017 07:09:43 +0000 (16:09 +0900)]
remove automount functionality on fs

automount is not used.

6 years agomodify location of rwbuffer.h to include at ftl
sunghan [Mon, 7 Aug 2017 07:01:31 +0000 (16:01 +0900)]
modify location of rwbuffer.h to include at ftl

rwbuffer.h is at include/tinyara folder, not include/tinyara/driver.

6 years agoupdate dac on analog
sunghan [Mon, 7 Aug 2017 06:54:25 +0000 (15:54 +0900)]
update dac on analog

1. add dac.h to use dac
2. add variable names on function prototype

6 years agoremove elf stubs
sunghan [Mon, 7 Aug 2017 06:36:49 +0000 (15:36 +0900)]
remove elf stubs

The elf is not used.

6 years agoMerge pull request #349 from pradeepns85/cleanup_taskactivate
sunghan-chang [Mon, 7 Aug 2017 06:10:13 +0000 (15:10 +0900)]
Merge pull request #349 from pradeepns85/cleanup_taskactivate

Remove unnecessary logic while handling return of task_activate

6 years agoMerge pull request #332 from junmin-kim/apps_tc
sunghan-chang [Mon, 7 Aug 2017 06:08:32 +0000 (15:08 +0900)]
Merge pull request #332 from junmin-kim/apps_tc

Add network manual tc in tc defconfig

6 years agoMerge pull request #356 from sunghan-chang/master
btheosam [Mon, 7 Aug 2017 05:19:06 +0000 (14:19 +0900)]
Merge pull request #356 from sunghan-chang/master

refactoring create_appspec