clang-format: run clang-format on C/C++ code
[contrib/mraa.git] / src / mraa.c
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