spi.c: make use of no_bus_mux flag
[contrib/mraa.git] / src / spi / spi.c
2015-12-14 Srinivas Kandagatlaspi.c: make use of no_bus_mux flag
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-06-15 Alex Tereschenkospi.c: introduced a _replace hook for spi_lsbmode()
2015-06-15 Alex Tereschenkospi.c: moved struct _spi declaration into mraa_internal...
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-03 Brendan Le Follspi: return int instead of uint8_t in mraa_spi_write
2015-02-27 Brendan Le Follspi: styling & docstring fix
2015-02-27 Brendan Le Follspi.c: change spi mode to a uint32_t
2015-02-17 Michael Ringspi: Add 16bit wide convenience functions for spi
2015-02-17 Michael Ringspi.c: Initialization of spi is necessary on Beaglebone...
2015-01-14 Brendan Le Follspi: add mraa_spi_init_raw
2014-11-21 Thomas Inglebyspi: fix mistake from mem branch where spi will fail.
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-17 Thomas Inglebyspi: move spi setup from core into module
2014-10-23 Brendan Le Follspi: attempt to fix spi lsb mode
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-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-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-09 Thomas Inglebyhook: add spi init hooks
2014-08-08 Brendan Le Follspi: prefix SPI mode with MRAA_SPI_
2014-08-06 Kiveisha Yevgeniyspi: added spi mode to mraa
2014-07-28 Brendan Le Follspi.c: destructor now freeing memory
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-05-22 Brendan Le Follsrc: add unistd.h to pwm and spi modules to remove...
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyspi: completed implementation.
2014-05-21 Thomas Inglebyspi: Use new feature of pinmap to get split info.
2014-05-16 Brendan Le Follspi: fix use of memset sizeof param
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: implemented write functions
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Brendan Le Follspi: add destructor
2014-04-30 Brendan Le FollMerge branch 'tingleby-spi-new'
2014-04-30 Brendan Le FollMerge branch 'spi-new' of github.com:tingleby/maa into...
2014-04-30 Thomas Inglebyspi: Add initial SPI api