raspberry pi: add model b definition
[contrib/mraa.git] / src /
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
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
next