rtos/tinyara.git
6 years agoMerge pull request #632 from daeyeon/fix.net-connect
sangwon03 [Mon, 18 Sep 2017 23:12:40 +0000 (08:12 +0900)]
Merge pull request #632 from daeyeon/fix.net-connect

fix iotjs net connection test

6 years agofix iotjs net connection test
Daeyeon Jeong [Mon, 18 Sep 2017 14:36:35 +0000 (23:36 +0900)]
fix iotjs net connection test

This gets the net_connection test fixed through moving the time when closing server.  The test purpose is to test 'net.connect'.

6 years agoMerge pull request #631 from jeongarmy/stream_doxygen
sunghan-chang [Mon, 18 Sep 2017 14:26:45 +0000 (23:26 +0900)]
Merge pull request #631 from jeongarmy/stream_doxygen

Add doxygen for stream API in include/tinyara/streams.h

6 years agoMerge pull request #603 from shivgarg/internal_syncup
Taejun-Kwon [Mon, 18 Sep 2017 14:21:09 +0000 (23:21 +0900)]
Merge pull request #603 from shivgarg/internal_syncup

Audio framework

6 years agoAdd doxygen for stream API in include/tinyara/streams.h
Ahreum Jeong [Mon, 18 Sep 2017 13:53:48 +0000 (22:53 +0900)]
Add doxygen for stream API in include/tinyara/streams.h

Additionally, there are testcases for these functions in fs tc except internal functions

6 years agoChanged #ifdef CONFIG_AUDIO to CONFIG_AUDIO_ALC5658 in ALC5658 driver files
Shivam Garg [Mon, 18 Sep 2017 13:24:40 +0000 (22:24 +0900)]
Changed #ifdef CONFIG_AUDIO to CONFIG_AUDIO_ALC5658 in ALC5658 driver files

6 years agoFixed Make.defs in s5j and added necessary config flags to remove build error due...
Shivam Garg [Mon, 18 Sep 2017 04:57:44 +0000 (13:57 +0900)]
Fixed Make.defs in s5j and added necessary config flags to remove build error due to watchdog

6 years agoadding nuttx license to alc5658 driver files
Shivam Garg [Mon, 18 Sep 2017 04:18:32 +0000 (13:18 +0900)]
adding nuttx license to alc5658 driver files

6 years agoReduced audio_utc stack size
Shivam Garg [Mon, 18 Sep 2017 02:19:54 +0000 (11:19 +0900)]
Reduced audio_utc stack size

6 years agoApplying coding rule script to all files to remove coding rule violations, changing...
Shivam Garg [Sat, 16 Sep 2017 18:13:20 +0000 (03:13 +0900)]
Applying coding rule script to all files to remove coding rule violations, changing file permissions for some files from 755->644

6 years agoClean header file's definition flow
Shivam Garg [Sat, 16 Sep 2017 16:50:44 +0000 (01:50 +0900)]
Clean header file's definition flow

6 years agoClean-duplicated-code-in-alc5658_configure
Shivam Garg [Sat, 16 Sep 2017 16:42:41 +0000 (01:42 +0900)]
Clean-duplicated-code-in-alc5658_configure

6 years agoModify Text error in license
TaeJun Kwon [Sat, 16 Sep 2017 10:20:36 +0000 (19:20 +0900)]
Modify Text error in license

6 years agoFix utc to prevent potential leak
TaeJun Kwon [Fri, 15 Sep 2017 16:03:16 +0000 (01:03 +0900)]
Fix utc to prevent potential leak

6 years agoFix to prevent abort during mq_close
TaeJun Kwon [Fri, 15 Sep 2017 15:57:36 +0000 (00:57 +0900)]
Fix to prevent abort during mq_close

6 years agoremoving extra calls to readi and writei unit tc's
Shivam Garg [Fri, 15 Sep 2017 15:24:13 +0000 (00:24 +0900)]
removing extra calls to readi and writei unit tc's

6 years agoChanges to include mic gain and other properties in the alc5658.c driver
bsvt [Thu, 14 Sep 2017 16:16:12 +0000 (09:16 -0700)]
Changes to include mic gain and other properties in the alc5658.c driver

6 years agoFix switch case with missing break
bsvt [Thu, 14 Sep 2017 11:23:46 +0000 (04:23 -0700)]
Fix switch case with missing break

6 years agoClean code & add tc for pcm_is_ready & pcm_prepare
TaeJun Kwon [Wed, 13 Sep 2017 09:46:35 +0000 (18:46 +0900)]
Clean code & add tc for pcm_is_ready & pcm_prepare

6 years agoResolve issue that stuck on pcm_readi
Jarvis Jang [Fri, 15 Sep 2017 10:46:32 +0000 (19:46 +0900)]
Resolve issue that stuck on pcm_readi

6 years agoAlc5658 code cleanup
bsvt [Fri, 15 Sep 2017 07:36:55 +0000 (00:36 -0700)]
Alc5658 code cleanup

6 years agounlink recorded file end of test to improve readi test's performance
TaeJun Kwon [Fri, 15 Sep 2017 07:42:24 +0000 (16:42 +0900)]
unlink recorded file end of test to improve readi test's performance

6 years agoFixing audio debug print macros.
Shivam Garg [Fri, 15 Sep 2017 07:13:27 +0000 (16:13 +0900)]
Fixing audio debug print macros.

The macros gave a warning(error when built with -Wunused-error flags) when built with audio debug flags turned off.

6 years ago WATCHDOG is selected when watchdog in chip drivers is selected to be built
Shivam Garg [Fri, 15 Sep 2017 07:04:45 +0000 (16:04 +0900)]
 WATCHDOG is selected when watchdog in chip drivers is selected to be built

6 years agoremoving coding rule errors
Shivam Garg [Fri, 15 Sep 2017 02:22:19 +0000 (11:22 +0900)]
removing coding rule errors

6 years agos5j/i2s: Add device driver for I2S
Ivan [Mon, 24 Apr 2017 18:44:42 +0000 (03:44 +0900)]
s5j/i2s: Add device driver for I2S

I2S supports only 48KHz Stereo playback.
I2S supports both read and write channels.

Change-Id: Iba94830758e5b90a56fe33e33333f3709d6e2823
Signed-off-by: Ivan <ivan.galkin@samsung.com>
Signed-off-by: Bongryul Lee <bongryul.lee@samsung.com>
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
6 years agos5j/i2c: tidy up a bit
Junhwan Park [Wed, 31 May 2017 02:20:51 +0000 (11:20 +0900)]
s5j/i2c: tidy up a bit

This commit removes code lines that are not in use, reducing binary
footprints as following:

             text   data    bss    dec    hex filename
    Before   3639    432     16   4087    ff7 s5j_i2c.o
    After    2819    272     16   3107    c23 s5j_i2c.o

Change-Id: Id193c425327dc80e4724773b9e7d51780ca81bc6
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
6 years agos5j/timerisr: add missing initialization on RTC
Heesub Shin [Thu, 1 Jun 2017 02:18:44 +0000 (11:18 +0900)]
s5j/timerisr: add missing initialization on RTC

The first stage bootloader is initializing RTCCON[7:4] to 0x4 before it
jumps to subsequent stages. This is no harm if we clear it while
initializing the RTC, but it is not cleared when CONFIG_RTC is not set
and causing OS timetick to be generated at 2048Hz. To avoid this issue,
we need to clear it always before enabling the timer isr.

Change-Id: Id27a079e35f5d0a93d6a6428117daa3d45b71a61
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
6 years agoAdded watchdog code
Junhwan Park [Fri, 16 Jun 2017 02:55:20 +0000 (11:55 +0900)]
Added watchdog code

6 years agoAdded reworked CMU driver for audio framework
Heesub Shin [Thu, 13 Jul 2017 06:54:48 +0000 (15:54 +0900)]
Added reworked CMU driver for audio framework

6 years agoFix open api list, remove pcm_start pcm_stop and add utc pcm_format_to_bits
TaeJun Kwon [Thu, 14 Sep 2017 08:29:01 +0000 (17:29 +0900)]
Fix open api list, remove pcm_start pcm_stop and add utc pcm_format_to_bits

6 years agoAdding i2c and clock changes for audio framework
Shivam Garg [Thu, 14 Sep 2017 08:02:20 +0000 (17:02 +0900)]
Adding  i2c and clock changes for audio framework

6 years agoFix sample rate as 16k
bsvt [Thu, 14 Sep 2017 03:00:27 +0000 (20:00 -0700)]
Fix sample rate as 16k

6 years agoAudio: Fix issue of ac_type always coming as AUDIO_TYPE_OUTPUT
Kishore SN [Thu, 14 Sep 2017 04:31:45 +0000 (10:01 +0530)]
Audio: Fix issue of ac_type always coming as AUDIO_TYPE_OUTPUT

6 years agoRemove incomplete worker thread in alc5658
bsvt [Wed, 13 Sep 2017 10:56:50 +0000 (03:56 -0700)]
Remove incomplete worker thread in alc5658

6 years agoSplit alc5658 scripts and declarations file
bsvt [Wed, 13 Sep 2017 09:11:33 +0000 (02:11 -0700)]
Split alc5658 scripts and declarations file

6 years agoTinyalsa: Fix apb and wav header setting
Kishore SN [Wed, 13 Sep 2017 09:17:23 +0000 (14:47 +0530)]
Tinyalsa: Fix apb and wav header setting

6 years agoModify Comment & define values in header file of audio
TaeJun Kwon [Wed, 13 Sep 2017 07:18:40 +0000 (16:18 +0900)]
Modify Comment & define values in header file of audio

6 years agoFix tinyalsa issues during testing
Kishore SN [Wed, 13 Sep 2017 06:01:34 +0000 (11:31 +0530)]
Fix tinyalsa issues during testing
Set apb flags, nbytes, curbyte before enque

6 years agoAdd configuration values for AUDIO_INPUT & OUTPUT in pcm_set_config
TaeJun Kwon [Tue, 12 Sep 2017 05:57:30 +0000 (14:57 +0900)]
Add configuration values for AUDIO_INPUT & OUTPUT in pcm_set_config

6 years agoModify audio utc of negative case
jaesick.shin [Tue, 12 Sep 2017 06:42:43 +0000 (15:42 +0900)]
Modify audio utc of negative case
change file premission of utc_aduio_main

6 years agoFixed negative test case failure cases in tinyalsa
Kishore SN [Tue, 5 Sep 2017 13:43:42 +0000 (19:13 +0530)]
Fixed negative test case failure cases in tinyalsa

6 years agoWAV header construction in tinyalsa
Shivam Garg [Fri, 8 Sep 2017 11:48:34 +0000 (20:48 +0900)]
WAV header construction in tinyalsa

In pcm_open , while opening pcm device with PCM_IN flag, the wav header is written to the first buffer which is enqueued for getting captured data.

Moved definitions little->big endian and vice versa converting functions to pcm.h so that there is no need for reimplementing those in tinyalsa.c

6 years agoadd test case for audio framework
Jaesik [Fri, 8 Sep 2017 02:21:03 +0000 (11:21 +0900)]
add test case for audio framework

add test case for audio framework

6 years ago Added support for separate device registeration for play and capture.
Shivam Garg [Thu, 7 Sep 2017 09:04:38 +0000 (18:04 +0900)]
 Added support for separate device registeration for play and capture.

alc5658 audio device can be registered as two seperate devices.
The device naming format is "/dev/audio/pcmC%dD%d%c",card,device,(playback or capture flag).

Changed the device opening format in tinyalsa to open the device registered as a single device for both playback and capture.

6 years agoFix artik audio bootup
bsvt [Thu, 7 Sep 2017 06:46:47 +0000 (23:46 -0700)]
Fix artik audio bootup

6 years agoFixed potential memory leak in s5j_i2s_initialize function.
Shivam Garg [Tue, 5 Sep 2017 07:18:19 +0000 (16:18 +0900)]
Fixed potential memory leak in s5j_i2s_initialize function.

Everytime a new s5j_i2s_s object was created when s5j_i2s_initialize function was called. This lead to memory leak when device on same port is initialized by multiple modules. Now , if the device has been initialised , then the dev object from the initialised s5j_i2s_s object is returned.

6 years agoSome coding rule corrections and incorporating reviews
Shivam Garg [Tue, 5 Sep 2017 12:03:58 +0000 (21:03 +0900)]
Some coding rule corrections and incorporating reviews

6 years agoRemove non-artik code from board init and add additional pin macros
bsvt [Sat, 2 Sep 2017 07:59:35 +0000 (00:59 -0700)]
Remove non-artik code from board init and add additional pin macros

6 years agoRemoved nxplayer example
Shivam Garg [Tue, 5 Sep 2017 11:38:32 +0000 (20:38 +0900)]
Removed nxplayer example

6 years agoApply defconfig for Audio
TaeJun Kwon [Sat, 16 Sep 2017 09:22:29 +0000 (18:22 +0900)]
Apply defconfig for Audio

6 years agoInitial port of audio framework code from public git repo.
Shivam Garg [Tue, 5 Sep 2017 11:21:21 +0000 (20:21 +0900)]
Initial port of audio framework code from public git repo.

This commit includes the following pull requests/commit:-
1. https://github.com/Samsung/TizenRT/commit/146b9e3f105c4e15b1d90fc02ef63705311d0ef3
2. https://github.com/Samsung/TizenRT/commit/bba9f1f8265e900131961fdfa4dd5bd9a180db60
3. https://github.com/Samsung/TizenRT/pull/453

Rest of the commits/ pull requests will be added later.

Currently, only compilation has been tested and no actual testing of the code has been done.
The above is the commit message of internal commit. Had to apply this again to external, so that application of further commits is smooth

6 years agoFixed compilation error due to misspelled MILLI_TO_NANO define
Kishore SN [Tue, 5 Sep 2017 11:32:24 +0000 (17:02 +0530)]
Fixed compilation error due to misspelled MILLI_TO_NANO define

6 years agoAudio devices and audio pipeline buffer support
bsvt [Mon, 3 Jul 2017 11:08:56 +0000 (04:08 -0700)]
Audio devices and audio pipeline buffer support

6 years agoInitial porting of TinyAlsa on TizenRT
Kishore SN [Wed, 30 Aug 2017 14:21:35 +0000 (19:51 +0530)]
Initial porting of TinyAlsa on TizenRT

6 years agoMerge pull request #616 from junmin-kim/common_codingrule
sunghan-chang [Mon, 18 Sep 2017 13:38:42 +0000 (22:38 +0900)]
Merge pull request #616 from junmin-kim/common_codingrule

Fix coding rule error

6 years agoMerge pull request #624 from jeongarmy/fix_freopen
sunghan-chang [Mon, 18 Sep 2017 13:36:49 +0000 (22:36 +0900)]
Merge pull request #624 from jeongarmy/fix_freopen

Fix wrong condition for checking invalid mode in freopen function.

6 years agoMerge pull request #628 from pillip8282/mqtt_utc_fix
sunghan-chang [Mon, 18 Sep 2017 13:33:12 +0000 (22:33 +0900)]
Merge pull request #628 from pillip8282/mqtt_utc_fix

example:mqtt fix mqtt utc error

6 years agoMerge pull request #625 from hs0225/iotjs
sunghan-chang [Mon, 18 Sep 2017 13:32:36 +0000 (22:32 +0900)]
Merge pull request #625 from hs0225/iotjs

Add artik053/iotjs config

6 years agoMerge pull request #629 from hs0225/modify_iotjs
sunghan-chang [Mon, 18 Sep 2017 13:32:07 +0000 (22:32 +0900)]
Merge pull request #629 from hs0225/modify_iotjs

Modify IoT.js for kindly test

6 years agoModify IoT.js for kindly test
Hosung Kim [Mon, 18 Sep 2017 13:09:54 +0000 (22:09 +0900)]
Modify IoT.js for kindly test

 -result print in debug mode
 -include all module

6 years agoMerge pull request #612 from davidfather/Svace_fix_dnsclient_app
pillip8282 [Mon, 18 Sep 2017 13:25:15 +0000 (22:25 +0900)]
Merge pull request #612 from davidfather/Svace_fix_dnsclient_app

Fix Svace issue in dnsclient_main.c

6 years agoexample:mqtt fix mqtt utc error
kang [Mon, 18 Sep 2017 13:07:53 +0000 (22:07 +0900)]
example:mqtt fix mqtt utc error

6 years agoAdd artik053/iotjs config
Hosung Kim [Mon, 18 Sep 2017 11:49:49 +0000 (20:49 +0900)]
Add artik053/iotjs config

6 years agoMerge pull request #623 from jeongarmy/fix_fstc
sunghan-chang [Mon, 18 Sep 2017 12:48:17 +0000 (21:48 +0900)]
Merge pull request #623 from jeongarmy/fix_fstc

Remove unnessasary testcase in libc_stdio_freopen_tc

6 years agoMerge pull request #626 from junmin-kim/tiva_setjmp
sunghan-chang [Mon, 18 Sep 2017 12:37:15 +0000 (21:37 +0900)]
Merge pull request #626 from junmin-kim/tiva_setjmp

Remove setjmp.S in tiva/Make.defs

6 years agoRemove setjmp.S in tiva/Make.defs
junmin kim [Mon, 18 Sep 2017 12:34:42 +0000 (05:34 -0700)]
Remove setjmp.S in tiva/Make.defs

It makes build error.
Assembler messages: common/setjmp.S:155: Error: r13 not allowed here

6 years agoFix coding rule error
junmin kim [Mon, 18 Sep 2017 04:23:01 +0000 (21:23 -0700)]
Fix coding rule error

- please, no spaces at the start of a line
- code indent should use tabs where possible
- space prohibited before that close parenthesis ')'
- space required after that ';'

6 years agoMerge pull request #619 from jeongarmy/fix_config
davidfather [Mon, 18 Sep 2017 11:33:01 +0000 (20:33 +0900)]
Merge pull request #619 from jeongarmy/fix_config

Change defconfig files in artik053 to disable logm by default

6 years agoMerge pull request #620 from junmin-kim/kernel_tc
sunghan-chang [Mon, 18 Sep 2017 11:00:43 +0000 (20:00 +0900)]
Merge pull request #620 from junmin-kim/kernel_tc

libc/sched: Add test case about task cancellation

6 years agoRemove unnessasary testcase in libc_stdio_freopen_tc
Ahreum Jeong [Mon, 18 Sep 2017 07:14:57 +0000 (16:14 +0900)]
Remove unnessasary testcase in libc_stdio_freopen_tc

We don't need many testcases for various mode flags here.
Internally, lib_mode2flags function checks whether it is valid or not.
It is already covered in libc_stdio_fopen_tc.

6 years agoMerge pull request #582 from lokeshbv/tc_libc_math
sunghan-chang [Mon, 18 Sep 2017 10:52:13 +0000 (19:52 +0900)]
Merge pull request #582 from lokeshbv/tc_libc_math

TC: Expand test cases of Libc Math

6 years agoMerge pull request #601 from pillip8282/modify_menuconfig
davidfather [Mon, 18 Sep 2017 10:50:43 +0000 (19:50 +0900)]
Merge pull request #601 from pillip8282/modify_menuconfig

os:Kconfig Add new menuconfigs(Runtime, Device Manage)

6 years agoFix wrong condition for checking invalid mode in freopen function.
Ahreum Jeong [Mon, 18 Sep 2017 10:45:51 +0000 (19:45 +0900)]
Fix wrong condition for checking invalid mode in freopen function.

freopen should return NULL when oflags is less than 0, not equal to 0.
Because negative value is returned on failure of lib_mode2offlags which converts the mode string into file open mode flag.

6 years agoMerge pull request #617 from JeonginKim/master
sunghan-chang [Mon, 18 Sep 2017 10:35:59 +0000 (19:35 +0900)]
Merge pull request #617 from JeonginKim/master

closesocket() Changed to Internal API

6 years agoMerge pull request #618 from pillip8282/lwip_debug_fix
sunghan-chang [Mon, 18 Sep 2017 10:14:11 +0000 (19:14 +0900)]
Merge pull request #618 from pillip8282/lwip_debug_fix

fix setting lwip debug option

6 years agolibc/sched: Add test case about task cancellation
junmin kim [Mon, 18 Sep 2017 08:43:59 +0000 (01:43 -0700)]
libc/sched: Add test case about task cancellation

This patch adds TC for scheduler API task_setcanceltype(), task_setcancelstate(), task_testcancel()

Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
Signed-off-by: junmin kim <junmindd.kim@samsung.com>
6 years agoMerge pull request #569 from hs0225/iotjs
sunghan-chang [Mon, 18 Sep 2017 09:13:11 +0000 (18:13 +0900)]
Merge pull request #569 from hs0225/iotjs

Support IoT.js

6 years agoMerge pull request #621 from jeongchanKim/doxygen_internal
sunghan-chang [Mon, 18 Sep 2017 09:09:01 +0000 (18:09 +0900)]
Merge pull request #621 from jeongchanKim/doxygen_internal

Add cond, internal comment for internal API : setjmp.h

6 years agoMerge pull request #610 from davidfather/Svace_fix_web_example
pillip8282 [Mon, 18 Sep 2017 09:03:17 +0000 (18:03 +0900)]
Merge pull request #610 from davidfather/Svace_fix_web_example

Fix Svace issues in webclient/webserver/websocket examples.

6 years agoMerge pull request #611 from davidfather/Svace_fix_iperf_util
pillip8282 [Mon, 18 Sep 2017 09:02:34 +0000 (18:02 +0900)]
Merge pull request #611 from davidfather/Svace_fix_iperf_util

Fix Svace issue in iperf_util.c: use snprintf instead of sprintf

6 years agoAdd cond, internal comment for internal API : setjmp.h
jc_.kim [Mon, 18 Sep 2017 09:01:33 +0000 (18:01 +0900)]
Add cond, internal comment for internal API : setjmp.h

6 years agoFix Svace issue in dnsclient_main.c
Seongil Hahm [Sat, 16 Sep 2017 11:45:58 +0000 (04:45 -0700)]
Fix Svace issue in dnsclient_main.c

1. fix missing null ternimation when strncpy()

6 years agoMerge pull request #576 from tadziopazur/setjmp_longjmp_issue
sunghan-chang [Mon, 18 Sep 2017 08:57:26 +0000 (17:57 +0900)]
Merge pull request #576 from tadziopazur/setjmp_longjmp_issue

Include implementation of setjmp/longjmp

6 years agoMerge pull request #574 from heejin-kim/hj_11
sunghan-chang [Mon, 18 Sep 2017 08:54:36 +0000 (17:54 +0900)]
Merge pull request #574 from heejin-kim/hj_11

Delete unused license files

6 years agoChange defconfig files in artik053 to disable logm by default
Ahreum Jeong [Mon, 18 Sep 2017 08:33:16 +0000 (17:33 +0900)]
Change defconfig files in artik053 to disable logm by default

User should use logm for debugging regarding scheduler and memory management.
But it is not essential to use it in other cases.

6 years agofix setting lwip debug option
kang [Mon, 18 Sep 2017 08:36:45 +0000 (17:36 +0900)]
fix setting lwip debug option

6 years agoclosesocket() Changed to Internal API
JeonginKim [Mon, 18 Sep 2017 08:32:33 +0000 (17:32 +0900)]
closesocket() Changed to Internal API

6 years agoAdd IoT.js initial version
Hosung Kim [Mon, 11 Sep 2017 05:40:48 +0000 (14:40 +0900)]
Add IoT.js initial version

6 years agoAdd IoT.js files
Hosung Kim [Mon, 11 Sep 2017 04:10:21 +0000 (13:10 +0900)]
Add IoT.js files

commitID: a4a1499d34bff5819772199943a0c060b7aa9ecc

6 years agoFix Svace issues in webclient/webserver/websocket examples.
Seongil Hahm [Sat, 16 Sep 2017 08:01:53 +0000 (01:01 -0700)]
Fix Svace issues in webclient/webserver/websocket examples.

1. Use strncmp instead of strcmp
2. Delete duplicated usage print webclient example
3. Free malloced variables before a function returns

6 years agoMerge pull request #613 from heejin-kim/hj_18
Taejun-Kwon [Mon, 18 Sep 2017 05:49:40 +0000 (14:49 +0900)]
Merge pull request #613 from heejin-kim/hj_18

Remove unused opensource - iotivity/extlibs/hippomocks

6 years agoMerge pull request #600 from pillip8282/fix_include_path_net
Taejun-Kwon [Mon, 18 Sep 2017 05:47:58 +0000 (14:47 +0900)]
Merge pull request #600 from pillip8282/fix_include_path_net

external:protocols fix include path ftp, wakaama

6 years agoMerge pull request #596 from davidfather/Svace_fix_wifi_utils
pillip8282 [Mon, 18 Sep 2017 05:13:06 +0000 (14:13 +0900)]
Merge pull request #596 from davidfather/Svace_fix_wifi_utils

Fix Svace issues in wifi_utils.c

6 years agoMerge pull request #614 from jeongchanKim/kernel_doxygen
Juitem JoonWoo Kim [Mon, 18 Sep 2017 05:04:06 +0000 (14:04 +0900)]
Merge pull request #614 from jeongchanKim/kernel_doxygen

Add doxygen comment for new apis : regex.h, debug.h

6 years agoAdd doxygen comment for new apis : regex.h, debug.h
jc_.kim [Mon, 18 Sep 2017 05:01:35 +0000 (14:01 +0900)]
Add doxygen comment for new apis : regex.h, debug.h

6 years agoRemove unused opensource - iotivity/extlibs/hippomocks
Heejin Kim [Mon, 18 Sep 2017 04:51:09 +0000 (13:51 +0900)]
Remove unused opensource - iotivity/extlibs/hippomocks

Hippomocks is only used when a target platform is linux.
If Hippomocks opensource is required, it would be downloaded by scon script.

6 years agoexternal:protocols fix include path ftp, wakaama
kang [Fri, 15 Sep 2017 04:20:35 +0000 (13:20 +0900)]
external:protocols fix include path ftp, wakaama

6 years agoMerge pull request #606 from JeongJunSik/wifi_modify
Taejun-Kwon [Sat, 16 Sep 2017 12:59:49 +0000 (21:59 +0900)]
Merge pull request #606 from JeongJunSik/wifi_modify

fix bug of libc(lib_inetaddr)

6 years agofix bug of libc(lib_inetaddr)
JunSik Jeong [Fri, 15 Sep 2017 14:36:17 +0000 (23:36 +0900)]
fix bug of libc(lib_inetaddr)