contrib/mraa.git
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le... maa: change complex C++ write calls to CamelCase for...
2014-06-24 Brendan Le... hello_isr.py: add license header
2014-06-24 Brendan Le... maa.i: remove invalid typemaps to char* and include...
2014-06-24 Brendan Le... i2c.hpp: add I2c::writeReg method
2014-06-23 Thomas Inglebymaa: remove unnecessary printing
2014-06-20 Thomas Inglebymaa: remove dev printing
2014-06-20 Brendan Le... blink_onboard.c: add missing blink onboard example
2014-06-20 Brendan Le... maa: add maa_get_platform_type function and move swig...
2014-06-20 Brendan Le... maa.c: complain if we didn't detect a valid platform
2014-06-20 Thomas Inglebymaa: update to 0.3.1 v0.3.1
2014-06-20 Thomas Inglebypwm: disable pwm before unexporting
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-20 Thomas Inglebyintel_galile_rev_g: pinmap add definition for io.
2014-06-20 Thomas Inglebygpio: no printing to stderr on direction change.
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-19 Thomas Inglebymaa: change dependency on direction for muxs
2014-06-18 Brendan Le... I2c-compass.cpp: fix example to use HMC5883L_CONT_MODE
2014-06-17 Thomas Inglebyintel_galileo_rev_g: Complete initial pinmap
2014-06-17 Thomas Inglebymaa: add support for enabling pins and pulldowns
2014-06-17 Thomas Inglebyintel galile rev g: change name from gen2 to revg
2014-06-16 Brendan Le... gen2: add basic galileo gen2 detection
2014-06-16 Brendan Le... intel_galileo_rev_d.c: change magic number to macro...
2014-06-13 Brendan Le... maa.i: add typemaps for uint8_t and uint8_t*
2014-06-13 Brendan Le... spi.h: add doc to make sure people free the returned...
2014-06-13 Brendan Le... maa: update to 0.3.0 v0.3.0
2014-06-13 Brendan Le... maa.i: add typemap for unsigned char* to char*
2014-06-13 Brendan Le... CMakeLists.txt: install headers in include/maa
2014-06-12 Brendan Le... example.js: make require path follow NODE_ENV and NODE_PATH
2014-06-12 Brendan Le... example.js: fix example to use up to date API
2014-06-11 Brendan Le... maa: make common.h header to replace maa.h header to...
2014-06-11 Brendan Le... README.md: make more github friendly readme and move...
2014-06-11 Brendan Le... i2c: make maa_i2c_read always return the length of...
2014-06-10 Thomas Inglebyjs-swig: remove whitespace
2014-06-10 Brendan Le... maa: update to version 0.2.9 v0.2.9
2014-06-10 Brendan Le... maa: add global maa.h and maa.hpp and stop using /usr...
2014-06-09 Thomas Inglebycmake: added logic for building a tagged commit
2014-06-09 Brendan Le... maa: version bump to 0.2.8 v0.2.8
2014-06-09 Thomas Inglebycmake: added conflicts and replaces fields
2014-06-09 Thomas Inglebyipk: generated ipk named as libmaa{major version}
2014-06-09 Thomas Inglebyipk: rename end package to libmaa
2014-06-09 Thomas Inglebycmake: updated CPackDeb to use DEB outer compression.
2014-06-04 Brendan Le... package.json: add extra info about module license and...
2014-06-04 Brendan Le... maa: add maa_set_priority call
2014-06-04 Brendan Le... cmake: install python & node.js modules correctly
2014-06-04 Brendan Le... CPackDeb.cmake: update to use opkg-buld
2014-06-03 Thomas Inglebymaa: add make package using CPack, generates IPK
2014-05-30 Brendan Le... api: add proper doxygen comments to C++ headers and...
2014-05-30 Brendan Le... Doxyfile.in: remove deprecated options in doxygen 1.8
2014-05-30 Brendan Le... swig: use C++ generated class doc and include directly...
2014-05-30 Brendan Le... doxy2swig.py: explicitly set to use python2
2014-05-30 Brendan Le... DoxygenLayout.xml: make C++ doc order a little like...
2014-05-30 Brendan Le... Doxyfile.in: remove include dir from INPUT path
2014-05-29 Thomas InglebyMerge branch 'gpio-mem'
2014-05-29 Thomas Inglebymmap: added mmap io to gpio
2014-05-29 Brendan Le... docs: Add docs/ folder with in depth topics as well...
2014-05-28 Brendan Le... cmake: version bump to 0.2.7 v0.2.7
2014-05-28 Brendan Le... examples: add Interesting snippet tags to examples...
2014-05-28 Brendan Le... c++: Use simple types instead of unistd types for swig...
2014-05-27 Brendan Le... aio.py: add aio python example
2014-05-27 Brendan Le... aio.hpp: read() uses basic type to make generation...
2014-05-26 Brendan Le... aio: make types used more logical and simplify logic
2014-05-23 Brendan Le... doxygen: add examples from examples dir and include...
2014-05-23 Brendan Le... i2c: use uint8_t throughout to make code clearer
2014-05-23 Brendan Le... swig: add BUILDSWIG macros to disable building of swig...
2014-05-23 Brendan Le... cmake: make sure headers are not in api/ subdir
2014-05-22 Thomas Inglebycmake: version bump to 0.2.6 v0.2.6
2014-05-22 Brendan Le... src: add unistd.h to pwm and spi modules to remove...
2014-05-22 Brendan Le... pwm: equality comparison should be assignment
2014-05-22 Brendan Le... I2c-compass: add -lm to linker
2014-05-22 Brendan Le... cmake: install only the public API in ${prefix}/include/maa
2014-05-22 Brendan Le... cmake: install examples in ${prefix}/share/maa/examples
2014-05-22 Thomas Inglebyexamples: added more cpp examples.
2014-05-22 Brendan Le... nodejs: define BUILDING_NODE_EXTENSION in CXXFLAGS...
2014-05-22 Brendan Le... cmake: building doc is now a cmake option and off by...
2014-05-22 Thomas Inglebymaa: change javascript to use swig upstream
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix i2c bus definition
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix definition of pwm on 9/11
2014-05-21 Thomas Inglebypwm: made export functions static
2014-05-21 Thomas Inglebygpio: made export functions static.
2014-05-21 Thomas Inglebypwm: fix writing of period
2014-05-21 Thomas Inglebyi2c: internal setup function properly works
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyspi: fix headers
2014-05-21 Thomas Inglebyaio: fix spacing
2014-05-21 Thomas Inglebymaa: add maa internal header.
2014-05-21 Thomas Inglebymaa: remove whitespace
2014-05-21 Thomas Inglebyspi: completed implementation.
2014-05-21 Thomas Inglebyspi: Use new feature of pinmap to get split info.
2014-05-21 Thomas Inglebyspi-pinmap: seperated bus from slave select.
2014-05-20 Brendan Le... gtest: fix version test and change test cmake var name
2014-05-20 Brendan Le... python: include examples page for sphinx documentation...
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-20 Thomas Inglebypwm: use posix open instead of fopen
2014-05-20 Thomas Inglebygpio: use open in all function opposed to fopen
2014-05-19 Brendan Le... maa.i: fix definition of printError in interface file v0.2.5
2014-05-19 Brendan Le... cmake: version bump to 0.2.5
2014-05-19 Thomas Inglebypwm: changed to use strtol for return values.
2014-05-19 Thomas Inglebypwm: removed disabling pin on unexport.
next