mraa/platform: add mraa_get_pin_count()
[contrib/mraa.git] / src /
2015-01-21 Thomas Inglebymraa/platform: add mraa_get_pin_count()
2015-01-20 Thomas Inglebygpio: add function to get raw gpio number.
2015-01-20 Brendan Le Follcov: add some explicit includes that where missing
2015-01-20 Brendan Le Folli2c.c: Fix resource leak when I2C_FUNCS ioctl fails
2015-01-20 Thomas Inglebyuart: use const char* instead of plain char*
2015-01-20 Thomas Inglebyuart: add function mraa_uart_get_dev_path
2015-01-20 Thomas Inglebyuart: cleanup and bring inline with standard
2015-01-20 Kurt Eckhardtgpio: mraa_gpio_dir allow output to set val
2015-01-16 Brendan Le Follmraajs.i: add %include carrays.i to fix generation...
2015-01-14 Brendan Le Follspi: add mraa_spi_init_raw
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-12 Philippe Covalmraa.c: fix FTBFS on printf by adding format
2001-01-01 Brendan Le Follx86.c: remove duplicate case statement
2001-01-01 Brendan Le Follx86/intel_minnow_max.c: remove definitions duplication
2001-01-01 Brendan Le Follx86/intel_minnow_max.c: add board gpio count
2001-01-01 John 'Warthog9'... x86/intel_minnow_max.c: Adjust gpio pins based on kerne...
2015-01-09 Thomas Inglebyx86/galileo_gen2: correct mistake on IO11 for SPI
2015-01-06 Kurt Eckhardtintel_edison_fab_c.c: move gpio_close_pre to miniboard
2015-01-06 Brendan Le Follmraajs.i: add i2c read/write function typemaps
2015-01-06 Brendan Le Follpython-mraa.i: Add typemaps to make I2c::{read,write...
2015-01-06 Brendan Le Follmraa.i: remove std::string conversion
2015-01-05 Brendan Le Follmraa.c: fix missing break statement in case switch
2015-01-05 Kurt Eckhardtpwm.c: cache period
2015-01-05 Brendan Le Folli2c: use I2C_FUNCS to store funcs map
2015-01-05 Brendan Le Folli2c: fix brackets around if statement
2015-01-05 Brendan Le Folledison: add mraa_i2c_frequency replace hook for i2c-6
2015-01-05 Brendan Le Folli2c: add busnum to context
2015-01-05 Brendan Le Folli2c: remove hz from context
2015-01-05 Brendan Le Folli2c: set_frequency now takes a mraa_i2c_mode_t
2014-12-21 yonekengpio: Add a function to get a pin number from mraa_gpio...
2014-12-19 Kurt Eckhardtx86/galileo-gen2: Speed up mraa_gpio_dir
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-18 Brendan Le Follmraa.c: mraa_pin_mode_test should check against b-...
2014-12-18 Brendan Le Follmraa.c: add syslog msg in case we get an unknown pinmode
2014-12-18 Brendan Le Follmraa.c: fix uart mraa_pin_mode_test
2014-12-18 Brendan Le Follmraa.c: fix aio mraa_pin_mode_test
2014-12-16 Alex Tereschenkomraa.c: Fixed potential segfault on free()-ing NULL...
2014-12-16 Brendan Le Follmraa.c: remove DEBUG define
2014-12-16 Alex Tereschenkomraa.c: added user check into mraa_init() & increase...
2014-12-15 Brendan Le Follgpio.c: styling, avoid bracketless if statements
2014-12-15 Brendan Le Follmraa.c: do not check return value of mraa_gpio_dir...
2014-12-12 Thomas Inglebyx86/galileo-gen2: correct SPI MOSI mux info
2014-12-12 Thomas Inglebyx86/edison: only toggle tristate on physical pins
2014-12-11 Brendan Le Follintel_edison_fab_c.c: ignore failed tristate writes...
2014-12-10 Brendan Le Follmraa.c: fix error handling & leak in mraa_setup_mux_mapped
2014-12-10 Brendan Le Follbinding.gyp.cmake: fix architecture name for 32bit x86
2014-12-10 Brendan Le Follmraa.i: remove comments breaking builds with SWIG 3.0.3
2014-12-09 Brendan Le Follbinding.gyp.cmake: define *PLAT based on target_platform
2014-12-09 Brendan Le Follmraa.c: check already initialised before anything else...
2014-12-09 Thomas Inglebyraspberry pi: correct bus definitions
2014-12-08 Thomas Inglebyarm: use raspberry pi platform
2014-12-08 Thomas Inglebyraspberry pi: add model b definition
2014-12-08 Thomas Inglebyarm: add initial skeleton for arm platform support
2014-12-08 Thomas Inglebyx86: move x86 platform include files into own directory
2014-12-08 Thomas Inglebyarch: initial framework for supporting other architectu...
2014-12-08 Brendan Le Follintel_edison_fab_c.c: fix typo in function name
2014-12-08 Brendan Le Follintel_minnow_max.c: fix unsafe strncpy not NULL terminating
2014-12-08 Brendan Le Follintel_galileo_rev_g.c: add more robust error handling
2014-12-08 Brendan Le Follintel_galileo_rev_d.c: check malloc return values
2014-12-08 Brendan Le Follintel_galileo_rev_d.c: prefix syslog calls
2014-12-08 Brendan Le Follintel_minnow_max.c: check malloc return values
2014-12-08 Brendan Le Follintel_de3815.c: check malloc return values
2014-12-08 Brendan Le Follintel_edison_fab_c.c: add more robust error handling
2014-12-07 Kurt Eckhardtaio.c: properly cleanup after mraa_aio_close
2014-12-02 Brendan Le Follmraa.i: add enum item rename rule
2014-12-02 Brendan Le FollCMakeLists.txt: use relative paths for install
2014-12-02 Helio Chissini de... cmake: Define library suffix in case of 64 bits multili...
2014-12-02 Brendan Le Follpwm.c: Fix error in mraa_pwm_read_duty
2014-12-02 Brendan Le Follpwm.c: Fix error in mraa_pwm_read_period
2014-12-01 Helio Chissini de... package.json.cmake: Proper version requires for nodejs
2014-12-01 Brendan Le Follpackage.json.cmake: fix broken main property
2014-12-01 Brendan Le Follnpmpkg: Fix package.json having invalid main property
2014-11-27 Mihai Tudor Panudoxy2swig: quick fix on missing unicode encode
2014-11-26 Thomas Inglebymraa: add mraa_get_platform_name
2014-11-26 Brendan Le Follpwm.c: remove possibility of division by 0
2014-11-26 Brendan Le Follpwm.c: check error condition when doing read operations
2014-11-26 Brendan Le Follintel_de3815.c: make sure strncpy() doesn't go over...
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 Follaio.c: check aio_get_valid_fp return value
2014-11-26 Brendan Le Follaio.c: remove less-than-zero comparison of an unsigned var
2014-11-26 Brendan Le Follgpio.c: fix incorrect debug message due to merge
2014-11-26 Brendan Le Follmraa_board_t: fix operator in *_mmap_unsetup
2014-11-26 Brendan Le Folli2c.c: fix typo in mraa_i2c_read_word_data
2014-11-24 Brendan Le Follcmake: fix indentation
2014-11-24 Brendan Le Follpackage.json.cmake: remove repository tag causing issue...
2014-11-24 Brendan Le Follnpm: add node-gyp build support
2014-11-24 Brendan Le Folljavascript: add a generated package.json with versioning
2014-11-21 Henry Bruceintel_minnow_max.c: fixed pin capability errors
2014-11-21 Thomas Inglebyspi: fix mistake from mem branch where spi will fail.
2014-11-20 Brendan Le Follmraa.c: fix char count in board_name
2014-11-20 Henry Brucepwm.c: Must write period before duty_cycle to avoid...
2014-11-20 Henry Brucegpio.c: check that real gpio did initialise correctly
2014-11-20 Henry Bruceintel_minnow_max: Added platform definition
2014-11-20 Thomas Inglebygalileo gen2: add missing mux information for UART...
2014-11-20 Brendan Le Follintel_edison_fab_c.c: remove uart_init_post hook for...
2014-11-20 Brendan Le Folli2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le Folli2c: add clean {write, read}data functions
next