rtos/tinyara.git
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
2017-04-18 Heesub Shins5j/rtc: rework rtc driver
2017-04-18 Heesub Shindrivers/rtc: sync with the lastest NuttX
2017-04-18 Heesub Shinsidk_s5jt200: do not use CONFIG_RTC_BASE_YEAR
2017-04-18 Heesub Shins5j: remove unused kconfig entry for tick counter
2017-04-18 EunBong Songs5j/gpio: use heap-memory for s5j_gpio_all array
2017-04-18 Wonsang Ryoulibc/netdb: fix memory leak in freeaddrinfo()
2017-04-18 Wonsang Ryounetutils/mqtt: remove an unused variable
2017-04-18 Junyeon LEEs5j/sss: supports SSSRO read()
2017-04-18 Heesub Shindrivers: fix invalid Kconfig statement
2017-04-18 Heesub Shindrivers/timer: backport the latest upper-half driver
2017-04-18 Heesub Shinirq/dispatch: add argument ptr to irq_dispatch()
2017-04-18 Jihoon Parksidk_s5jt200: add to support S8300 IC
2017-04-18 Jihoon Parks5j/pwm: rework pwm driver
2017-04-18 Jihoon Parks5j/i2c: use lldbg() instead of dbg() macro
2017-04-18 Jihoon Parksidk_s5jt200: fix file prefix to s5jt200 instead of s5j
2017-04-18 Junyeon LEEs5j/sss: update sss static library
2017-04-18 EunBong Songmm: fix memory overhead when realloc fallbacks to malloc
2017-04-18 Jin-Seong Kimnetutils/er-coap: fix coding style issues
2017-04-18 Jin-Seong Kimnetutils/er-coap: add to support TCP/TLS as per the RFC
2017-04-18 Jihoon Parksidk_s5jt200: added tlc59116 LED IC driver
2017-04-18 Jihoon Parks5j/i2c: use get/putreg instead of __raw_readl/writel
2017-04-18 Jihoon Parksidk_s5jt200: enable i2c
2017-04-18 Jihoon Parks5j/i2c: tidy up i2c driver
2017-04-18 Jin-Seong Kimnet/netdev: support SIOCGLIFMTU and SIOCGIFMTU ioctls
2017-04-18 Jin-Seong Kimnetutils/dhcpd: specify port number when binding the...
2017-04-18 Ivans5j/rtc: cleanup RTC code
2017-04-18 Jin-Seong Kimnetutils/dhcpd: fix incorrect OFFER packet handling
2017-04-18 Jin-Seong Kimnet/lwip: fix DHCP packet handling problem on lwIP
2017-04-18 Jin-Seong Kimnet/lwip: add comments on DHCP/DHCPS
2017-04-18 Jin-Seong Kims5j: add netif flags on wlan_init function
2017-04-18 Junyeon LEEsidk_s5jt200: set SSSRO partition to mtd ftl type
2017-04-18 Junyeon LEEsidk_s5jt200: initialize a new ftl partition type at...
next