rtos/tinyara.git
2017-09-12 Juitem JoonWoo KimMerge pull request #572 from sunghan-chang/defconfig
2017-09-12 sunghansidk_s5jt200/configs: update defconfig with latest...
2017-09-12 pillip8282Merge pull request #575 from sunghan-chang/aws
2017-09-12 sunghanaws: fix compilation errors
2017-09-12 sunghanconfigs: add include path for external/include folder...
2017-09-12 sunghanartik053/configs: update defconfig with latest menuconfig
2017-09-12 Taejun-KwonMerge pull request #571 from sunghan-chang/kconfig_iotivity
2017-09-12 sunghaniotivity: modify Kconfig
2017-09-12 sunghan-changMerge pull request #568 from jeongarmy/fix_tc
2017-09-12 sunghan-changMerge pull request #565 from lokeshbv/libc_math
2017-09-12 Ahreum JeongChange TC_ASSERT to TC_ASSERT_EQ for readability in...
2017-09-11 Lokesh B VFix: Use correct type of 'fabs' API
2017-09-11 Shivam Garg Added support for separate device registeration for...
2017-09-11 pillip8282Merge pull request #553 from sunghan-chang/wpa
2017-09-11 sunghan-changMerge pull request #564 from jeongchanKim/kernel_tc
2017-09-11 sunghan-changMerge pull request #533 from pillip8282/network_tc
2017-09-11 jc_.kimFix wrong usage of TC_ASSERT macro in tc_mqueue
2017-09-11 sunghanwifi_manager: make a dependancy with slsi_wifi, wpa_sup...
2017-09-11 sunghan-changMerge pull request #563 from jeongchanKim/ld_typo
2017-09-11 jc_.kimfix typo for wrong file path in artik053/flash.ld
2017-09-11 sunghan-changMerge pull request #561 from jeongchanKim/memorymap_readme
2017-09-11 jc_.kimAdd memorymap readme file for artik053
2017-09-11 sunghan-changMerge pull request #560 from jeongchanKim/kernel_ld
2017-09-11 btheosamMerge pull request #558 from sunghan-chang/ext
2017-09-11 jc_.kimModify description about s5j memory usage
2017-09-11 jc_.kimartik053: modify ram size
2017-09-11 sunghan-changMerge pull request #551 from pillip8282/mqtt_tc
2017-09-11 sunghan-changMerge pull request #559 from heejin-kim/hj_11
2017-09-11 kangunit testcases for mqtt
2017-09-11 sunghanwpa_supplicant: move to external
2017-09-11 sunghanexternal: delete output of built, Make.dep at distclean
2017-09-11 kangapps/websocket_sample bug fix send input parameter...
2017-09-08 sunghan-changMerge pull request #552 from jeongarmy/fix_tc
2017-09-08 Junhwan Parkexternal: add header files that require iotivity
2017-09-08 sunghan-changMerge pull request #550 from tadziopazur/builtin_apps
2017-09-08 Tomasz WozniakIntegrate i2ctool into builtin apps
2017-09-08 Ahreum JeongChange TC_ASSERT for checking NULL to TC_ASSERT_NEQ...
2017-09-08 Ahreum JeongRemove tc macro, TC_ASSERT_NOT_NULL and change all...
2017-09-08 Taejun-KwonMerge pull request #524 from kavyasrinunna/smartfs
2017-09-07 btheosamMerge pull request #547 from tadziopazur/up_i2cuninit_f...
2017-09-07 Kavyasmartfs : Addressed review comments of #524 and fixed...
2017-09-07 Tomasz WozniakFix i2ctool build break for s5j (provide up_i2cuninitia...
2017-09-07 Taejun-KwonMerge pull request #545 from btheosam/audiofix
2017-09-07 bsvtFix artik audio bootup
2017-09-07 sunghan-changMerge pull request #528 from davidfather/wifi_manager
2017-09-07 Taejun-KwonMerge pull request #541 from sunghan-chang/external
2017-09-07 Taejun-KwonMerge pull request #535 from sunghan-chang/filepath
2017-09-07 sunghan-changMerge pull request #542 from jeongarmy/fix_doxygen
2017-09-07 sunghanexternal/all: modify all of Make stubs inside external
2017-09-07 Ahreum JeongFix doxygen comment for arastorage in framework/include...
2017-09-07 sunghan-changMerge pull request #515 from pillip8282/tls_aging_test
2017-09-06 sunghanLibtarget.mk: deliver external folder path at buiding...
2017-09-06 sunghanexternal/ftpc: fix compilation errors
2017-09-06 sunghanexternal/slsi_wifi: fix wrong information of description
2017-09-06 sunghanexternal/mdns: fix indentation to align
2017-09-06 sunghanexternal/ftpd: move a location of LWIP dependancy to...
2017-09-06 sunghan-changMerge pull request #520 from jeongchanKim/apps_codingrule
2017-09-06 sunghanexternal: add missing Samsung Apache license at Makefile
2017-09-06 jc_.kimFix coding rule error : apps
2017-09-06 sunghan-changMerge pull request #538 from junmin-kim/kernel_buildwarning
2017-09-06 sunghan-changMerge pull request #539 from jeongchanKim/kernel_strncmp
2017-09-06 junmin kimModify build warning flags of qemu tc
2017-09-06 junmin kimFix build warning in mpu.h, irq_initialize.c
2017-09-06 junmin kimFix build warning in kernel tc
2017-09-06 sunghan-changMerge pull request #537 from jeongchanKim/tiva_codingrule
2017-09-06 jc_.kimModify strncmp 3rd param in kdbg
2017-09-06 jc_.kimFix the coding rule error : arch/arm/src/tiva
2017-09-06 sunghan-changMerge pull request #536 from jeongchanKim/strncmp_codin...
2017-09-06 jc_.kimFix the coding rule : libc/string/strncmp
2017-09-06 sunghan-changMerge pull request #534 from jeongchanKim/kernel_kdbg
2017-09-06 sunghankernel, tools: remove unused codes related CONFIG_INIT_...
2017-09-06 jc_.kimModify param size for strncmp
2017-09-06 jc_.kimChange strcmp to strncmp in kdbg because of security...
2017-09-06 sunghan-changMerge pull request #522 from jeongarmy/fix_codingrule
2017-09-06 sunghan-changMerge pull request #531 from junmin-kim/tiva_buildwarning
2017-09-06 junmin kimFix typo and remove unused variable in tiva
2017-09-05 TaeJun Kwonapply coding rule [Description] N/A [Module] FS [Board...
2017-09-05 TaeJun KwonCheck bit flip when fs find empty sector [Description...
2017-09-05 TaeJun KwonAdd validation checking when redo delete [Description...
2017-09-05 TaeJun KwonAdd CRC for Journaling [Description] Add CRC8 for journ...
2017-09-05 TaeJun KwonClean & add logs for error condition [Description]...
2017-09-05 TaeJun KwonApply basic CRC for smartfs [Description] Because of...
2017-09-05 btheosamMerge pull request #529 from shivgarg/master
2017-09-05 Seongil HahmAdd the initial version of Wi-Fi Manager
2017-09-05 Shivam GargFixed potential memory leak in s5j_i2s_initialize function.
2017-09-05 TaeJun KwonExecute fs_recover at bind.
2017-09-05 sunghan-changMerge pull request #530 from junmin-kim/tiva_buildwarning
2017-09-05 TaeJun KwonFix the issue that root sector corrupted
2017-09-05 Ahreum JeongFix wrong coding rules in os, framework folder
2017-09-05 junmin kimFix build warning in tiva_gpio.c
2017-09-05 Taejun-KwonMerge pull request #525 from pradeepns85/fix_memleak_fs
2017-09-05 Taejun-KwonMerge pull request #527 from sunghan-chang/kconfig
2017-09-05 sunghanexamples/fs_helper: remove unnecessary menu in Kconfig
2017-09-05 sunghan-changMerge pull request #526 from jeongarmy/fix_license
2017-09-05 kangAdd a large data transfer test for TLS
2017-09-05 Ahreum JeongModify license comments to follow formal license form...
2017-09-04 pradeep.nsFix memory leak when CONFIG_SMARTFS_USE_SECTOR_BUFFER...
2017-09-04 davidfatherMerge pull request #521 from sunghan-chang/protocol
2017-09-04 sunghanexternal/protocols: fix wrong path of CSRCS
2017-09-04 sunghanexternal: remove unnecessary file, Makefile
next