contrib/mraa.git
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.
2014-05-19 Brendan Le... gpio.c: PyEval_Call now casts void* to PyObject* before...
2014-05-19 Brendan Le... i2c: fix write API to use const char*
2014-05-19 Brendan Le... maa.i: add return types to swig constants
2014-05-19 Brendan Le... maa.i: add printError() function to swig API
2014-05-19 Brendan Le... maa.i: rename get_version() to getVersion()
2014-05-19 Brendan Le... maa.c: add stdlib.h to remove clang warning
2014-05-19 Brendan Le... C++: Change enum types to be shorter in C++
2014-05-16 Brendan Le... hello_isr.py: fix usage of isr in python example
2014-05-16 Brendan Le... cmake: version bump due to API change v0.2.4
2014-05-16 Brendan Le... README.md: add changelog to explain API changes
2014-05-16 Thomas Inglebyblink-io-cpp: example gpio using cpp wrappers.
2014-05-16 Brendan Le... c++: Add C++ runtime library to linker patch
2014-05-16 Brendan Le... spi: fix use of memset sizeof param
2014-05-16 Brendan Le... gpio: fix use of memset sizeof param
2014-05-16 Brendan Le... swig: add gpio enum definitions on interface file
2014-05-16 Brendan Le... spi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: added example for use with mcp4261
2014-05-16 Thomas Inglebyspi: implemented write functions
2014-05-16 Thomas Inglebyspi: changed write function prototype.
2014-05-16 Thomas Inglebyspi-pinmap: added spi checking functions.
2014-05-16 Thomas Inglebyintel_galileo_rev_d: fixed SPI bus id.
2014-05-16 Brendan Le... gpio.hpp: Add C++ wrapper around Gpio
2014-05-16 Brendan Le... pwm.hpp: Add C++ wrapper around Pwm
2014-05-16 Brendan Le... i2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le... i2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le... maa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le... aio.hpp: Add C++ wrapper around Aio
2014-05-15 Brendan Le... cmake: make maa link against pthreads directly
2014-05-15 Brendan Le... cmake: fix hard includ of node headers for cross compile
2014-05-15 Brendan Le... gpio: make isr_exit function use pthread_cancel and...
2014-05-15 Brendan Le... blink-io: make sure maa_gpio_init was successful
2014-05-14 Brendan Le... cmake: increase version to 2.3 v0.2.3
2014-05-13 Brendan Le... aio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le... blink-io: add stdlib.h for strtol call
2014-05-13 Brendan Le... gpio: add signal type to pthread_kill
2014-05-13 Brendan Le... pwm: always return a value if stated in prototype
2014-05-13 Brendan Le... i2c: fixed impossible unsigned comparisons
2014-05-13 Brendan Le... aio: remove use of atoi and cleanup debug
2014-05-13 Brendan Le... aio: use posix read/lseek API
2014-05-13 Brendan Le... aio: fix styling of case statement
2014-05-13 Brendan Le... aio: fix error checking of maa_check_aio
2014-05-13 Brendan Le... gpio: fix compiler warning with blank return
2014-05-13 Brendan Le... swig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le... swig: Add support for isr/callbacks from python
2014-05-13 Brendan Le... maa_init: add GCC attribute to call init function as...
2014-05-13 Brendan Le... cmake: re-enable javascript for swig
2014-05-13 Brendan Le... gpio: rework of gpio - using open() for value_fp
2014-05-08 Brendan Le... maajs: fix example with object API
2014-05-07 Brendan Le... gpio: don't do a pthread_kill if thread id is 0
2014-05-07 Thomas Inglebypinmap: test mode, add uninitialised protection.
2014-05-07 Brendan Le... maa.i: maa_init is now done after swig initialisation...
2014-05-07 Brendan Le... Merge branch 'tingleby-pin'
2014-05-07 Thomas Inglebypinmap: Implemented maa_pin_mode_test
2014-05-07 Thomas Inglebypwm: rev-d quirk worked-around.
2014-05-07 Thomas Inglebypinmap: function to test mode of a pin.
next