gpio.c: check return status of open call
[contrib/mraa.git] / src /
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
2014-11-19 Brendan Le Follspi.c: fix identation
2014-11-19 Brendan Le Follspi.c: check memory allocation for context was succesful
2014-11-19 Brendan Le Follgpio.c: free context if we fail to write to export
2014-11-17 Thomas Inglebygalileo gen 2: port mmap to new structure
2014-11-17 Thomas Inglebygalileo gen 1: port mmap to new structure
2014-11-17 Thomas Inglebyedison: add mmap support. read & write
2014-11-17 Thomas Inglebymmap: remove implementation of mmap gpio
2014-11-17 Thomas Inglebypwm: move pwm setup to module
2014-11-17 Thomas Inglebyspi: move spi setup from core into module
2014-11-17 Thomas Inglebyi2c: move i2c setup from core into module
2014-11-17 Thomas Inglebyaio: move aio setup from core into module
2014-11-17 Thomas Inglebygpio: move gpio setup from core into module
2014-11-17 Thomas Inglebyinternal: add function protype for mux setup.
2014-11-17 Thomas Inglebyspi: expose defined CS
2014-11-17 Thomas Inglebyedison: fix gpio mapping on j18-8
2014-11-17 Thomas Inglebygalileo gen2: add uart definitions
2014-11-06 Matthias Hahnpwm: syslog message typo correction
2014-11-05 Brendan Le Folli2c: use uint8_t when appropriate and remove char
2014-11-04 Bernd Barsuhngpio: fix identation
2014-11-04 Bernd Barsuhngpio: make mraa_gpio_isr_exit block until the interrupt...
2014-10-31 Anton Krasovskyi2c: add api call to read byte from a specified register
2014-10-30 Thomas Inglebyspi: expose defined CS
2014-10-30 Thomas Inglebypwm: add period limits, warn over syslog
2014-10-29 Maximilian von Tsc... pwm: fixed wrong line ending being checked by strtol
2014-10-24 Thomas Inglebyde3815: add initial doc
2014-10-24 Thomas Inglebyde3815: added PWM support
2014-10-24 Thomas Inglebyintel_de3815: initial support for Baytrail NUC
2014-10-23 Brendan Le Follspi: attempt to fix spi lsb mode
2014-10-23 Brendan Le Folli2c: use default i2c bus in board config if invalid
2014-10-22 Brendan Le Follsyslog: unify error msg style
2014-10-22 Brendan Le Follspi: fix mraa_spi_bit_per_word call to use correct...
2014-10-22 Brendan Le Follintel_edison_fab_c.c: If i2c bus number is invalid...
2014-10-20 Thomas Inglebyedison: fix uart missing information
2014-10-20 Thomas Inglebyuart: add pre uart hook
2014-10-20 Brendan Le Folli2c: mraa_i2c_frequency now returns correct returns
2014-10-19 Thomas Inglebyedison: add uart definitions
2014-10-19 Thomas Inglebyuart: add init post hook
2014-10-19 Brendan Le Follspi: make mraa_spi_write_buf call mraa_transfer_buf
2014-10-19 Kurt Eckhardtspi: Add SPI transfer function that pass in RX/TX
2014-10-16 Brendan Le Follexception: Add exceptions when context creation fails
2014-10-08 Thomas Inglebyedison: miniboard GPIO mode hook added
2014-10-08 Thomas Inglebyedison: miniboard SPI bus support added
2014-10-08 Thomas Inglebyedison: miniboard i2c support added for bus 1 & 6
2014-10-08 Thomas Inglebyedison: add missing PWM hook for miniboard
2014-10-08 Thomas Inglebypwm: fix incorrect hook check
2014-10-07 Thomas Inglebyedison: add inital miniboard support
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-10-03 Brendan Le Folldoc: cleanup internal documentation and naming
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-24 Brendan Le Follaio.c: cosmetic fix on file
2014-09-22 Thomas Inglebyaio: change return from uint16 to unsigned int
2014-09-22 Thomas Inglebyaio: add calls for changing bit value of the read
2014-09-19 Brendan Le Follhello_isr.py: add sleep to the example to reduce confusion
2014-09-10 Thomas Inglebyedison: add supported adc bit information
2014-09-09 Thomas Inglebyhook: add spi init hooks
2014-09-09 Thomas Inglebyhook: add pwm hook around init
2014-09-09 Thomas Inglebyaio: internal aio context to mraa_internal_types
2014-09-09 Thomas Inglebyaio: add init hooks, and fp hook
2014-09-09 Thomas Inglebyedison: add hook for handling modes for gpio
2014-09-09 Thomas Inglebypython: dont set c_flags globally
2014-09-09 Thomas Inglebyjavascript: dont't wipe other cxx flags
2014-09-09 Thomas Inglebyedison: spi addition completed
2014-09-09 Thomas Inglebyedison: add spi mux definitions
2014-09-09 Thomas Inglebyedison: add gpio support on A0-A5
2014-09-09 Thomas Inglebyedison: add pwm support on 3,5,6,9 - default state
2014-09-09 Thomas Inglebyedison: add analog input support
2014-09-09 Brendan Le Follaio.c: fix ordering of comparison operator
2014-09-09 Brendan Le Follintel_edison_fab_c.c: simplify invalid return in mraa_i...
2014-09-09 Thomas Inglebyedison: added i2c support on bus 6
2014-09-09 Thomas Inglebyedison: add i2c bus definitions
2014-09-09 Thomas Inglebyi2c: disallow non allowed i2c buses
2014-09-09 Thomas Inglebyedison: add gpio definitions.
2014-09-09 Thomas Inglebyedsion: add logic to handle tristate around directions
2014-09-09 Thomas Inglebyedison: add edison specific logic
2014-09-09 Thomas Inglebyhook: move gpio init post hook
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Brendan Le Follgpio.c: styling - remove tabs
2014-09-09 Thomas Inglebyedison: add edison detection
2014-09-09 Thomas Inglebyintel_edison_fab_b: initial board definition
next