mraa.c: Fix path of iio device in sysfs
[contrib/mraa.git] / src / mraa.c
2015-12-15 Brendan Le Follmraa.c: Fix path of iio device in sysfs
2015-12-15 Brendan Le Folliio: initial API and enumeration of devices
2015-09-18 Brendan Le Follmraa.c: fix possible overrun in strncpy
2015-09-18 Brendan Le Follmraa.c: simplify mraa_get_platform_name with subplatforms
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-09-08 Henry Bruceapi: Added API calls that support both main and sub...
2015-09-08 Brendan Le Follmraa.c: usb MRAA_UNKNOWN_PLATFORM is not considered...
2015-09-08 Brendan Le Follmraa.c: Fix current_plat being invalid but not NULL
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Brendan Le Follmraa.c: use #if defined() for platforms
2015-09-08 Henry Brucemraa.c: Fixed bug in detected main/sub platform name...
2015-09-08 Henry Bruceapi: Added mraa_has_sub_platform() function
2015-09-08 Henry Brucemraa.c: Added mainn and sub-platform select API calls.
2015-09-08 Henry Bruceusb: USB sub-platform bug fixes.
2015-09-08 Henry Bruceapi: Added mraa_get_sub_platform_type()
2015-09-08 Henry Brucex86: advance_func now stored in mraa_board_t instance
2015-09-08 Henry Bruceplatform_type: platform_type now in mraa_board_t
2015-09-08 Henry Bruceusb: Converted sub-platform bus/pin helper macros to...
2015-09-08 Brendan Le Follcmake: add -DFTDID2xx and use FindFtd2xx.cmake
2015-09-08 Brendan Le Follmraa.c: subplatforms need to be defined after platforms
2015-09-08 Henry Bruceusb: Skeleton platform code for FTDI FT4222 USB to...
2015-08-25 Yong Limraa.c: Add new API to support I2C bus number query
2015-08-20 Brendan Le Follmraa.c: Fix close/free fail introduced earlier
2015-08-14 Brendan Le Follmraa.c: Fix error handing resource leaks in mraa_file_c...
2015-08-14 Brendan Le Follmraa.c: log level syslog messages
2015-08-13 Brendan Le Follmraa.c: Fix ressource leaks during error handling
2015-07-24 Brendan Le Follmraa.c: fix ARMPLAT elif not being done on define like...
2015-07-15 Brendan Le Follmraa.c: Fix buffer overfow in mraa_find_i2c_bus
2015-07-10 Brendan Le Follmraa: add internal mraa_find_i2c_bus function
2015-07-01 Brendan Le Follmraa.c: Fix readlink call not terminating its buffer
2015-04-08 Michael Ringmraa.c: Remove mraa_init() from mraa_pin_mode_test
2015-04-08 Michael Ringmraa.c: Add _contains helper functions
2015-04-08 Michael Ringmraa.c: change helper functions to use const char*
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-19 Michael Ringapi/mraa: add mraa_get_pin_name
2015-03-01 Brendan Le Follmraa.c: stop C constructor calling mraa_init() in SWIG...
2015-02-15 Michael Ringmraa.c added internal helper functions to support globb...
2015-02-05 Thomas Inglebysrc/mraa.c: mux mapped
2015-02-05 Brendan Le FollRevert "setup_mux_mapped: use HIGH/LOW instead"
2015-01-31 Brendan Le Follmraa.c: Allow running mraa_init() as non root
2015-01-26 Alex Tereschenkomraa: we now log version and user ID into syslog upon...
2015-01-22 Thomas Inglebysetup_mux_mapped: use HIGH/LOW instead
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 Inglebyuart: cleanup and bring inline with standard
2015-01-12 Philippe Covalmraa.c: fix FTBFS on printf by adding format
2015-01-05 Brendan Le Follmraa.c: fix missing break statement in case switch
2014-12-18 Brendan Le Follmraa.c: mraa_pin_mode_test should check against b-...
2014-12-18 Brendan Le Follmraa.c: add syslog msg in case we get an unknown pinmode
2014-12-18 Brendan Le Follmraa.c: fix uart mraa_pin_mode_test
2014-12-18 Brendan Le Follmraa.c: fix aio mraa_pin_mode_test
2014-12-16 Alex Tereschenkomraa.c: Fixed potential segfault on free()-ing NULL...
2014-12-16 Brendan Le Follmraa.c: remove DEBUG define
2014-12-16 Alex Tereschenkomraa.c: added user check into mraa_init() & increase...
2014-12-15 Brendan Le Follmraa.c: do not check return value of mraa_gpio_dir...
2014-12-10 Brendan Le Follmraa.c: fix error handling & leak in mraa_setup_mux_mapped
2014-12-09 Brendan Le Follmraa.c: check already initialised before anything else...
2014-12-08 Thomas Inglebyarm: add initial skeleton for arm platform support
2014-12-08 Thomas Inglebyarch: initial framework for supporting other architectu...
2014-11-26 Thomas Inglebymraa: add mraa_get_platform_name
2014-11-20 Brendan Le Follmraa.c: fix char count in board_name
2014-11-20 Henry Bruceintel_minnow_max: Added platform definition
2014-11-17 Thomas Inglebymmap: remove implementation of mmap gpio
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-10-30 Thomas Inglebyspi: expose defined CS
2014-10-24 Thomas Inglebyintel_de3815: initial support for Baytrail NUC
2014-10-23 Brendan Le Folli2c: use default i2c bus in board config if invalid
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-09 Thomas Inglebyi2c: disallow non allowed i2c buses
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Thomas Inglebyedison: add edison detection
2014-08-26 Thomas Inglebyspi: if platform has one spidev, defaults to it.
2014-08-01 Brendan Le Follmraa.c: fclose on NULL fp can segfault on some platforms
2014-07-14 Thomas Inglebyintel_galileo_rev_g: remove platform code from core
2014-07-14 Thomas Inglebymraa: make platform info more available internally
2014-07-14 Thomas Inglebyhook: change structure to pointer
2014-07-14 Thomas Inglebymraa: rename internal adv func mraa_adv_func_t
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-11 Thomas Inglebyhook: rename from declared struct to adance_func
2014-07-10 Thomas Inglebyuart: barebones uart module added.
2014-07-01 Thomas Inglebyhook: remove hooks, move into branch.
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-06-27 Thomas Inglebymraa: initial implementation of "hooks"
2014-06-25 Thomas Inglebyaio: added configuration within platform data.
2014-06-24 Thomas Inglebymraa: rename from maa to mraa