uart: use an unsigned int for baud rate rather than speed_t
[contrib/mraa.git] / api /
2015-05-28 Jon Trulsonuart: use an unsigned int for baud rate rather than...
2015-05-28 Jon Trulsonuart: add capability to check if data can be read from...
2015-05-28 Jon Trulsonuart: add uart device read and write functionality
2015-05-28 Jon Trulsonuart: add uart device open and close functionality
2015-04-24 Brendan Le Follgpio.c: mraa_gpio_get_* now return -1 in error cases
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-08 Michael Ringbanana: Add bananapi support
2015-04-04 Michael Ringbeaglebone.h: added Beaglebone Black Platform
2015-04-03 Brendan Le Follgpio.hpp: fix typo in docstring for isr
2015-03-24 Thomas Inglebypwm: add calls for getting PWM max and min period
2015-03-23 Thomas Inglebyapi: introduce define for pin name size
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-19 Brendan Le Follmraajs: update for node.js 0.12 API differences
2015-03-19 Brendan Le Follcommon: fix documentation string on mraa_init
2015-03-19 Michael Ringapi/mraa: add mraa_get_pin_name
2015-03-03 Gabriel Smithi2c.hpp: Remove tab
2015-03-03 Gabriel Smithi2c: Add functions for bulk read from register
2015-03-03 Brendan Le Follspi: return int instead of uint8_t in mraa_spi_write
2015-02-27 Brendan Le Follspi.h: fix docstring style
2015-02-27 Brendan Le Follspi: styling & docstring fix
2015-02-25 Brendan Le Follcommon: add C++ init() call and explain reason to call...
2015-02-18 Brendan Le Follisr.js: add node.js isr example
2015-02-18 Brendan Le Follnodejs: Add isr support to node.js
2015-02-17 Michael Ringspi.hpp: Fix indentation of comment
2015-02-17 Michael Ringspi: Add 16bit wide convenience functions for spi
2015-02-15 Michael Ringapi/mraa/types.h renamed enum for raspberry to make...
2015-02-09 Brendan Le Follpwm.hpp: fix pin/chipid order in raw init
2015-02-04 Alex Tereschenkoaio.c: added normalized read returning a float in a...
2015-01-21 Thomas Inglebyapi: remove internal strut from public API
2015-01-21 Thomas Inglebyapi/platform_name: Change return when null platform
2015-01-21 Thomas Inglebyinternal/platform_name: move to const char*
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 Thomas Inglebyuart: use const char* instead of plain char*
2015-01-20 Thomas Inglebyuart: add function mraa_uart_get_dev_path
2015-01-20 Kurt Eckhardtgpio: mraa_gpio_dir allow output to set val
2015-01-14 Brendan Le Follspi: add mraa_spi_init_raw
2015-01-14 Brendan Le Follspi.hpp: styling/identation fix
2015-01-14 Brendan Le Folli2c.hpp: fix doxygen comment for return of read()
2015-01-14 Brendan Le Follpwm.hpp: Pwm constructor optional arg order change
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-09 Thomas Inglebyapi/spi: Add Spi_Modes to CPP headers.
2015-01-06 Brendan Le Folli2c.hpp: Change I2c class API to ressemble C API
2015-01-05 Brendan Le Folli2c: set_frequency now takes a mraa_i2c_mode_t
2015-01-05 Brendan Le Folltypes.h: add edison numbering enums
2014-12-21 yonekengpio: Add a function to get a pin number from mraa_gpio...
2014-12-11 Thomas Inglebydoc/spi: correct description of SPI
2014-12-08 Thomas Inglebyraspberry pi: add model b definition
2014-12-02 Brendan Le Follcommon.h: move functions from types.h
2014-12-02 Brendan Le Folltypes.h: Move mraa_pinmodes_t to types.h
2014-11-26 Thomas Inglebymraa: add mraa_get_platform_name
2014-11-24 Brendan Le Folli2c.h: fix typo in doxygen comment
2014-11-20 Henry Bruceintel_minnow_max: Added platform definition
2014-11-20 Brendan Le Folli2c: fix I2c::read() call
2014-11-20 Brendan Le Folli2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le Follspi.hpp: remove transfer command from SWIG APIs
2014-11-20 Brendan Le Follcommon.hpp: add missing docstring param for setLogLevel
2014-11-20 Brendan Le Folli2c: add clean {write, read}data functions
2014-11-20 Brendan Le Folli2c.hpp: reorder & style header
2014-11-05 Brendan Le Folli2c: use uint8_t when appropriate and remove char
2014-10-31 Anton Krasovskyi2c: add api call to read byte from a specified register
2014-10-30 Thomas Inglebypwm: add period limits, warn over syslog
2014-10-24 Thomas Inglebyintel_de3815: initial support for Baytrail NUC
2014-10-20 Brendan Le Folli2c: mraa_i2c_frequency now returns correct returns
2014-10-19 Kurt Eckhardtcommon: c++ link error if multiple files include header
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-15 Thomas Inglebyapi: correct mistake in gpio.hpp v0.5.1
2014-10-03 Brendan Le Follgpio: add more error checking for mraa_gpio_context
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-22 Thomas Inglebyaio: change c++ calls to camelCase
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-09 Thomas Inglebyi2c: boost max defined buses to 12.
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Thomas Inglebyedison: add edison detection
2014-09-07 Brendan Le Folldocs: add common i2c doc page i2c.txt
2014-09-03 Brendan Le Folldocs: remove references to C++ as docstrings used by...
2014-09-03 Brendan Le Folluart: add C++ Uart module and links to swig
2014-09-01 Brendan Le Follcommon.hpp: fix documentation of functions
2014-09-01 Mark Ceiselpwm: add config_ms and config_percent.
2014-08-14 Brendan Le Follcommon.hpp: add ADC bitness calls to C++ api
2014-08-08 Brendan Le Follspi: prefix SPI mode with MRAA_SPI_
2014-08-06 Kiveisha Yevgeniyspi: added spi mode to mraa
2014-08-05 Brendan Le Folli2c.hpp: new read() variant that returns terminated...
2014-07-31 Brendan Le Folli2c.hpp: add read(size_t length) function useful in...
2014-07-31 Brendan Le Folli2c.hpp: overload read() function, this renames readByte
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-10 Thomas Inglebyuart_setup: add example on current uart use.
2014-07-10 Thomas Inglebyuart: barebones uart module added.
2014-07-04 Brendan Le Follcommon.hpp: use common.hpp instead of renaming C functi...
2014-07-02 Thomas Inglebytypes.h: add missing asterix from comment.
2014-07-02 Thomas Inglebymraa: add common hpp
2014-07-01 Brendan Le Follmraa.c: stop ctor running in scripting languages
2014-07-01 Brendan Le Follmraa: add deinit function for valgrind testing
2014-07-01 Brendan Le Follspi: update spi module to use char instead of unsigned...
2014-07-01 Brendan Le Folli2c: allow binary strings as parameters to write()...
2014-06-25 Thomas Inglebyaio: added configuration within platform data.
2014-06-25 Thomas Inglebygpio: add mmap enable function to cpp headers
next