rtos/tinyara.git
2017-08-07 sunghanremove automount functionality on fs
2017-08-07 sunghanmodify location of rwbuffer.h to include at ftl
2017-08-07 sunghanupdate dac on analog
2017-08-07 sunghanremove elf stubs
2017-08-07 sunghan-changMerge pull request #349 from pradeepns85/cleanup_taskac...
2017-08-07 sunghan-changMerge pull request #332 from junmin-kim/apps_tc
2017-08-07 btheosamMerge pull request #356 from sunghan-chang/master
2017-08-07 sunghan-changMerge pull request #357 from junmin-kim/qemu_defconfig
2017-08-07 junmin kimUpdate qemu defconfig
2017-08-07 sunghanrefactoring create_appspec
2017-08-07 sunghan-changMerge pull request #355 from jeongchanKim/kernel_tools
2017-08-07 jc_.kimAdd script about parsing the variable which size is...
2017-08-06 sunghan-changMerge pull request #354 from lokeshbv/libc
2017-08-06 sunghan-changMerge pull request #347 from pmarcinkiew/gcc54_boot_fai...
2017-08-04 Jaroslaw Pelczars5j_boot.c: fix incorrect assembly code
2017-08-04 Lokesh B VFix: Minor change in Libc FixedMath "ub16mulub16" funct...
2017-08-04 sunghan-changMerge pull request #352 from jeongchanKim/kernel_stkheader
2017-08-04 Taejun-KwonMerge pull request #341 from shivgarg/master
2017-08-04 jc_.kimMove struct stkmon_save_s to apps/system/utils/kdbg_utils.h
2017-08-04 sunghan-changMerge pull request #351 from jeongchanKim/kernel_stkheader
2017-08-04 jc_.kimFix the coding rule error : space
2017-08-04 jc_.kimMove struct stkmon_save_s to apps/include/system/utils.h
2017-08-04 sunghan-changMerge pull request #345 from JeonginKim/master
2017-08-03 JeonginKimFixed a build error when using netdb interface
2017-08-03 sunghan-changMerge pull request #350 from pradeepns85/correct_Kconfi...
2017-08-03 sunghan-changMerge pull request #263 from pradeepns85/kdbg_irqinfo
2017-08-03 pradeep.nsCorrect the Kconfig help description
2017-08-03 pradeep.nsRemove unnecessary logic while handling return of task_...
2017-08-03 pradeep.nsDisplay Interrupts information to user
2017-08-03 sangwon03Merge pull request #335 from JeonginKim/master
2017-08-03 btheosamMerge pull request #342 from sunghan-chang/master
2017-08-03 sunghancheck whether CONFIG_NAME is valid or not at create_app...
2017-08-03 sunghanexecute shell as bash for create_appspec.sh
2017-08-03 Shivam Gargcleaning up all the files created during tc execution...
2017-08-03 JeonginKimAdded SMTP client sample application
2017-08-03 sunghan-changMerge pull request #339 from thapav/libc_math
2017-08-02 Vidisha Thapalibc/math: Cover full test cases for atan2(),atan2f...
2017-08-02 sunghan-changMerge pull request #293 from junmin-kim/ide_specxml
2017-08-02 junmin kimCreate build/flash/debug spec xml files
2017-08-02 sunghan-changMerge pull request #319 from lokeshbv/fixedmath_tc
2017-08-02 sunghan-changMerge pull request #337 from thapav/libc_math
2017-08-02 Vidisha Thapalibc/math: Add test cases for few math API's
2017-08-02 btheosamMerge pull request #338 from sunghan-chang/master
2017-08-02 Lokesh B VModify Kernel TC Kconfig to add LIBM dependency to...
2017-08-02 Lokesh B VAdd New Kconfig TC_KERNEL_LIBC_FIXEDMATH in Kernel TC
2017-08-02 Lokesh B VUpdate defconfigs to enable TC for "FixedMath"
2017-08-02 Lokesh B VAdd test cases for libc/fixedmath module
2017-08-02 sunghanadd the testcase configuration at travis
2017-08-02 JeonginKimRefactoring TFTP client
2017-08-02 sunghan-changMerge pull request #336 from thapav/fixAPIerrors
2017-08-02 Vidisha Thapalibc/math: Fix implementation of tanh(),tanhf(),tanhl...
2017-08-02 sunghan-changMerge pull request #313 from lokeshbv/code_coverage
2017-08-02 sangwon03Merge pull request #330 from JeonginKim/master
2017-08-01 sunghan-changMerge pull request #321 from lokeshbv/libc_math
2017-08-01 junmin kimAdd network manual tc in tc defconfig
2017-08-01 JeonginKimAdded XMLRPC(embedded http server) sample application
2017-08-01 JeonginKimAdded FTP server sample application
2017-08-01 Lokesh B VTC: Expand tc for libc/semaphore modules
2017-08-01 Lokesh B VTC: Expand tc for libc/stdlib module.
2017-08-01 Lokesh B VTC: Expand tc for libc/unistd module
2017-08-01 Lokesh B VTC: Expand tc for libc/string module API's
2017-08-01 Lokesh B VTC: Expand tc for libc/timer module API's
2017-08-01 Lokesh B VTC: Expand tc for libc/libgen module API's
2017-08-01 Lokesh B VTC: Expand tc for kernel/environ module API's
2017-08-01 Lokesh B VTC: Expand tc for kernel/clock module API's
2017-08-01 Lokesh B VTC: Expand tc for termios API's
2017-08-01 Lokesh B VTC: Expand test case for pthread_sigmask() API.
2017-08-01 Lokesh B VTC: Expand tc for net_inet(network) module API's
2017-08-01 Lokesh B VTC: Expand tc for fs module API's
2017-08-01 Lokesh B VTC-Libc_Math: Remove fixed size at array definition.
2017-08-01 pillip8282Merge pull request #327 from arpit-ag/master
2017-08-01 btheosamMerge pull request #331 from sunghan-chang/master
2017-08-01 Lokesh B VAdd test cases for Libc Math
2017-08-01 sunghanremove the CONFIG_CANCELLATION_POINTS conditional at...
2017-08-01 sunghan-changMerge pull request #328 from lokeshbv/kernel_signal
2017-07-31 Lokesh B VFix: Pending signal structure used after it has been...
2017-07-31 sunghan-changMerge pull request #304 from thapav/libc_math
2017-07-28 Taejun-KwonMerge pull request #324 from jeongchanKim/kernel_readme
2017-07-28 Taejun-KwonMerge pull request #325 from junmin-kim/kernel_appconfig
2017-07-28 Taejun-KwonMerge pull request #326 from junmin-kim/kernel_tiva
2017-07-28 junmin kimReplace #if with #ifdef in tiva
2017-07-28 junmin kimUse #!bin/bash in update_config.sh
2017-07-28 jc_.kimFix the Readme about Kconfig-frontend Installation...
2017-07-27 Arpit AgarwalUpdate sys_arch.c
2017-07-26 Taejun-KwonMerge pull request #308 from sunghan-chang/master
2017-07-26 Taejun-KwonMerge pull request #315 from junmin-kim/apps_typo
2017-07-25 junmin kimFix typo in apps/shell/README.md
2017-07-25 Vidisha Thapalibc/math: Add test cases for various math API's
2017-07-24 Shivam GargRemoving all indexes of a relation when a relation...
2017-07-24 Taejun-KwonMerge pull request #314 from jeongarmy/fs_tc
2017-07-24 Ahreum JeongAdd ommitted assignment for fd in dup2 tc
2017-07-24 Juitem JoonWoo KimMerge pull request #307 from lokeshbv/libc_math
2017-07-21 sunghan-changMerge pull request #306 from kyungse/kernel_appconfig
2017-07-21 rootAdd omitted APPNAME and FUNCNAME in apps/examples/...
2017-07-21 rootAdd appconfig command for making app config metafile
2017-07-21 sunghan-changMerge pull request #302 from pradeepns85/use_secure_snp...
2017-07-20 sunghanAdd/modify README to show how to make and download...
2017-07-20 Lokesh B Vlibc/math: Fix for wrong ouput in ceil() API
2017-07-20 sunghan-changMerge pull request #305 from manoharahk/sidk_s5jt200_ro...
2017-07-20 sunghanadd contents for README
next