contrib/mraa.git
2014-11-24 Brendan Le... docs: update product names & brand names
2014-11-24 Brendan Le... docs: add minnowboard max to doxygen index page
2014-11-24 Brendan Le... i2c.h: fix typo in doxygen comment
2014-11-21 Henry Brucegpio.c: Added gpio list/set/get utility
2014-11-21 Henry Brucedocs: Added first cut at minnow-max documentation
2014-11-21 Henry Bruceintel_minnow_max.c: fixed pin capability errors
2014-11-21 Brendan Le... docs: explain aio numbering scheme
2014-11-21 Thomas Inglebyspi: fix mistake from mem branch where spi will fail.
2014-11-20 Brendan Le... mraa.c: fix char count in board_name
2014-11-20 Henry Bruceoe-sdk_cross.cmake: 'make install' now targets oe sysroot
2014-11-20 Henry Brucepwm.c: Must write period before duty_cycle to avoid...
2014-11-20 Henry Bruceblink_onboard.c: Added Minnow Max support
2014-11-20 Henry Brucehellomraa.c: Extended sample to display detected platform.
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... intel_edison_fab_c.c: remove uart_init_post hook for...
2014-11-20 Brendan Le... i2c: fix I2c::read() call
2014-11-20 Brendan Le... i2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le... spi.hpp: remove transfer command from SWIG APIs
2014-11-20 Brendan Le... common.hpp: add missing docstring param for setLogLevel
2014-11-20 Brendan Le... i2c: add clean {write, read}data functions
2014-11-20 Brendan Le... i2c.hpp: reorder & style header
2014-11-19 Brendan Le... edison.md: add 1.8V IO warning
2014-11-19 Brendan Le... spi.c: fix identation
2014-11-19 Brendan Le... spi.c: check memory allocation for context was succesful
2014-11-19 Brendan Le... gpio.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 Inglebyinternal: remove un-implmented function prototype
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-12 Brendan Le... docs: update libmraa intro text
2014-11-10 Brendan Le... cmake: add cmake toolchain file for oe setup
2014-11-09 Brendan Le... building.md: update cmake instructions
2014-11-07 Brendan Le... galileorevh.md: add i2c frequency info
2014-11-06 Brendan Le... mraa: update to version 0.5.2 v0.5.2
2014-11-06 Matthias Hahnpwm: syslog message typo correction
2014-11-05 Brendan Le... rgblcd.py: update example to use only writeReg()
2014-11-05 Brendan Le... rgblcd.js: add i2c example similar to python
2014-11-05 Brendan Le... i2c_HMC5883L.c: fix type in i2c buffer
2014-11-05 Brendan Le... i2c: 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-11-03 Brendan Le... Pwm3-cycle.cpp: add pwm::enable() call to example
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 Brendan Le... contributing.md: add a few contribution rules matching UPM
2014-10-29 Maximilian... pwm: fixed wrong line ending being checked by strtol
2014-10-24 Thomas InglebyREADME: add Intel DE3815 to supported systems.
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... spi: attempt to fix spi lsb mode
2014-10-23 Brendan Le... i2c: use default i2c bus in board config if invalid
2014-10-22 Brendan Le... syslog: unify error msg style
2014-10-22 Brendan Le... spi: fix mraa_spi_bit_per_word call to use correct...
2014-10-22 Brendan Le... intel_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... i2c: 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 Kurt Eckhardtcommon: c++ link error if multiple files include header
2014-10-19 Brendan Le... spi: 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... exception: Add exceptions when context creation fails
2014-10-15 Thomas Inglebyapi: correct mistake in gpio.hpp v0.5.1
2014-10-15 Thomas Inglebymraa: update to version 0.5.1
2014-10-08 Thomas Inglebydoc: add Edison miniboard doc
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 Brendan Le... Revert "CMakeLists.txt: add DEBUG define when doing...
2014-10-07 Thomas Inglebyedison: add inital miniboard support
2014-10-03 Brendan Le... coverity: Fix issues found by coverity scan
2014-10-03 Brendan Le... index.md: add edison link
2014-10-03 Brendan Le... docs: add edison to doxygen doc and coverity instructions
2014-10-03 Brendan Le... gpio: add more error checking for mraa_gpio_context
2014-10-03 Brendan Le... doc: cleanup internal documentation and naming
2014-09-25 Brendan Le... index.md: add ADC change for 0.5.0
2014-09-25 Brendan Le... syslog: remove all fprintf calls and use syslog instead
2014-09-25 Brendan Le... mraa_internal.h: fix styling issues
2014-09-25 Brendan Le... CMakeLists.txt: add DEBUG define when doing a debug...
2014-09-24 Brendan Le... aio.c: cosmetic fix on file
2014-09-22 Brendan Le... edison.md: add details on i2c bus number
2014-09-22 Thomas Inglebyaio: change c++ calls to camelCase
2014-09-22 Thomas Inglebyaio: change return from uint16 to unsigned int
next