summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Add some 50+ char @details docstizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241013.235749accepted/tizen/unified/x/20241001.154009accepted/tizen/unified/toolchain/20241004.101431accepted/tizen/unified/20241001.004115accepted/tizen/9.0/unified/20241030.232700tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedMichal Bloch2-3/+76
2024-09-23Extend @brief docs to 50+ charsMichal Bloch1-60/+60
2023-05-15uart: Change version 7.5 to 8.0tizen_8.0_m2_releaseaccepted/tizen/unified/dev/20240620.004332accepted/tizen/unified/20230608.164339accepted/tizen/8.0/unified/20231005.092817tizen_8.0accepted/tizen_unified_devaccepted/tizen_8.0_unifiedTaeminYeom1-3/+3
2023-03-24Fix typo in header decriptionaccepted/tizen/unified/20230325.044635TaeminYeom1-2/+2
2023-03-24Fix retval order in API descriptionTaeminYeom1-130/+130
2023-03-23Run apply-peripheral-io-perms with predefined $PATHKarol Lewandowski2-1/+3
2023-03-21common: Add permission denied return valueaccepted/tizen/unified/20230322.080549TaeminYeom1-0/+2
2023-03-20Privilege: Set ADC device nodes privilegeaccepted/tizen/unified/20230321.123152TaeminYeom1-7/+9
2023-03-20Revert "Add privilege check in all public APIs"TaeminYeom10-101/+3
2023-03-09gpio: Change to call flock with void type conversionaccepted/tizen/unified/20230313.022859TaeminYeom1-1/+1
2023-03-02uart: change to call uart flush with void return typeTaeminYeom1-1/+1
2023-03-02Add privilege check in all public APIsTaeminYeom10-3/+101
2023-02-23Add description nonblock open flagaccepted/tizen/unified/20230223.162155TaeminYeom1-1/+2
2023-02-14Release 0.4.0accepted/tizen/unified/20230215.155624Karol Lewandowski1-1/+1
2023-02-14Ensure only public symbols are exportedKarol Lewandowski2-48/+48
2023-02-13Skip some I2C tests if stub driver cannot be foundAntoni Adaszkiewicz3-3/+52
2023-02-13Add tests for new drain and flush functions in UART apiAntoni Adaszkiewicz3-0/+110
2023-02-13Fix misleading output messagesAntoni Adaszkiewicz1-4/+3
2023-02-13Allow rpi3/rpi4 ADC tests to pass initializationAntoni Adaszkiewicz1-0/+8
2023-02-13Enable GPIO tests for rpi4Antoni Adaszkiewicz1-0/+3
2023-02-13uart: Add nonblocking IO and assorted functionsKarol Lewandowski4-14/+93
2022-02-07packaging: hotfix the udev rulesMateusz Majewski1-2/+2
2022-02-04Release 0.3.2submit/tizen/20220204.140035Karol Lewandowski1-1/+1
2022-02-04packaging: only apply rule if file existsMateusz Majewski3-27/+23
2021-12-09uart: remove O_NONBLOCK flagtizen_7.0_m2_releasesubmit/tizen/20211209.090954accepted/tizen/unified/20211210.115150accepted/tizen/7.0/unified/hotfix/20221116.104803accepted/tizen/7.0/unified/20221110.060853tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixINSUN PYO1-1/+1
2021-12-09udev_rules: add ttyHS[0-9]* udev rules for UART deviceINSUN PYO1-1/+1
2021-09-17Apply device nodes permission for new-style gpio and (legacy) uarttizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20210917.104742accepted/tizen/unified/20210920.131400accepted/tizen/6.5/unified/20211028.095416Karol Lewandowski2-1/+7
2021-09-06Fix a pointless check / race conditionsubmit/tizen/20210910.102518accepted/tizen/unified/20210914.053344Michal Bloch1-13/+27
2021-08-22gpio: fix deallocator mismatchYoungjae Cho1-1/+1
2021-08-20gpio: use g_free instead of freesubmit/tizen/20210820.100048accepted/tizen/unified/20210824.123804Adrian Szyndela1-1/+1
2021-08-20gpio: eliminate file descriptor leakAdrian Szyndela1-9/+9
2021-08-12packaging: bump version to 0.3.0submit/tizen/20210813.142813accepted/tizen/unified/20210816.122834Mateusz Majewski1-1/+1
2021-08-12Add RPi4 to testsMichal Bloch5-2/+9
2021-08-12Fix some miscellaneous flaws in the code.Michal Bloch8-24/+23
2021-08-11gpio: switch to new kernel APIAdrian Szyndela4-8/+349
2021-08-11gpio: encapsulate legacy kernel API usageMateusz Majewski5-260/+409
2021-08-11gpio: don't allow direction change if there is poll/callback setAdrian Szyndela1-0/+3
2021-08-11gpio: import new kernel APIMateusz Majewski1-0/+158
2021-07-23uart: allow whitespace in configsubmit/tizen/20210805.103313Adrian Szyndela1-1/+1
2021-07-20Remove GIOMateusz Majewski3-3/+2
2021-07-05test: add performance testsAdrian Szyndela1-0/+31
2021-07-02uart: try to open uart based on uart.inisubmit/tizen/20210705.023617accepted/tizen/unified/20210705.125135Youngjae Cho1-5/+40
2021-07-01pwm: fix potential segfaultYoungjae Cho1-2/+1
2021-06-30Linting: buffer size safetyMichal Bloch1-2/+2
2021-06-30Linting: improve some loop codeMichal Bloch1-20/+20
2021-06-30Linting: storage and const correctnessMichal Bloch3-7/+7
2021-06-30Minor improvements to the udev polling loop.Michal Bloch1-4/+9
2021-06-30Linting: improve variable scopingMichal Bloch7-39/+24
2021-06-30Linting: reduce type repetitionMichal Bloch6-7/+7
2021-06-30Add .gitignoreHyotaek Shim1-0/+3