apps/native/thing-toggler.git
7 years agolog: add gpio number/value and execution result to log 51/152851/1 tizen_4.0
Lee Hackseung [Wed, 27 Sep 2017 08:25:40 +0000 (17:25 +0900)]
log: add gpio number/value and execution result to log

Change to:
static void _control_led(peripheral_gpio_h gpio, int power_on)
{
    int ret;

    ret = peripheral_gpio_write(gpio, power_on);

    dlog_print(DLOG_INFO, LOG_TAG, "Write [0x%x] into GPIO%d, ret=%d.",
                power_on, GPIO_NUM, ret);
}

Change-Id: I9637b87d6f875aab1db568a9fa31779b9e626490
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
7 years agoChange peripheral io GPIO API 12/152312/2 accepted/tizen_4.0_unified accepted/tizen/4.0/unified/20170926.171647 submit/tizen_4.0/20170926.023348 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release
kibak.yoon [Mon, 25 Sep 2017 14:00:53 +0000 (23:00 +0900)]
Change peripheral io GPIO API

- change PERIPHERAL_GPIO_DIRECTION_OUT to PERIPHERAL_GPIO_DIRECTION_OUT_INITIALLY_LOW

Change-Id: I7da0d0fe7fbd59b1a4e7ae06a2b6061760568698
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
8 years agoAPI changes : GPIO master accepted/tizen/4.0/unified/20170816.012243 accepted/tizen/4.0/unified/20170816.015211 accepted/tizen/4.0/unified/20170828.224144 accepted/tizen/unified/20170502.041153 submit/tizen/20170502.013414 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100001 submit/tizen_4.0/20170828.110001 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.m1_release
Jin Yoon [Thu, 27 Apr 2017 00:31:57 +0000 (09:31 +0900)]
API changes : GPIO

8 years agoInitial version
Jin Yoon [Wed, 19 Apr 2017 08:34:19 +0000 (17:34 +0900)]
Initial version

8 years agoInitial empty repository
Tizen Infrastructure [Wed, 19 Apr 2017 02:48:18 +0000 (19:48 -0700)]
Initial empty repository