rtos/tinyara.git
6 years agoRemove tc macro, TC_ASSERT_NOT_NULL and change all using it to TC_ASSERT_NEQ
Ahreum Jeong [Fri, 8 Sep 2017 05:03:39 +0000 (14:03 +0900)]
Remove tc macro, TC_ASSERT_NOT_NULL and change all using it to TC_ASSERT_NEQ

It is not nessasary because it can be represented as TC_ASSERT_NEQ(api, NULL)

6 years agoMerge pull request #547 from tadziopazur/up_i2cuninit_for_head
btheosam [Thu, 7 Sep 2017 10:23:38 +0000 (19:23 +0900)]
Merge pull request #547 from tadziopazur/up_i2cuninit_for_head

Provide up_i2cuninitialize for S5J (fix i2ctool build break)

6 years agoFix i2ctool build break for s5j (provide up_i2cuninitialize)
Tomasz Wozniak [Thu, 7 Sep 2017 10:11:28 +0000 (12:11 +0200)]
Fix i2ctool build break for s5j (provide up_i2cuninitialize)

6 years agoMerge pull request #545 from btheosam/audiofix
Taejun-Kwon [Thu, 7 Sep 2017 07:56:58 +0000 (16:56 +0900)]
Merge pull request #545 from btheosam/audiofix

Fix artik audio bootup

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

6 years agoMerge pull request #528 from davidfather/wifi_manager
sunghan-chang [Thu, 7 Sep 2017 03:05:46 +0000 (12:05 +0900)]
Merge pull request #528 from davidfather/wifi_manager

Add the initial version of Wi-Fi Manager

6 years agoMerge pull request #541 from sunghan-chang/external
Taejun-Kwon [Thu, 7 Sep 2017 01:52:58 +0000 (10:52 +0900)]
Merge pull request #541 from sunghan-chang/external

External

6 years agoMerge pull request #535 from sunghan-chang/filepath
Taejun-Kwon [Thu, 7 Sep 2017 01:52:46 +0000 (10:52 +0900)]
Merge pull request #535 from sunghan-chang/filepath

kernel, tools: remove unused codes related CONFIG_INIT_FILEPATH

6 years agoMerge pull request #542 from jeongarmy/fix_doxygen
sunghan-chang [Thu, 7 Sep 2017 01:40:18 +0000 (10:40 +0900)]
Merge pull request #542 from jeongarmy/fix_doxygen

Fix doxygen comment for arastorage in framework/include/arastorage/arastorage.h

6 years agoexternal/all: modify all of Make stubs inside external
sunghan [Thu, 7 Sep 2017 00:00:12 +0000 (09:00 +0900)]
external/all: modify all of Make stubs inside external

Previous build system does not support same files inside different modules.
i.e.
Makefile:184: target `platform.o' given more than once in the same rule.
Makefile:184: target `utils.o' given more than once in the same rule.
Makefile:184: target `base64.o' given more than once in the same rule.
Makefile:184: target `sha1.o' given more than once in the same rule.
Makefile:184: target `md5.o' given more than once in the same rule.

It causes in-complete compilations.
And it does not compile them as a different module.
So, it is changed like apps build system.

6 years agoFix doxygen comment for arastorage in framework/include/arastorage/arastorage.h
Ahreum Jeong [Thu, 7 Sep 2017 01:17:36 +0000 (10:17 +0900)]
Fix doxygen comment for arastorage in framework/include/arastorage/arastorage.h

The group name, ARASTORAGE is used in ingroup before being defined by defgroup.
Defgroup which means definition of group should be in front of ingroup.

6 years agoMerge pull request #515 from pillip8282/tls_aging_test
sunghan-chang [Thu, 7 Sep 2017 00:09:16 +0000 (09:09 +0900)]
Merge pull request #515 from pillip8282/tls_aging_test

Add a large data transfer test for TLS

6 years agoLibtarget.mk: deliver external folder path at buiding external
sunghan [Wed, 6 Sep 2017 23:51:05 +0000 (08:51 +0900)]
Libtarget.mk: deliver external folder path at buiding external

EXTDIR definition is used in external folder so that we should
deliver it when external is building.

6 years agoexternal/ftpc: fix compilation errors
sunghan [Wed, 6 Sep 2017 15:26:43 +0000 (00:26 +0900)]
external/ftpc: fix compilation errors

The ftpc module was moved to external so that including path should be
<protocols/ftpc.h>.

6 years agoexternal/slsi_wifi: fix wrong information of description
sunghan [Wed, 6 Sep 2017 14:40:37 +0000 (23:40 +0900)]
external/slsi_wifi: fix wrong information of description

We don't have tools/misc folder so that we recommand to visit
kernel.org site to know kconfig-language.

6 years agoexternal/mdns: fix indentation to align
sunghan [Wed, 6 Sep 2017 14:28:17 +0000 (23:28 +0900)]
external/mdns: fix indentation to align

6 years agoexternal/ftpd: move a location of LWIP dependancy to Kconfig
sunghan [Wed, 6 Sep 2017 14:12:27 +0000 (23:12 +0900)]
external/ftpd: move a location of LWIP dependancy to Kconfig

Even if FTPD config is enabled, it can't be compiled without LWIP config.
So, if LWIP is not enabled, let's block to enable FTPD config.

6 years agoMerge pull request #520 from jeongchanKim/apps_codingrule
sunghan-chang [Wed, 6 Sep 2017 12:40:16 +0000 (21:40 +0900)]
Merge pull request #520 from jeongchanKim/apps_codingrule

Fix coding rule error : apps

6 years agoexternal: add missing Samsung Apache license at Makefile
sunghan [Wed, 6 Sep 2017 11:02:49 +0000 (20:02 +0900)]
external: add missing Samsung Apache license at Makefile

This Makefile was made by Samsung so that we add Samsung Copyright and License.

6 years agoFix coding rule error : apps
jc_.kim [Mon, 4 Sep 2017 11:00:09 +0000 (20:00 +0900)]
Fix coding rule error : apps

ramfs_test.c:42: ERROR: [IDT_M_TAB] please, no spaces at the start of a line
nxplayer_main.c:145: ERROR: [SPC_M_OPR] spaces required around that '<' (ctx:BxW)

6 years agoMerge pull request #538 from junmin-kim/kernel_buildwarning
sunghan-chang [Wed, 6 Sep 2017 10:11:15 +0000 (19:11 +0900)]
Merge pull request #538 from junmin-kim/kernel_buildwarning

Fix kernel build warning

6 years agoMerge pull request #539 from jeongchanKim/kernel_strncmp
sunghan-chang [Wed, 6 Sep 2017 10:10:48 +0000 (19:10 +0900)]
Merge pull request #539 from jeongchanKim/kernel_strncmp

Modify strncmp 3rd param in kdbg

6 years agoModify build warning flags of qemu tc
junmin kim [Wed, 6 Sep 2017 09:15:06 +0000 (02:15 -0700)]
Modify build warning flags of qemu tc

Werror, Wundef, Wno-unused-but-set-variable are added

6 years agoFix build warning in mpu.h, irq_initialize.c
junmin kim [Wed, 6 Sep 2017 08:09:03 +0000 (01:09 -0700)]
Fix build warning in mpu.h, irq_initialize.c

mpu.h : modify #ifdef statement to remove build warning
irq_initialize.c : include missed header

6 years agoFix build warning in kernel tc
junmin kim [Wed, 6 Sep 2017 08:05:10 +0000 (01:05 -0700)]
Fix build warning in kernel tc

Include missed header and use set-but-unused value

6 years agoMerge pull request #537 from jeongchanKim/tiva_codingrule
sunghan-chang [Wed, 6 Sep 2017 09:26:50 +0000 (18:26 +0900)]
Merge pull request #537 from jeongchanKim/tiva_codingrule

Fix the coding rule error : arch/arm/src/tiva

6 years agoModify strncmp 3rd param in kdbg
jc_.kim [Wed, 6 Sep 2017 09:18:32 +0000 (18:18 +0900)]
Modify strncmp 3rd param in kdbg

if only strlen, security issue can occur. so we should check strlen + 1 size.

6 years agoFix the coding rule error : arch/arm/src/tiva
jc_.kim [Wed, 6 Sep 2017 08:34:50 +0000 (17:34 +0900)]
Fix the coding rule error : arch/arm/src/tiva

6 years agoMerge pull request #536 from jeongchanKim/strncmp_codingrule
sunghan-chang [Wed, 6 Sep 2017 07:52:43 +0000 (16:52 +0900)]
Merge pull request #536 from jeongchanKim/strncmp_codingrule

Fix the coding rule : libc/string/strncmp

6 years agoFix the coding rule : libc/string/strncmp
jc_.kim [Wed, 6 Sep 2017 07:35:26 +0000 (16:35 +0900)]
Fix the coding rule : libc/string/strncmp

that line is not operation, so space is not needed

6 years agoMerge pull request #534 from jeongchanKim/kernel_kdbg
sunghan-chang [Wed, 6 Sep 2017 07:35:04 +0000 (16:35 +0900)]
Merge pull request #534 from jeongchanKim/kernel_kdbg

Change strcmp to strncmp in kdbg because of security issue

6 years agokernel, tools: remove unused codes related CONFIG_INIT_FILEPATH
sunghan [Wed, 6 Sep 2017 07:12:24 +0000 (16:12 +0900)]
kernel, tools: remove unused codes related CONFIG_INIT_FILEPATH

CONFIG_INIT_FILEPATH, CONFIG_INIT_SYMTAB and CONFIG_INIT_NEXPORTS are not
needed anymore. They are not needed and
config already removed so that we can't enable them.

6 years agoModify param size for strncmp
jc_.kim [Wed, 6 Sep 2017 07:27:50 +0000 (16:27 +0900)]
Modify param size for strncmp

when checking strncmp, '\0' of second param is not needed to check

6 years agoChange strcmp to strncmp in kdbg because of security issue
jc_.kim [Tue, 5 Sep 2017 23:53:35 +0000 (08:53 +0900)]
Change strcmp to strncmp in kdbg because of security issue

6 years agoMerge pull request #522 from jeongarmy/fix_codingrule
sunghan-chang [Wed, 6 Sep 2017 06:50:57 +0000 (15:50 +0900)]
Merge pull request #522 from jeongarmy/fix_codingrule

Fix wrong coding rules in os, framework folder

6 years agoMerge pull request #531 from junmin-kim/tiva_buildwarning
sunghan-chang [Wed, 6 Sep 2017 06:50:08 +0000 (15:50 +0900)]
Merge pull request #531 from junmin-kim/tiva_buildwarning

Fix typo and remove unused variable in tiva

6 years agoFix typo and remove unused variable in tiva
junmin kim [Tue, 5 Sep 2017 09:48:40 +0000 (02:48 -0700)]
Fix typo and remove unused variable in tiva

Replace TIVA_ADC_BASE with TIVA_ADC0_BASE
Remove unused variable 'index'

6 years agoMerge pull request #529 from shivgarg/master
btheosam [Tue, 5 Sep 2017 09:11:31 +0000 (18:11 +0900)]
Merge pull request #529 from shivgarg/master

Fixed potential memory leak in s5j_i2s_initialize function.

6 years agoAdd the initial version of Wi-Fi Manager
Seongil Hahm [Sun, 3 Sep 2017 14:00:36 +0000 (07:00 -0700)]
Add the initial version of Wi-Fi Manager

Wi-Fi Manager is introduced to provide easy APIs for applications to easily manipulate Wi-Fi features

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 agoMerge pull request #530 from junmin-kim/tiva_buildwarning
sunghan-chang [Tue, 5 Sep 2017 07:57:03 +0000 (16:57 +0900)]
Merge pull request #530 from junmin-kim/tiva_buildwarning

Fix build warning in tiva_gpio.c

6 years agoFix wrong coding rules in os, framework folder
Ahreum Jeong [Mon, 4 Sep 2017 11:06:25 +0000 (20:06 +0900)]
Fix wrong coding rules in os, framework folder

os/include/net/lwip/lwipopts.h:400: ERROR: [IDT_M_TAB] please, no space before tabs
os/include/net/lwip/lwipopts.h:404: ERROR: [IDT_M_TAB] please, no space before tabs
os/include/tinyara/scsi.h:441: ERROR: [IDT_M_TAB] code indent should use tabs where possible
os/include/tinyara/scsi.h:445: ERROR: [IDT_M_TAB] code indent should use tabs where possible
os/include/tinyara/fs/ioctl.h:298: ERROR: [SPC_M_OPR] spaces required around that '==' (ctx:WxV)

framework/src/mqtt/config.h:45: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)

6 years agoFix build warning in tiva_gpio.c
junmin kim [Tue, 5 Sep 2017 07:29:30 +0000 (00:29 -0700)]
Fix build warning in tiva_gpio.c

amselclr, amselset can be unused-but-set-variable depends on config.
Wrap them in ifdef statements

6 years agoMerge pull request #525 from pradeepns85/fix_memleak_fs
Taejun-Kwon [Tue, 5 Sep 2017 07:08:34 +0000 (16:08 +0900)]
Merge pull request #525 from pradeepns85/fix_memleak_fs

Fix memory leak when CONFIG_SMARTFS_USE_SECTOR_BUFFER is enabled

6 years agoMerge pull request #527 from sunghan-chang/kconfig
Taejun-Kwon [Tue, 5 Sep 2017 06:47:34 +0000 (15:47 +0900)]
Merge pull request #527 from sunghan-chang/kconfig

examples/fs_helper: remove unnecessary menu in Kconfig

6 years agoexamples/fs_helper: remove unnecessary menu in Kconfig
sunghan [Tue, 5 Sep 2017 06:23:24 +0000 (15:23 +0900)]
examples/fs_helper: remove unnecessary menu in Kconfig

For fs helper example, we don't need to make a title.
It cause a wrong block for example.
  #
  # Examples
  #
  # CONFIG_EXAMPLES_ARTIK_DEMO is not set
  # CONFIG_EXAMPLES_AWS is not set
  # CONFIG_EXAMPLES_DNSCLIENT_TEST is not set
  # CONFIG_EXAMPLES_DTLS_CLIENT is not set
  # CONFIG_EXAMPLES_DTLS_SERVER is not set
  # CONFIG_EXAMPLES_EEPROM_TEST is not set
  # CONFIG_EXAMPLES_FOTA_SAMPLE is not set

  #
  # filesystem helper application
  #

6 years agoMerge pull request #526 from jeongarmy/fix_license
sunghan-chang [Tue, 5 Sep 2017 06:20:02 +0000 (15:20 +0900)]
Merge pull request #526 from jeongarmy/fix_license

Modify license comments to follow formal license form of TizenRT

6 years agoAdd a large data transfer test for TLS
kang [Mon, 4 Sep 2017 04:12:05 +0000 (13:12 +0900)]
Add a large data transfer test for TLS

6 years agoModify license comments to follow formal license form of TizenRT
Ahreum Jeong [Tue, 5 Sep 2017 03:18:12 +0000 (12:18 +0900)]
Modify license comments to follow formal license form of TizenRT

6 years agoFix memory leak when CONFIG_SMARTFS_USE_SECTOR_BUFFER is enabled
pradeep.ns [Mon, 4 Sep 2017 17:47:40 +0000 (23:17 +0530)]
Fix memory leak when CONFIG_SMARTFS_USE_SECTOR_BUFFER is enabled

During error case in smartfs_open() , sf->buffer is not freed.

Signed-off-by: pradeep.ns <pradeep.ns@samsung.com>
6 years agoMerge pull request #521 from sunghan-chang/protocol
davidfather [Mon, 4 Sep 2017 12:17:25 +0000 (21:17 +0900)]
Merge pull request #521 from sunghan-chang/protocol

fix wrong path of external protocols and remove unnecessary files

6 years agoexternal/protocols: fix wrong path of CSRCS
sunghan [Mon, 4 Sep 2017 11:08:27 +0000 (20:08 +0900)]
external/protocols: fix wrong path of CSRCS

There is a deppath and a VPATH so that CSRCS path should be a base on
each folder, not from external.

6 years agoexternal: remove unnecessary file, Makefile
sunghan [Mon, 4 Sep 2017 10:55:20 +0000 (19:55 +0900)]
external: remove unnecessary file, Makefile

Makefile is not used in external folder.

6 years agoMerge pull request #519 from jeongarmy/fs_tc
sunghan-chang [Mon, 4 Sep 2017 10:38:58 +0000 (19:38 +0900)]
Merge pull request #519 from jeongarmy/fs_tc

Fix some codes in fs tc to remove duplicated logics

6 years agoMerge pull request #518 from junmin-kim/kernel_tc
sunghan-chang [Mon, 4 Sep 2017 10:36:20 +0000 (19:36 +0900)]
Merge pull request #518 from junmin-kim/kernel_tc

Delete timer at the end of tc_libc_signal_sigpause

6 years agoFix some codes in fs tc to remove duplicated logics
Ahreum Jeong [Mon, 4 Sep 2017 09:43:38 +0000 (18:43 +0900)]
Fix some codes in fs tc to remove duplicated logics

6 years agoDelete timer at the end of tc_libc_signal_sigpause
junmin kim [Mon, 4 Sep 2017 09:34:52 +0000 (02:34 -0700)]
Delete timer at the end of tc_libc_signal_sigpause

Created timer should be deleted

6 years agoMerge pull request #470 from JeongJunSik/master
sunghan-chang [Mon, 4 Sep 2017 09:16:31 +0000 (18:16 +0900)]
Merge pull request #470 from JeongJunSik/master

Fix some bugs of iotapi_evt_handler

6 years agoFix some bugs of iotapi_evt_handler
JunSik Jeong [Tue, 29 Aug 2017 11:00:16 +0000 (20:00 +0900)]
Fix some bugs of iotapi_evt_handler

6 years agoMerge pull request #517 from pillip8282/folder_modification
sunghan-chang [Mon, 4 Sep 2017 08:16:20 +0000 (17:16 +0900)]
Merge pull request #517 from pillip8282/folder_modification

net:protocols move ftpc.h from apps/include to external/protocols

6 years agoMerge pull request #509 from sunghan-chang/appnet
pillip8282 [Mon, 4 Sep 2017 08:13:42 +0000 (17:13 +0900)]
Merge pull request #509 from sunghan-chang/appnet

remove apps/netutils

6 years agoprotocols/README: fix wrong path and description
sunghan [Mon, 4 Sep 2017 08:07:54 +0000 (17:07 +0900)]
protocols/README: fix wrong path and description

6 years agonet:protocols move ftpc.h from apps/include to external/protocols
kang [Mon, 4 Sep 2017 08:10:37 +0000 (17:10 +0900)]
net:protocols move ftpc.h from apps/include to external/protocols

6 years agoapps/netutils: remove apps/netutils
sunghan [Mon, 4 Sep 2017 02:21:03 +0000 (11:21 +0900)]
apps/netutils: remove apps/netutils

All of components were moved to external. Let's remove unnessary folder.

6 years agoMerge pull request #516 from jeongarmy/fix_doxygen
sunghan-chang [Mon, 4 Sep 2017 06:40:23 +0000 (15:40 +0900)]
Merge pull request #516 from jeongarmy/fix_doxygen

Add doxygen for logm APIs in tinyara/logm.h

6 years agoMerge pull request #444 from thapav/libc_stdio
sunghan-chang [Mon, 4 Sep 2017 06:38:55 +0000 (15:38 +0900)]
Merge pull request #444 from thapav/libc_stdio

Code coverage(libc/stdio): add test cases for stdio API's

6 years agoAdd doxygen for logm APIs in tinyara/logm.h
Ahreum Jeong [Mon, 4 Sep 2017 06:05:50 +0000 (15:05 +0900)]
Add doxygen for logm APIs in tinyara/logm.h

All APIs are used internally.

6 years agolibc/stdio: add test cases for stdio API's
Vidisha Thapa [Mon, 21 Aug 2017 06:02:25 +0000 (11:32 +0530)]
libc/stdio: add test cases for stdio API's

This patch adds TC's for API's namely:
freopen,remove,setbuf,setvbuf

Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
6 years agoMerge pull request #514 from pillip8282/menuconfig_bugfix
sunghan-chang [Mon, 4 Sep 2017 06:02:40 +0000 (15:02 +0900)]
Merge pull request #514 from pillip8282/menuconfig_bugfix

net: bugfix to set a network device buffer

6 years agonet: bugfix to set a network device buffer
kang [Mon, 4 Sep 2017 05:49:13 +0000 (14:49 +0900)]
net: bugfix to set a network device buffer

6 years agoMerge pull request #507 from sunghan-chang/typ02
btheosam [Mon, 4 Sep 2017 05:15:05 +0000 (14:15 +0900)]
Merge pull request #507 from sunghan-chang/typ02

apps/tools: fix typo at create_appspec.sh

6 years agoMerge pull request #506 from sunghan-chang/per
btheosam [Mon, 4 Sep 2017 05:14:33 +0000 (14:14 +0900)]
Merge pull request #506 from sunghan-chang/per

external/include: change a file permission to 644

6 years agoMerge pull request #511 from JeonginKim/master
sunghan-chang [Mon, 4 Sep 2017 05:02:03 +0000 (14:02 +0900)]
Merge pull request #511 from JeonginKim/master

Add 'since' at mqtt APIs for doxygen

6 years agoMerge pull request #510 from jeongchanKim/kernel_comment
sunghan-chang [Mon, 4 Sep 2017 04:20:16 +0000 (13:20 +0900)]
Merge pull request #510 from jeongchanKim/kernel_comment

Add comment for get_environ_ptr why this API is in stdlib.h

6 years agoAdd 'since' at mqtt APIs for doxygen
JeonginKim [Mon, 4 Sep 2017 04:17:23 +0000 (13:17 +0900)]
Add 'since' at mqtt APIs for doxygen

6 years agoAdd comment for get_environ_ptr why this API is in stdlib.h
jc_.kim [Mon, 4 Sep 2017 03:38:28 +0000 (12:38 +0900)]
Add comment for get_environ_ptr why this API is in stdlib.h

6 years agoexternal: move README file from apps/netutils
sunghan [Mon, 4 Sep 2017 02:17:56 +0000 (11:17 +0900)]
external: move README file from apps/netutils

All of netutils were moved to external so that README should be in there also.

6 years agoMerge pull request #495 from jeongarmy/fix_doxygen
sunghan-chang [Mon, 4 Sep 2017 01:50:45 +0000 (10:50 +0900)]
Merge pull request #495 from jeongarmy/fix_doxygen

Modify since in doxygen for Tizen RT v1.1

6 years agoModify since in doxygen for Tizen RT v1.1
Ahreum Jeong [Fri, 1 Sep 2017 07:03:58 +0000 (16:03 +0900)]
Modify since in doxygen for Tizen RT v1.1
 - pthread.h, signal.h, stdio.h, stdlib.h, unistd.h, tinyara/math.h, ttrace.h

6 years agoMerge pull request #508 from sunghan-chang/appinit
Taejun-Kwon [Mon, 4 Sep 2017 01:34:34 +0000 (10:34 +0900)]
Merge pull request #508 from sunghan-chang/appinit

apps/init: bind a conditional

6 years agoapps/init: bind a conditional
sunghan [Fri, 1 Sep 2017 10:20:40 +0000 (19:20 +0900)]
apps/init: bind a conditional

When CONFIG_SYSTEM_PREAPP_INIT is disabled, init should not be compiled.
So, bind it at Make.defs of init folder

6 years agoapps/tools: fix typo at create_appspec.sh
sunghan [Mon, 4 Sep 2017 00:27:28 +0000 (09:27 +0900)]
apps/tools: fix typo at create_appspec.sh

DISCRIPTION -> DESCRIPTION

6 years agoexternal/include: change a file permission to 644
sunghan [Mon, 4 Sep 2017 00:30:49 +0000 (09:30 +0900)]
external/include: change a file permission to 644

6 years agoMerge pull request #505 from Samsung/pillip8282-patch-1
sunghan-chang [Mon, 4 Sep 2017 01:08:20 +0000 (10:08 +0900)]
Merge pull request #505 from Samsung/pillip8282-patch-1

Update README.md

6 years agoMerge pull request #504 from jeongchanKim/kernel_builtin
sunghan-chang [Mon, 4 Sep 2017 01:08:09 +0000 (10:08 +0900)]
Merge pull request #504 from jeongchanKim/kernel_builtin

Add FUNCNAME and change (APPNAME)_main to FUNCNAME for builtin apps

6 years agoUpdate README.md
pillip8282 [Mon, 4 Sep 2017 00:56:21 +0000 (09:56 +0900)]
Update README.md

Add a prerequisites section

6 years agoAdd FUNCNAME and change (APPNAME)_main to FUNCNAME for builtin apps
jc_.kim [Sun, 3 Sep 2017 23:06:04 +0000 (08:06 +0900)]
Add FUNCNAME and change (APPNAME)_main to FUNCNAME for builtin apps

6 years agoMerge pull request #468 from kolipka/fix_lwip_addres_reuse
pillip8282 [Sun, 3 Sep 2017 22:07:23 +0000 (07:07 +0900)]
Merge pull request #468 from kolipka/fix_lwip_addres_reuse

Fix LWIP address reuse issue

6 years agoFix LWIP address reuse issue
Konrad Lipner [Tue, 29 Aug 2017 12:31:45 +0000 (14:31 +0200)]
Fix LWIP address reuse issue

Fix #427

6 years agoMerge pull request #466 from kolipka/fix_lwip_error_map
pillip8282 [Sat, 2 Sep 2017 08:45:32 +0000 (17:45 +0900)]
Merge pull request #466 from kolipka/fix_lwip_error_map

Fix LWIP-socket invalid error mapping

6 years agoMerge pull request #467 from kolipka/fix_lwip_eof
pillip8282 [Sat, 2 Sep 2017 08:43:59 +0000 (17:43 +0900)]
Merge pull request #467 from kolipka/fix_lwip_eof

Fix LWIP EOF issue when one side closed connection

6 years agoMerge pull request #500 from btheosam/surrender
Taejun-Kwon [Sat, 2 Sep 2017 08:12:09 +0000 (17:12 +0900)]
Merge pull request #500 from btheosam/surrender

Remove non-artik code from board init and add additional pin macros

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

6 years agoMerge pull request #499 from pillip8282/folder_modification
davidfather [Sat, 2 Sep 2017 07:28:46 +0000 (16:28 +0900)]
Merge pull request #499 from pillip8282/folder_modification

Folder modification

6 years agorename external/netlib as external/netutils
kang [Sat, 2 Sep 2017 07:25:37 +0000 (16:25 +0900)]
rename external/netlib as external/netutils

6 years agomove the netutils README file from 'netutils' to 'external/include'
kang [Sat, 2 Sep 2017 06:35:58 +0000 (15:35 +0900)]
move the netutils README file from 'netutils' to 'external/include'

6 years agochange a way to refer make.defs in external folders
kang [Sat, 2 Sep 2017 05:59:47 +0000 (14:59 +0900)]
change a way to refer make.defs in external folders

6 years agochange the keyword apps/netutils to external written in Make.defs
kang [Sat, 2 Sep 2017 05:41:26 +0000 (14:41 +0900)]
change the keyword apps/netutils to external written in Make.defs

6 years agomove codec headers from protocol to codecs
kang [Sat, 2 Sep 2017 05:33:50 +0000 (14:33 +0900)]
move codec headers from protocol to codecs

6 years agomove the netlib module from protocol to netutils
kang [Sat, 2 Sep 2017 05:24:54 +0000 (14:24 +0900)]
move the netlib module from protocol to netutils