sunghan [Thu, 20 Jul 2017 07:56:04 +0000 (16:56 +0900)]
add contents for README
sunghan-chang [Thu, 20 Jul 2017 06:00:57 +0000 (15:00 +0900)]
Merge pull request #297 from heejin-kim/hj_rt
Revert the some changes #284
sunghan-chang [Thu, 20 Jul 2017 05:52:09 +0000 (14:52 +0900)]
Merge pull request #303 from jeongarmy/logm
Update Logm
Heejin Kim [Wed, 19 Jul 2017 05:26:39 +0000 (14:26 +0900)]
Revert the some changes #284
To clarify the function's meaning, some changes is reverted from #284.
Ahreum Jeong [Fri, 14 Jul 2017 08:22:01 +0000 (17:22 +0900)]
Set flag and priority parameters properly in macros in debug.h
Ahreum Jeong [Thu, 13 Jul 2017 04:47:56 +0000 (13:47 +0900)]
Support flag parameter in logm
Gernerally, logm puts entered messages to buffer and flushes them in logm task
But sometimes it is needed to print messages directly.
So logm supports this functionallity using flags
If flag is LOGM_LOWPUT, logm prints messages to low output directly after flushing buffer
Ahreum Jeong [Thu, 13 Jul 2017 04:27:18 +0000 (13:27 +0900)]
Clean codes of logm
sunghan-chang [Thu, 20 Jul 2017 04:57:17 +0000 (13:57 +0900)]
Merge pull request #274 from pradeepns85/stkmonitor_tash_dependency
Add !BUILD_PROTECTED && !BUILD_KERNEL dependency for ENABLE_STACKMONITOR flag
sunghan-chang [Thu, 20 Jul 2017 04:46:18 +0000 (13:46 +0900)]
Merge pull request #295 from lokeshbv/libc
libc/stdlib: Error Fixes
sunghan-chang [Thu, 20 Jul 2017 04:45:59 +0000 (13:45 +0900)]
Merge pull request #296 from lokeshbv/libc_math
Libc math: Refactoring
Lokesh B V [Wed, 19 Jul 2017 14:52:14 +0000 (20:22 +0530)]
libc/math: Fix for wrong ouput in modf() API
The sign of integral part given by the modf() should be same as sign of input.
But for inputs between 0 and 1, the sign of integral part was not same as sign of input.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Wed, 19 Jul 2017 06:54:31 +0000 (12:24 +0530)]
libc/math: Update lib_sqrtf.c lib_sqrt.c lib_sqrtl.c
Declared each variable in new line.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
sunghan-chang [Wed, 19 Jul 2017 08:07:11 +0000 (17:07 +0900)]
Merge pull request #300 from thapav/missingStdioAPIs
Added Missing stdio API's: freopen,setbuf,setvbuf,remove
Vidisha Thapa [Wed, 19 Jul 2017 07:09:02 +0000 (12:39 +0530)]
Added missing stdio API's: freopen,setbuf,setvbuf,remove
This patch adds missing stdio API's namely:
'freopen', 'setbuf', 'setvbuf', 'remove' to TizenRT.
These API's are ported by referring to the latest Nuttx.
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
Vidisha Thapa [Wed, 19 Jul 2017 06:46:28 +0000 (12:16 +0530)]
Refactoring on stream
This patch implements refactoring on I/O buffer stream.
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
Vidisha Thapa [Wed, 19 Jul 2017 06:26:17 +0000 (11:56 +0530)]
Modify return value on fcntl
This patch sets errno flag EBADF and modifies return value.
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
Vidisha Thapa [Wed, 19 Jul 2017 06:22:41 +0000 (11:52 +0530)]
Modify description on Kconfig
This patch modifies description of STDIO_BUFFER_SIZE config.
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
Lokesh B V [Wed, 19 Jul 2017 06:54:31 +0000 (12:24 +0530)]
Update lib_sqrtf.c
pradeep.ns [Thu, 13 Jul 2017 19:51:37 +0000 (01:21 +0530)]
Add !BUILD_PROTECTED && !BUILD_KERNEL dependency for ENABLE_STACKMONITOR flag
This feature internally uses kernel data structures and thus should not be
enabled during kernel build(BUILD_KERNEL) and protected build (BUILD_PROTECTED)
Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
sunghan-chang [Wed, 19 Jul 2017 03:09:06 +0000 (12:09 +0900)]
Merge pull request #294 from kiwoongko/master
correction of errata (protocal --> protocol)
Lokesh B V [Tue, 18 Jul 2017 14:13:19 +0000 (19:43 +0530)]
lib/math: Fix sqrtf
wrong ouput for large input
Also typo changes.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Tue, 18 Jul 2017 14:12:45 +0000 (19:42 +0530)]
libc/math: Typo Fix
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Lokesh B V [Tue, 18 Jul 2017 11:41:20 +0000 (17:11 +0530)]
libc/stdlib: Error Fixes
1.Fix an error in mkstemp() the could result in an infinite loop.
2.Fix for wrong output in some cases.
For Example:
input: "FILEXX"
output: "FILE00" and repeating same output for further invocations of mkstemp().
But, the ouput has to be FILE01, FILE02, ...., FILEZZ.
Signed-off-by: Lokesh B V <lokesh.bv@partner.samsung.com>
Kiwoong Ko [Tue, 18 Jul 2017 10:42:29 +0000 (19:42 +0900)]
correction of errata (protocal --> protocol)
pillip8282 [Mon, 17 Jul 2017 09:41:04 +0000 (18:41 +0900)]
Merge pull request #285 from dr-venkman/master
Removed doc folder in tinydtls subfolder in wakaama
sunghan-chang [Mon, 17 Jul 2017 08:58:14 +0000 (17:58 +0900)]
Merge pull request #288 from junmin-kim/common_qemu
Add qemu feature
sunghan-chang [Mon, 17 Jul 2017 08:56:39 +0000 (17:56 +0900)]
Merge pull request #281 from jeongchanKim/kernel_idlestack
modify the peak stack size of idle task
sunghan-chang [Mon, 17 Jul 2017 08:25:28 +0000 (17:25 +0900)]
Merge pull request #286 from JeongJunSik/master
Remove the unavailable iotbus_spi api funtion
JunSik Jeong [Mon, 17 Jul 2017 07:50:23 +0000 (16:50 +0900)]
Remove the unavailable iotbus_spi api funtion
junmin kim [Fri, 14 Jul 2017 08:12:20 +0000 (01:12 -0700)]
Create qemu config README.md
junmin kim [Mon, 10 Jul 2017 07:34:20 +0000 (00:34 -0700)]
Call qemu command when user type "make download"
junmin kim [Thu, 13 Jul 2017 08:19:14 +0000 (01:19 -0700)]
Create qemu build config
Manohara HK [Tue, 21 Mar 2017 13:45:54 +0000 (19:15 +0530)]
port lm3s6965-ek board from NuttX
This is required for running tinyara on QEMU.
lm3s6965-ek board is supported in qemu and as well as in NuttX.
This patch ports lm3s6965-ek board and associated SoC(tiva) from latest nuttx.
lm3s6965-ek and tiva chip source are not exactly from laster master, but
build compatible version is choosen while porting.
Signed-off-by: Manohara HK <manohara.hk@samsung.com>
dr-venkman [Mon, 17 Jul 2017 07:31:11 +0000 (16:31 +0900)]
Removed doc folder in tinydtls subfilder within wakaama/examples/shared. This should fix GPLv2 license issue
lssgood [Mon, 17 Jul 2017 06:47:46 +0000 (15:47 +0900)]
Merge pull request #284 from heejin-kim/hj_rt
Fix defects for webserver
heejin-kim [Mon, 17 Jul 2017 06:46:03 +0000 (15:46 +0900)]
Merge branch 'master' into hj_rt
Heejin Kim [Mon, 17 Jul 2017 06:30:33 +0000 (15:30 +0900)]
Fix defects for webserver
btheosam [Mon, 17 Jul 2017 06:09:08 +0000 (15:09 +0900)]
Merge pull request #277 from sunghan-chang/master
refactoring
jc_.kim [Mon, 17 Jul 2017 01:43:48 +0000 (10:43 +0900)]
modify the peak stack size of idle task
update the stack info in idle task tcb and add coloration for idle stack before os_start
pillip8282 [Mon, 17 Jul 2017 04:40:09 +0000 (13:40 +0900)]
Merge pull request #280 from HONGCHAEHEE/modify-cjson
Add cJSON functions
sunghan-chang [Mon, 17 Jul 2017 02:05:10 +0000 (11:05 +0900)]
Merge pull request #282 from jeongchanKim/kernel_readme
Modify the Readme.md about setting the Kconfig-frontends Installation
jc_.kim [Mon, 17 Jul 2017 01:47:27 +0000 (10:47 +0900)]
Modify the Readme.md about setting the Kconfig-frontends Installation
chaehee.hong [Mon, 17 Jul 2017 01:28:32 +0000 (18:28 -0700)]
Add cJSON functions
sunghan [Fri, 14 Jul 2017 12:45:07 +0000 (21:45 +0900)]
fixup! examples/tls: fix certificates retrieval from SSS
MQTT configurations are added manually.
It makes duplicated and added wrong location.
sunghan [Fri, 14 Jul 2017 12:00:07 +0000 (21:00 +0900)]
modify incorrect comment on socket.h
CONFIG_CUSTOM_SOCKETS -> CONFIG_NET_SOCKET
sunghan [Fri, 14 Jul 2017 11:39:39 +0000 (20:39 +0900)]
fixup! external/wakaama: clean up the wakaama build tree
Including dm include folder is already existed at line 82.
sunghan-chang [Fri, 14 Jul 2017 11:17:21 +0000 (20:17 +0900)]
Merge pull request #276 from tadziopazur/dummy_shutdown_removed_from_libc
dummy shutdown removed from built-in libc
Tomasz Wozniak [Fri, 14 Jul 2017 10:21:06 +0000 (12:21 +0200)]
dummy shutdown removed from built-in libc
sunghan-chang [Fri, 14 Jul 2017 08:20:08 +0000 (17:20 +0900)]
Merge pull request #275 from shivgarg/master
Fixed coding rule violation in arastorage
Shivam Garg [Fri, 14 Jul 2017 08:04:13 +0000 (17:04 +0900)]
Fixed coding rule violation in arastorage
sunghan-chang [Fri, 14 Jul 2017 02:11:33 +0000 (11:11 +0900)]
Merge pull request #198 from pmarcinkiew/FIONREAD_fix
FIONREAD macro namespace clash resolved for IOCTL and SOCKETS
Piotr Marcinkiewicz [Thu, 13 Jul 2017 10:13:59 +0000 (12:13 +0200)]
FIONREAD macro namespace clash resolved for IOCTL and SOCKETS
There is macro with the same name but different content within two basic
OS headers - sockets.h and ioctl.h. It can be fixed with including ioctl.h
into sockets.h so the same macro will be used everywhere.
sunghan-chang [Wed, 12 Jul 2017 07:59:17 +0000 (16:59 +0900)]
Merge pull request #269 from EunBongSong/ds-dev3
Ds dev3
lssgood [Wed, 12 Jul 2017 03:55:01 +0000 (12:55 +0900)]
Merge pull request #205 from heejin-kim/nw_iotivity
Update external/Makefile to remove object files.
Junyeon LEE [Thu, 6 Jul 2017 14:43:15 +0000 (23:43 +0900)]
wakaama/example: indicate DM specific source code.
This commit seperates DM (device management) related source code with
original open source and return value between error and success case.
Change-Id: I5009b39ad7aba5b57ec6b57aa5824bd5908014d0
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Wonsang Ryou [Thu, 29 Jun 2017 01:19:52 +0000 (10:19 +0900)]
netutils/mqtt: handle exception case in mqtt_disconnect()
This patch handles the exception in which mqtt_disconnect() returns
MOSQ_ERR_NO_CONN even if mqtt_client's state is not 'NOT_CONNECTED'.
If this exception case occurs, mqtt_disconnect() returns the success
value after the state is changed to 'MQTT_CLIENT_STATE_NOT_CONNECTED'.
Change-Id: I6b552f36cdba0bf0aa53a252477177fb569a4c15
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
Junyeon LEE [Tue, 27 Jun 2017 10:45:42 +0000 (19:45 +0900)]
wakaama/core: fixes TCP/TLS observation cancel error.
This commit fixes "Cancel an observe" error with TCP/TLS.
Responses type from TCP/TLS are alwayse COAP_TYPE_CON
and the transaction_handleResponse function can't handle
every TCP case.
Not that if we received CON message from our trustful peer
through TCP/TLS, we regard it as ack message.
Change-Id: I7cac5861932f0213bffb4265a0cd553e7d280d15
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Jin-Seong Kim [Mon, 26 Jun 2017 23:46:46 +0000 (08:46 +0900)]
netutils/libcoap : add license files for libcoap
This commit is to add license files for libcoap
- libcoap is under BSD license
Change-Id: I4d3768a0490f8510f48e8a8864520bee331063c6
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Mon, 26 Jun 2017 23:35:35 +0000 (08:35 +0900)]
net/lwip : add MIT license file for dhcps
This commit is to add MIT license files for dhcps
- dhcps is under MIT license hence, add full statement of MIT license
Change-Id: Ie58070b815a2734b6a6ca57cea53a5cbed7dc980
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Mon, 26 Jun 2017 23:25:14 +0000 (08:25 +0900)]
examples/libcoap_client : trivial patch, update usages
This commit is trivial patch to update usages
- delete not-supported options
Change-Id: Id9dee2add1866b0a748dcea6b8bafb5a81a427a3
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Mon, 26 Jun 2017 23:29:31 +0000 (08:29 +0900)]
tls : add license files (Apache v2.0)
This commit is to add license files
- apache-2.0.txt : full statement of license
Change-Id: Ibb85ef283bbd0080894b2e1e6b497e489dcc3f3e
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Mon, 26 Jun 2017 04:53:43 +0000 (13:53 +0900)]
netutils/codec : separates build source codes in Makefile
This commit is to separate build source codes in Makefile
- base64.c, md5.c and urldecode.c codes are compiled,
when CONFIG_NETUTILS_CODEC is enabled
- separates them accordingly its specific configuration
Change-Id: I157fd5077673c075b16b79f341ad21dec8e062e9
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Fri, 23 Jun 2017 06:27:12 +0000 (15:27 +0900)]
examples/libcoap_client : fix memory leakage on libcoap_client
This commit is to fix memoray leakage on libcoap_client
- TizenRT should free allocated memory by using free
- payload.s and optlist has not-freed memory so, fix them
Change-Id: I07e2bc0ceca0138dd8a68c4ae07a926ad94e8615
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Fri, 23 Jun 2017 09:00:53 +0000 (18:00 +0900)]
libc/netdb : fix overflow issue on DNS send buffer
This commit is to fix overflow issue on DNS send buffer
- dns query is consists of as below :
header (12 bytes)+ dns hostname (variables) + query type (2 bytes)
+ query class (2 bytes)
- previously send buffer size is fixed size of 64 bytes,
when hostname is larger than 48 bytes, send buffer is going to
be overflowed
- to prevent corruption of send buffer, set SEND_BUFFER_SIZE accordingly
hostname size
Change-Id: I6428311e51a2db002dde5265e7d7de80ee5cd1bd
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Fri, 23 Jun 2017 03:10:03 +0000 (12:10 +0900)]
netutils/libcoap : trivial patches, to improve stabliity of code
This commit is to fix static analysis defects
- fix defects types as belows :
1. defererences of null value
2. memory leakage
3. fix precedence
4. unchekced function returns
Change-Id: I617161d1aee5b58dbe2f24a05724d3b023e6155d
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Seongeun Choi [Fri, 23 Jun 2017 11:32:36 +0000 (20:32 +0900)]
external/wakaama : fixes memory leakage in tcp api
This patch fixes memory leakage issue in tcp api.
Without this commit, 32 bytes are not released when client is
registered over tcp.
Change-Id: Iad0fc2e474acfee96742b571264a7c85da676b7f
Signed-off-by: Seongeun Choi <seongeun.choi@samsung.com>
Seongeun Choi [Mon, 12 Jun 2017 07:58:41 +0000 (16:58 +0900)]
examples/lwm2m_test : fixes memory leakage
This patch fixes memory leakage issues in the prv_add(),
prv_remove() and prv_create_client() functions.
Change-Id: I2ebb268099cd5d5da603c51b0851aa958ba6cf2c
Signed-off-by: Seongeun Choi <seongeun.choi@samsung.com>
Junyeon LEE [Fri, 23 Jun 2017 14:02:53 +0000 (23:02 +0900)]
net/tls: fixes memory leakage in easy tls api.
This commit is to fix memory leakage in easy tls api.
Without this commit, tls_ctx and tls_session structures
are not freed and remain in memory.
Change-Id: Idea8bf2a44d1401e81f97a377a5480c580c96d92
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Fri, 23 Jun 2017 14:54:38 +0000 (23:54 +0900)]
examples/lwm2m_test: fixes lwm2m_test usage.
This commit fixes wrong usage about psk and addes guide for
all input combination.
Change-Id: I79168f07f628c8b54908ed2cffc4721a096a358e
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Fri, 23 Jun 2017 13:58:34 +0000 (22:58 +0900)]
examples/libcoap: fix compile error in example.
This commit is to fix below compilation error on client example.
CC: libcoap-client.c
libcoap-client.c:787:47: error: '_token_data' is static but used
in inline function 'cmdline_token' which is not static [-Werror]
strncpy((char *)the_token.s, arg, min(sizeof(_token_data), strlen(arg)));
^
libcoap-client.c:82:32: note: in definition of macro 'min'
#define min(a,b) ((a) < (b) ? (a) : (b))
^
ibcoap-client.c:787:47: error: '_token_data' is static but used
in inline function 'cmdline_token' which is not static [-Werror]
strncpy((char *)the_token.s, arg, min(sizeof(_token_data), strlen(arg)));
^
libcoap-client.c:82:20: note: in definition of macro 'min'
#define min(a,b) ((a) < (b) ? (a) : (b))
^
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Change-Id: I820e3c872ca100b9e34027e1d28e4b4f42c78d11
Jin-Seong Kim [Wed, 21 Jun 2017 04:31:15 +0000 (13:31 +0900)]
external/wakaama : Fix compilation error on client example
This commit is to fix compilation error on client example
- use global lwm2mH variable instead of shadowed variable in the function
- initialize variables and remove un-used variables
- fix compiliation eror of mismatched data type on connectivity_interface
- fix return value of client_main function
- add protocol parameter on connection_create and create_socket APIs
- add common_monitor_interface files to prevent build error
on connectivity_interface
Change-Id: Ib1e694a76823edf6b30ea4ccc52487a3d1741aea
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Wed, 21 Jun 2017 07:48:57 +0000 (16:48 +0900)]
example/webclient : Fix compilation error without TLS option
This commit is to fix compilation error on webclient example without TLS
1. add (char *) cast in front of malloc
webclient_main.c: In function 'webclient_init_request':
webclient_main.c:245:21:
error: assignment makes pointer from integer without a cast [-Werror]
request->entity = malloc(t);
2. add stdlib.h
webclient_main.c:237: undefined reference to `atoi'
webclient_main.c:239: undefined reference to `atoi'
webclient_main.c:243: undefined reference to `atoi'
Change-Id: I85859de77349dcd922237b3737f7039873913e20
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Wed, 21 Jun 2017 02:35:08 +0000 (11:35 +0900)]
external/wakaama : Update wakaama client from wakaama gitHub
This commit is for Updating wakaama client from wakaama gitHub[1]
[1] https://github.com/eclipse/wakaama
- To synchronize patched on core functions, update client example
Change-Id: I70ed3eeb673ef93b33010bc684576e100c3db803
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Jin-Seong Kim [Wed, 21 Jun 2017 02:20:22 +0000 (11:20 +0900)]
external/wakaama : Revert client example to 1.0_Public_M1 version
This commit is revert commit for wakaama client example
- SW R&D Center(DS) has been seperated client example from DM framework
wakaama client example will be only used by DM framework
So, we'll revert our patches on client example to prevent
maintaining issue on it
Change-Id: I6d75c729b4d694025af067a0cb84d1b9ba132805
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Signed-off-by: EunBong Song <eunb.song@samsung.com>
Wonsang Ryou [Wed, 21 Jun 2017 02:09:42 +0000 (11:09 +0900)]
spi: fix mismatched return types of SPI_SETMODE and SPI_SETBITS
Even if the return types of .setmode and .setbits operations had been
changed to void in commit
f5dd07d5a922 ("spi: iotbus: fix mismatched
prototype declarations"), the return types of SPI_SETMODE and
SPI_SETBITS macros are still int.
This patch corrects the return types of SPI_SETMODE and SPI_SETBITS.
(int -> void)
Change-Id: I3b5e6a3bda3759303e84a4b31fe90a67d3a88720
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
Junyeon LEE [Fri, 16 Jun 2017 04:54:37 +0000 (13:54 +0900)]
Revert "external/wakaama: remove tinydtls library"
Supporting DM framework, we enables tinydtls library.
This reverts commit
2308e97dfb9a78ff0f9fb5b4c88520531bfd8e04.
Change-Id: I4316a67bec85e98b46d0ecc952fbc227859f89b4
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Mon, 19 Jun 2017 19:50:57 +0000 (04:50 +0900)]
netutils/http: fixes minor issues in webserver and webclient
This commit fixes several minor issues in webserver and webclient.
. unopened message queue can be used in http_server_handler()
. unreleased file descriptor in http_handle_file()
. double free problem in client_send_request()
. uninitialized response structure is able to make abort problem.
Change-Id: I119c4a2ea64ae575153a4a7772d4ef104b87a68c
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Mon, 19 Jun 2017 19:47:55 +0000 (04:47 +0900)]
netutils/websocket: check returning value of pthread_ funcion
After this commit, websocket will check pthread_ related function's
returning value.
Change-Id: Ia561cd9e9142afa2f9d7a2ef8ee1d4aecd236d76
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Mon, 19 Jun 2017 19:47:32 +0000 (04:47 +0900)]
net/tls: check function's return value
Several functions did not check the input / return value in pk_wrap.c
and easy_tls.c files.
Change-Id: I3cb198c4b7db4947f9e253959e143446595f2311
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Jin-Seong Kim [Mon, 19 Jun 2017 04:44:40 +0000 (13:44 +0900)]
examples/libcoap_server : trivial fixes for libcoap_server example
This commit is trivial fixes for libcoap_server example
- add log on hnd_put_time function when its progress has been succeed
- delete un-supported DELETE callback function
Change-Id: I0f0a737f9e38064fe15eb40acae9829f24f6786e
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
Wonsang Ryou [Mon, 19 Jun 2017 06:25:27 +0000 (15:25 +0900)]
examples/sensor_test: introduce ppd42ns sensor example application
This commit introduces the example application for testing ppd42ns
dust sensor driver. The following configurations should be enabled
for this application.
+CONFIG_SENSOR=y
+CONFIG_SENSOR_PPD42NS=y
+CONFIG_SENSOR_PPD42NS_GPIO_NUM=58
+CONFIG_EXAMPLES_SENSOR_TEST=y
+CONFIG_EXAMPLES_SENSOR_TEST_PPD42NS=y
You can test this application using 'sensor_ppd42ns' command in tash.
Change-Id: Ibf189af067d117977b5257ed6a5c9cc8a7e4d99d
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
Wonsang Ryou [Mon, 19 Jun 2017 05:55:37 +0000 (14:55 +0900)]
drivers/sensors: introduce common sensor APIs
This commit introduces common APIs' definition for sensor drivers.
The driver developers makes sensor drivers according to these common
sensor APIs' definition and the application developers can control
sensor devices using this APIs.
Change-Id: I7e52be1f9b3f5c141113b3d07d501f1021caec79
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
Junyeon LEE [Fri, 16 Jun 2017 04:35:39 +0000 (13:35 +0900)]
external/wakaama: restore wakaama examples.
This commit rollbacks wakaama examples for supporting DM framework.
Now that wakaama examples are nearly same with current eclipse/wakaama
opensource. The only differences with opensource are
. Add protocol type to support and indicate TCP.
. Add read_input_command_line() for parsing inputs.
Change-Id: I22e152e1d61941d4e36a75442fe54b1a058dc825
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Jihun Ahn [Mon, 15 May 2017 02:30:39 +0000 (11:30 +0900)]
netutils/webclient: fix function comment
Currently, The name of this inline function is 'wget_parseheaders',
but in comments it was written as 'wget_parsestatus'.
This commit fix this function comment.
Change-Id: I66a15599f04ca7d5b592a13abaa1acc4c2a790f4
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Junyeon LEE [Fri, 16 Jun 2017 04:32:52 +0000 (13:32 +0900)]
external/wakaama: add dependency between dm and platform example.
This commit addes a positive and negative dependency in wakaama example.
Because DM framework and platform example can not be compatible.
Change-Id: Id19990f9764fde0cd36697c6f41242fd7b41ddd1
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Jihun Ahn [Mon, 15 May 2017 04:53:19 +0000 (13:53 +0900)]
netutils/webclient: check the request argument
Do an initial check on the argument of request in client_send_request
function to avoid possible segmentation faults.
Change-Id: If6ac47c9f974451de1942b85e181aa719b61d547
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Jihun Ahn [Mon, 15 May 2017 04:42:23 +0000 (13:42 +0900)]
netutils/webclient: combine similar code from http_client_send_request
Two functions that is 'http_client_send_request' and
'http_client_send_request' are very similar code.
This commit combines similar codes from two functions.
Change-Id: I9112a58b03cce1de772f1d0d87a029f9e2739175
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Jihun Ahn [Mon, 15 May 2017 04:18:58 +0000 (13:18 +0900)]
netutils/webclient: remove errout statement
This commit removes the 'errout' statement by changing the location of
the buffer allocation area.
Change-Id: I062f5a65f52c98fe0abd59adeb602921edfbdea2
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Jihun Ahn [Mon, 15 May 2017 04:16:14 +0000 (13:16 +0900)]
netutils/webclient: remove else routine
Currently, this codes unnecessary because in this situation,
certainty exiting in this function.
Change-Id: I6b018d94a85e9910ef83a130495ca6fb6daf305a
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Jihun Ahn [Mon, 15 May 2017 04:05:22 +0000 (13:05 +0900)]
netutils/webclient: fix location of argument check
This commit fixes check the argument field location.
Change-Id: I076de6721857cb4bbdcb4401f981794666ba7c78
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Jihun Ahn [Mon, 15 May 2017 08:08:02 +0000 (17:08 +0900)]
netutils/webclient: separate 'wget_base' according to TLS
This function consists of a lot of predefined code which is
'CONFIG_NET_SECURITY_TLS'.
It makes understand source code too hard.
So, This commit separate 'wget_base' according to definition of TLS.
Change-Id: I93957a71d60349bc3656a7152f9280be6bb46abc
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
Junyeon LEE [Wed, 14 Jun 2017 15:40:56 +0000 (00:40 +0900)]
netutils/webserver: add NULL pointer check after alloc buffer
This commit addes NULL pointer check after allocating buffer and
fixes two minor issues.
. Null pointer 'dq->paths' is deallocated at http_query.c:231 by
calling function 'free'
. Return value 'return value of fputs(...)' of a function 'fputs'
called at http_client.c:532 is not checked.
. query array in "http_query.c" is able to make data overflow at
http_divide_query_params()
Change-Id: Ie335d0a3b9dbcd5d674ef0066acf083b400b7d43
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Wed, 14 Jun 2017 15:33:08 +0000 (00:33 +0900)]
net/tls: add NULL pointer check after alloc buffer
This commit addes NULL pointer check after allocating buffer and
fixes two minor issues.
. sizeof(SEE_MAX_ENCRYPTED_KEY_SIZE) can be possible to initialize
un-expected size.
. Redundant comparison at "if (der_buf)" is always true.
. Logit operator precedence in assignment can produce an unexpected
result in pk_wrap.c : 620.
Change-Id: I27d37b220bc844345da15cc135cedad0d55841e4
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Wed, 14 Jun 2017 15:31:02 +0000 (00:31 +0900)]
netutils/webclient: add NULL pointer check after alloc buffer
This commit addes NULL pointer check routine in webclient after
allocating buffer.
Change-Id: I3e9f2fd6606d72f0b92f3f80a274d095a4b5b2c2
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
EunBong Song [Wed, 14 Jun 2017 03:59:49 +0000 (12:59 +0900)]
mtd Kconfig: Fix trivial typo
Change-Id: I19c9a08822f67abb0b144555b5da18eabfdc439f
Signed-off-by: EunBong Song <eunb.song@samsung.com>
EunBong Song [Wed, 14 Jun 2017 00:40:54 +0000 (09:40 +0900)]
Kconfig: Fix trivial bug of DOWNLOAD_IMAGE & SMARTFS_IMAGE
DOWNLOAD_IMAGE & SMARTFS_IMAGE do not have submenu. So these should be
config not a menuconfig.
Change-Id: Ib6db3e755fa987f6643ee645a6d4ca3e393c2479
Signed-off-by: EunBong Song <eunb.song@samsung.com>
Junyeon LEE [Mon, 12 Jun 2017 15:19:17 +0000 (00:19 +0900)]
examples/lwm2m_test: fix a compilation error on prv_status_to_string
This commit fixes a compilation error on lwm2m_test example.
commandline.c: In function 'prv_status_to_string':
commandline.c:404:37: error: expected expression before 'return'
#define CODE_TO_STRING(X) case X:(return #X)
^
commandline.c:409:3: note: in expansion of macro 'CODE_TO_STRING'
CODE_TO_STRING(COAP_NO_ERROR);
Change-Id: I1c7afb3d07ca1e09545f5eb92167641f7d6e839a
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Junyeon LEE [Thu, 8 Jun 2017 16:50:57 +0000 (01:50 +0900)]
net/tls: easy_tls api supports DTLS connection
Now that easy tls apis are supporting dtls connection.
Change-Id: Ia213df5b3e64c8def3a6c023188be322a3c2215b
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Jin-Seong Kim [Fri, 9 Jun 2017 02:15:27 +0000 (11:15 +0900)]
libc/netdb : nuttx patch, fix time info in lib_dnscache.c
This commit is patch to fix time info in lib_dnscache.c
- fix wrong usage of time function
- nuttx patch information is as follows :
- refer "fix time info in lib_dnscache.c" in nuttx main branch
Change-Id: Ife4350ef2c752252f9e34c9aa1b97af14d6bf7f1
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
EunBong Song [Tue, 11 Jul 2017 01:46:09 +0000 (10:46 +0900)]
external/wakaama: clean up the wakaama build tree
This commit seperates dependency between lwm2m core library and
device management application(DM app).
1. Do not build external wakaama examples without device management
configuration. Now that under wakaama/examples/ source codes are
only for DM framework.
2. Now that user can build only wakaama core library.
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
Signed-off-by: EunBong Song <eunb.song@samsung.com>