packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / src / gpio /
2015-12-04 Mihai SerbanCompile libmraa for Android and Brillo
2015-12-01 Mihai Tudor Panugpio: function replacement for gpio write calls
2015-10-30 Alex Tereschenkogpio.c: enhanced Python-specific code
2015-10-28 Chris Brackertgpio.c: Fix interrupt callback args
2015-10-27 Brendan Le Follgpio.c: Fix python3 builds, PyString_AsString not avail
2015-10-06 Alex Tereschenkogpio.c: Log more data in ISR handler on Python error
2015-10-06 Alex Tereschenkogpio.c: Fixed typo
2015-10-06 Alex Tereschenkogpio.c: Added ISR thread termination flag
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Henry Brucegpio.c: Removed spurious logging message
2015-09-08 Henry Bruceusb: Added gpio isr support to ft4222
2015-09-08 Henry Bruceusb: Added gpio read/write support for ft4222 with...
2015-09-01 Brendan Le Follgpio.c: fix segfault on isrExit in python because of...
2015-07-01 Brendan Le Follgpio: all gpio enums prefixed with _mraa
2015-04-24 Brendan Le Follgpio.c: mraa_gpio_get_* now return -1 in error cases
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-02-20 Jon Trulsongpio.c: change check to allow fd 0
2015-02-20 Jon Trulsongpio.c: check fd before attempting to use it
2015-02-10 Brendan Le Follgpio.c: add DEBUG message for owner flag
2015-02-10 Henry Brucegpio.c: fix spelling in comment
2015-02-10 Henry Brucegpio.c: mraa_gpio_wait_interrupt() now waits for subseq...
2015-01-28 Brendan Le Follgpio.c: add pin number to export fail message
2015-01-22 Thomas Inglebygpio: add behaviour for pin without direction
2015-01-20 Thomas Inglebygpio: add function to get raw gpio number.
2015-01-20 Kurt Eckhardtgpio: mraa_gpio_dir allow output to set val
2014-12-21 yonekengpio: Add a function to get a pin number from mraa_gpio...
2014-12-19 Kurt Eckhardtx86/edison: Speed up mraa_gpio_dir
2014-12-19 Kurt Eckhardtgpio.c: add advance_func->gpio_close_pre
2014-12-15 Brendan Le Follgpio.c: styling, avoid bracketless if statements
2014-11-26 Brendan Le Follgpio.c: cast return value explicitly
2014-11-26 Brendan Le Follgpio.c: fail early in case of error when reading file
2014-11-26 Brendan Le Follgpio.c: check return status of open call
2014-11-26 Brendan Le Follgpio.c: fix incorrect debug message due to merge
2014-11-20 Henry Brucegpio.c: check that real gpio did initialise correctly
2014-11-19 Brendan Le Follgpio.c: free context if we fail to write to export
2014-11-17 Thomas Inglebymmap: remove implementation of mmap gpio
2014-11-17 Thomas Inglebygpio: move gpio setup from core into module
2014-11-04 Bernd Barsuhngpio: fix identation
2014-11-04 Bernd Barsuhngpio: make mraa_gpio_isr_exit block until the interrupt...
2014-10-22 Brendan Le Follsyslog: unify error msg style
2014-10-03 Brendan Le Follcoverity: Fix issues found by coverity scan
2014-10-03 Brendan Le Follgpio: add more error checking for mraa_gpio_context
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-09 Thomas Inglebyhook: move gpio init post hook
2014-09-09 Brendan Le Follgpio.c: styling - remove tabs
2014-07-28 Brendan Le Follgpio.c: close fd in mmap function
2014-07-14 Thomas Inglebygpio: remove printf's, change init-post hook
2014-07-14 Thomas Inglebyintel_galileo_rev_g: remove platform code from core
2014-07-14 Thomas Inglebyhook: change structure to pointer
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-11 Thomas Inglebyhook: rename from declared struct to adance_func
2014-07-01 Thomas Inglebyhook: remove hooks, move into branch.
2014-06-27 Thomas Inglebymraa: initial implementation of "hooks"
2014-06-26 Thomas Inglebygpio: remove direction error printing
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-20 Thomas Inglebygpio: no printing to stderr on direction change.
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-17 Thomas Inglebymaa: add support for enabling pins and pulldowns
2014-05-29 Thomas InglebyMerge branch 'gpio-mem'
2014-05-29 Thomas Inglebymmap: added mmap io to gpio
2014-05-21 Thomas Inglebygpio: made export functions static.
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebygpio: use open in all function opposed to fopen
2014-05-19 Brendan Le Follgpio.c: PyEval_Call now casts void* to PyObject* before...
2014-05-16 Brendan Le Follgpio: fix use of memset sizeof param
2014-05-16 Brendan Le Follgpio.hpp: Add C++ wrapper around Gpio
2014-05-15 Brendan Le Follgpio: make isr_exit function use pthread_cancel and...
2014-05-13 Brendan Le Follgpio: add signal type to pthread_kill
2014-05-13 Brendan Le Follgpio: fix compiler warning with blank return
2014-05-13 Brendan Le Follswig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-07 Brendan Le Follgpio: don't do a pthread_kill if thread id is 0
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le Follgpio: initial implementation of interupt handling on...
2014-05-06 Brendan Le Follgpio: only call ferror in free() case as dev has alread...
2014-05-06 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-06 Brendan Le Follgpio: reworking of gpio IO calls
2014-05-04 Thomas InglebyMerge remote-tracking branch 'upstream/master'
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le Follgpio: use strtol instead of atoi
2014-05-02 Brendan Le Follswig: add unexport() calls to be used by destructors...
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Thomas Inglebypinmap: GPIO pin map added.
2014-04-29 Brendan Le FollMerge pull request #5 from tingleby/master
2014-04-29 Thomas Inglebygpio: Add support for setting GPIO ouput drive.
2014-04-29 Thomas Inglebygpio: Matured the GPIO API.
2014-04-28 Brendan Le FollMerge pull request #4 from emea-ssg-drd/dumpc++
2014-04-28 Brendan Le Follmaa: change struct names to be more unique and fix...
2014-04-27 Brendan Le Follmaa: change the linking of maa and make gpio functions...
2014-04-23 Brendan Le Follgpio.c: fix styling of functions
2014-04-23 Brendan Le Follgpio.c: simplify gpio_get_valfp and make static
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas InglebyMerge branch 'gpio' into for-pull
2014-04-14 Thomas Inglebygpio: Tempory fix when changing direction
2014-04-11 Thomas Inglebygpio: Add cpp example to use IO.
next