rtos/tinyara.git
2017-04-18 Heesub Shindrivers/wireless: clean up Kconfig hierarchy
2017-04-18 Heesub Shindrivers/wireless: simplify Kconfig
2017-04-18 Heesub Shindrivers/wireless: fix incorrect Kconfig entry
2017-04-18 Heesub Shindrivers/wireless: remove unused Kconfig entries
2017-04-18 Heesub Shinwifi: build wifi binaries from source code
2017-04-18 Jin-Seong Kimlwip: fix a compilation error
2017-04-18 Heesub Shindrivers/gpio: rename internal functions
2017-04-18 Heesub Shindrivers/gpio: make macros uppercase
2017-04-18 Heesub Shins5j/gpio: split GPIO driver into two parts
2017-04-18 Sangsoon Limnet: clean up network Kconfig entries
2017-04-18 Jin-Seong Kimdns: move dns_add_nameserver() to dhcpc
2017-04-18 Junyeon LEEexamples/tls_client: support client key authentication
2017-04-18 Jin-Seong Kimexternal/wakaama: fix a trivial compilation error
2017-04-18 Junhwan Parkexamples/sensorbd_demo: fix spi port
2017-04-18 Junyeon LEEnet/tls: change default cache entry number
2017-04-18 Junyeon LEEexamples/tls_self: simplify the selftest example
2017-04-18 Junyeon LEEnetutils/websocket: adds websocket status update function
2017-04-18 EunBong Songtestcase: simplify vfork test
2017-04-18 EunBong Songtestcase: fix up tc_roundrobin.c problem
2017-04-18 EunBong Songtestcase: fix up tc_clock.c problem
2017-04-18 EunBong Songpthread: fix pthread_mutexattr_init()
2017-04-18 Ivans5j/spi: fix initialization bug of SPI driver
2017-04-18 Heesub Shindrivers/gpio: tidy up a bit
2017-04-18 Heesub Shinsidk_s5jt200: s/s5j_gpioinitialize/board_gpio_initialize/
2017-04-18 Heesub Shinartik053: s/s5j_gpioinitialize/board_gpio_initialize/
2017-04-18 Heesub Shinsidk_s5jt200: remove unused code lines
2017-04-18 Heesub Shinsidk_s5jt200: clean up s5jt200_buttons.c
2017-04-18 Heesub Shins5j/sflash: fix a link error
2017-04-18 Heesub Shinarm: s5j: remove up_gpioinitialize()
2017-04-18 Heesub Shins5j/i2c: remove s5j_i2c_reset()
2017-04-18 Heesub Shindrivers: clean up duplicated Kconfig entries
2017-04-18 Heesub Shins5j/adc: check the number of configured channels
2017-04-18 Heesub Shinartik053: register ADC driver at boot
2017-04-18 Heesub Shinsidk_s5jt200: register ADC driver at boot
2017-04-18 Junhwan Parks5j: add to support ADC
2017-04-18 Heesub Shindrivers/adc: update upper-half layer
2017-04-18 Heesub Shinkernel/semaphore: fix compilation errors
2017-04-18 Heesub Shinkernel/semaphore: fix broken macros
2017-04-18 Heesub Shinkernel/sched: disable priority inheritance on all signa...
2017-04-18 Heesub Shinfs: disable priority inheritance on all signaling semap...
2017-04-18 Heesub Shindrivers: disable priority inheritance on all signaling...
2017-04-18 Heesub Shindrivers/serial: disable priority inheritance on some...
2017-04-18 Heesub Shinkernel/semaphore: add macros for sem_get/setprotocol()
2017-04-18 Heesub Shinkernel/semaphore: move non-standard prototype
2017-04-18 Heesub Shinkernel/semaphore: update some comments on nsem_inode_s
2017-04-18 Heesub Shinkernel/semaphore: move sem_getprotocol() to libc
2017-04-18 Heesub Shinkernel/semaphore: add new APIs for priority inheritance
2017-04-18 Heesub Shinkernel/semaphore: add a new internal interface sem_reset()
2017-04-18 Jin-Seong Kimnetdb/dns: increase the response buffer size
2017-04-18 Jin-Seong Kimapps: add the dnsclient_test as an example application
2017-04-18 Junyeon LEEnetutils/webclient: seperate wget_base()
2017-04-18 EunBong Songapps/system: fix trivial typo in Kconfig
2017-04-18 Junhwan Parkartik053: initialize pwm at boot
2017-04-18 Junhwan Parkartik053: export GPIO pins at boot
2017-04-18 Junhwan Parkapps/examples: add an application for sensor board
2017-04-18 EunBong Songapps/testcase: fix a link error
2017-04-18 EunBong Songapps/testcase: fix compilation warning
2017-04-18 Jin-Seong Kimexternal/wakaama: add an lwm2m client application
2017-04-18 Jin-Seong Kimexternal: introduce wakaama
2017-04-18 Heesub Shins5j: remove all CONFIG_S5J_FLASH_XXX
2017-04-18 Heesub Shins5j/sss: do not use Kconfig constants
2017-04-18 Heesub Shins5j: add constant definitions of memory regions
2017-04-18 EunBong Songs5j: fix trivial typo in Kconfig
2017-04-18 EunBong Songs5j/sflash: fix compilation error when CONFIG_MTD_PROGM...
2017-04-18 Junyeon LEEnetutils/webserver: fix potential memory leak
2017-04-18 Junyeon LEEnet/tls: fix a potential security hole that bypasses...
2017-04-18 Junyeon LEEnet/tls: fix log flooding and data aborts
2017-04-18 Junyeon LEEsidk_s5jt200: revise cmm scripts to flash SSS f/w
2017-04-18 Junyeon LEEs5j/sss: move isp driver headers and library directory
2017-04-18 Junyeon LEEapps/netutils: remove all unused source code
2017-04-18 Junyeon LEEnet/tls: remove unused security apis
2017-04-18 EunBong Songapps, netcmd: remove unnecessary config check
2017-04-18 EunBong Songnet: NET_IPv4 should be selected when NET_LWIP is enabled
2017-04-18 Jin-Seong Kimartik053: add netif flags on wlan_init()
2017-04-18 EunBong Songnet: remove NET_ARCH_CHKSUM
2017-04-18 EunBong Songnet: remove NET_ARCH_INCR32
2017-04-18 Ivanapps/examples: add an example for testing /dev/eeprom
2017-04-18 Ivansidk_s5jt200: add to support on-board eeprom
2017-04-18 Ivandrivers/spi: fix compilation errors
2017-04-18 Heesub Shinspi: iotbus: fix mismatched prototype declarations
2017-04-18 Heesub ShinRevert "spi: remove spi_bitbang.c under /include/..."
2017-04-18 Heesub Shinspi: remove spi_bitbang.c under /include/...
2017-04-18 EunBong Songfs/vfs: return ERROR when ioctl is not implemented
2017-04-18 EunBong Songnet: remove NET_NOINTS
2017-04-18 Heesub Shins5j/rtc: separate out register definitions
2017-04-18 Heesub Shins5j: clean up headers
2017-04-18 Heesub Shins5j: remove s5j_gpio/memorymap.h
2017-04-18 Heesub Shins5j: clean up unnecessary headers
2017-04-18 Heesub Shins5j: move s5j_watchdog.h
2017-04-18 Heesub Shins5j: rename s5jt200_irq.h to irq.h
2017-04-18 Heesub Shins5j: do not use custom types
2017-04-18 Heesub Shins5j: use get/putreg32 when acceessing SFR
2017-04-18 Heesub Shins5j: remove nvram.h
2017-04-18 Wonsang Ryoudrivers/net/telnet: fix memory leak
2017-04-18 Heesub Shinartik053: remove RTC related configurations
2017-04-18 Heesub Shinartik053: register RTC driver at boot
2017-04-18 Heesub Shinsidk_s5jt200: remove RTC related configurations
2017-04-18 Heesub Shinsidk_s5jt200: register RTC driver at boot
2017-04-18 Heesub Shins5j: drop mct driver
2017-04-18 Heesub Shins5j/timerisr: use RTC as an OS time tick
next