hook: move gpio init post hook
[contrib/mraa.git] / src / gpio / gpio.c
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.
2014-04-11 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Thomas Inglebygpio: gpio in/out both work
2014-04-11 Thomas Inglebygpio: get file handle if none exists
2014-04-11 Thomas Inglebygpio: work done to export,read,write to gpio
2014-04-11 Thomas Inglebygpio: modified api to include close.
2014-04-10 Brendan Le Follgpio: enable very basic gpio control from swig