docs: Fix docs.tizen.org URLs
[platform/core/api/peripheral-io.git] / include /
2018-08-21 Konrad KuchciakAdd API for the adc device 13/184513/7 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.013255 accepted/tizen/unified/20180822.164537 submit/tizen/20180821.133358 submit/tizen_5.0/20181101.000002
2018-08-17 Konrad Kuchciakgpio: fix documentation errors 52/186652/4
2018-01-05 SegwonMerge "doxygen: give additional prerequisites informati...
2018-01-03 Segwongpio: enhance the interrupted callback thread safty 41/165641/1
2017-12-27 Segwondoxygen: give additional prerequisites information... 47/165247/1
2017-12-20 Segwoninterface: add return type EINVAL in CHECK_ERROR 52/164452/4 accepted/tizen/unified/20171221.071344 submit/tizen/20171220.125854 submit/tizen/20171221.025332
2017-12-18 Segwongpio: add interrupted callback 92/164192/5
2017-12-18 Segwongpio: set initially edge_mode and direction in handle 85/163985/6
2017-12-08 Segwongdbus: communicate via gdbus when close 40/163240/3
2017-11-17 Segwonuart: flush the uart buffer when setting the flow control 31/160531/2
2017-11-16 Segwon[6/6] fd passing: replace to interface functions 23/160523/4
2017-11-16 Segwongpio: unuse pin in gpio handle 09/160509/1
2017-11-16 Segwonerror: return a recongnizable error value 89/160489/1
2017-11-16 Segwoninterface: remove unused constants defined from #define 49/160449/1
2017-11-16 Segwoninterface: fix the CHECK_ERROR macro to receive various... 45/160445/1
2017-11-16 Segwoninterface: do not use the 'strlen' and 'strncmp' 27/160427/2
2017-11-16 Segwoncoding style: cannot put parameter in function defined... 08/160408/1
2017-11-16 Segwoninterface: do not close request to daemon by gdbus. 02/160402/1
2017-11-15 Segwoni2c: replace 'i2c_smbus_ioctl()' with another functions. 81/160281/1
2017-11-15 Segwonlog: change file name "peripheral_common.h" to "periphe... 67/160267/2
2017-11-15 Segwonincluding: remove unnecessary header files 58/160258/2
2017-11-15 Segwonhandle: change file name 'peripheral_internal.h' to... 42/160242/2
2017-11-15 Segwonincluding : move the '#include' duplicate written to... 32/160232/2
2017-11-15 Segwongdbus: change 'peripheral_gdbus.h' file name to 'periph... 21/160221/2
2017-11-15 Segwongdbus: refactor gdbus proxy functions 34/160134/5
2017-11-14 Segwon[5/6] fd passing: remove unnecessary gdbus functions. 10/160110/2
2017-11-14 Segwongdbus: move gdbus files to top level gdbus folder 56/160056/1
2017-11-14 Segwoninterface: use the CHECK_ERROR macro for error set... 22/160022/3
2017-11-14 Segwoni2c: remove unused interface function that peripheral_i... 77/159977/3
2017-11-14 Segwoninterface: change the type of parameters in interface... 75/159975/4
2017-11-14 Segwoninterface: unuse the enum types defined in the interface 71/159971/4
2017-11-14 Segwonuart: remove unused interface function that peripheral_... 70/159970/1
2017-11-14 Segwoninterface: add prefix 'peripheral_interface' to file... 68/159968/3
2017-11-13 Segwon[3/6] fd passing: use fd directly without opening it 65/159865/1
2017-11-13 Segwon[2/6] fd passing: add member variable for file descript... 11/159811/5
2017-11-13 Segwoninterface: move interface header files to top level... 05/159805/3
2017-10-25 Segwondoc: changed the word 'device' to the correct meaning. 71/157571/2 accepted/tizen/unified/20171026.074723 submit/tizen/20171026.022104
2017-09-26 Segwonapi: sync functions name with changed apis name. 58/151458/6
2017-09-26 Segwonadc: the adc interface is not supported. 07/151407/3
2017-09-25 Segwonapi: modified with new API set. 93/145993/16
2017-07-13 jino.choAdd a struct for gpio interrupt information 89/138389/3
2017-06-13 jino.choAdd API for the adc device 65/133265/4
2017-06-08 Hyeongsik MinReplace error code from ENODEV with ENXIO 10/132910/1
2017-06-01 Hyeongsik MinAdd new APIs for I2C smbus transaction 64/132064/3
2017-05-31 jino.choAdd APIs and functions for the spi device 06/131106/10
2017-05-31 Hyeongsik MinAdd i2c_write_byte, i2c_read_byte API 47/131547/4
2017-05-26 jino.choAdd description for pwm APIs 18/129918/2
2017-05-25 Sungguk NaChange argument of gpio gdbus method 09/131109/1
2017-05-18 jino.choAdd pwm set_polarity & get_polarity functions 98/129898/1
2017-05-17 jino.choChange data type for parameter to a boolean 64/129564/1
2017-05-16 jino.choChange argument of pwm gdbus method 68/129468/3
2017-05-16 jino.choChange parameter name dev to pwm 67/129467/2
2017-05-16 jino.choRearrange the order of pwm API functions 66/129466/2
2017-05-16 jino.choReturn pwm handle through pointer argument 65/129465/2
2017-05-16 jino.choRename peripheral_pwm_context_h to peripheral_pwm_h 64/129464/1
2017-05-15 jino.choAdd APIs and functions for uart 58/128958/3
2017-05-15 jino.choAdd description for uart APIs 57/128957/4
2017-05-09 Hyeongsik MinRefactor gdbus interface codes 99/128299/2
2017-05-07 Hyeongsik MinChange argument name and type of i2c gdbus method 28/128128/1 submit/tizen/20170508.033648
2017-05-02 jino.choSupport gpio interrupt 40/127640/4
2017-04-27 Hyeongsik MinDefine condition checking macros(RET_IF) 14/127414/1
2017-04-26 Hyeongsik MinRemove i2c_set_address() API and rearrange header 79/126779/2
2017-04-24 Hyeongsik MinFix gdbus interface prefix and typo in xml 22/126522/3
2017-04-24 Sungguk NaChange gdbus interface by using gdbus-codegen 35/126435/5
2017-04-20 Hyeongsik MinReturn i2c handle through pointer argument 36/126036/3
2017-04-20 Hyeongsik MinRename peripheral_i2c_context_h to peripheral_i2c_h 35/126035/2
2017-04-20 Hyeongsik MinRearrange the order of gpio API functions 34/126034/2
2017-04-18 Hyeongsik MinRemove i2c_set_frequency API 08/125808/1
2017-04-17 Hyeongsik MinImport source codes from iotbus 16/125416/2