Private
Public Access
2
0

Commit Graph

  • ff6b304fd2 mraajs.i: fixes and remove useless code Eugene Bolshakov 2015-12-28 02:39:27 +03:00
  • 2bb00b494f docs: Add changelog.md Brendan Le Foll 2016-01-04 11:59:54 +00:00
  • d430b5c2b5 mraa: Update to v0.9.0 Brendan Le Foll 2016-01-04 11:50:51 +00:00
  • ea183b3738 iio.c: Fix indentation Brendan Le Foll 2015-12-21 15:49:08 +00:00
  • d4b32ec1c5 iio.c: Check return of fscanf Brendan Le Foll 2015-12-21 15:48:44 +00:00
  • e98bd8653a iio.c: Check return of fd before using ioctl Brendan Le Foll 2015-12-21 15:48:28 +00:00
  • ff34651325 iio.c: Replace sprintf with snprintf Brendan Le Foll 2015-12-21 15:48:02 +00:00
  • 58cf292dfc iio.c: Closedir correctly and return error if we fail to read from the device dir Brendan Le Foll 2015-12-21 15:38:20 +00:00
  • 15e400eaf2 iio.c: Fix leaking filedescriptor on read error Brendan Le Foll 2015-12-21 15:37:37 +00:00
  • 8862ebd9f2 mraa: Remove trailing whitespace/tabs from various parts Brendan Le Foll 2015-12-21 15:27:15 +00:00
  • 79609ba359 mraa: Remove executable bit from a few files Brendan Le Foll 2015-12-21 15:23:30 +00:00
  • 27c097e82e x86.c: Fix include for sofia 3gr platform missing Brendan Le Foll 2015-12-21 15:18:44 +00:00
  • 725ce5e946 iioc.: remove call to stat before mkdir as superflous Brendan Le Foll 2015-12-21 15:16:08 +00:00
  • fd531abd3d iio.c: Avoid reading uninitialised memory in cases of error Brendan Le Foll 2015-12-21 15:15:51 +00:00
  • f4385a8b82 iio: Check fd against != -1 and not > 0 and avoid leaks during error handling Brendan Le Foll 2015-12-21 15:15:15 +00:00
  • ee69045ea8 iio.c: Fix closedir not always been called leaving to leaked handles Brendan Le Foll 2015-12-21 15:12:55 +00:00
  • fcfdeb1304 96boards: remove a typo Srinivas Kandagatla 2015-12-18 11:38:53 +00:00
  • d5233adbf9 iio.c: fix memory leak and out of bound array access issue Lay, Kuan Loon 2015-12-17 14:53:44 +08:00
  • 4ffb094063 SoFIA 3GR: Add SoFIA 3GR platform with i2c support Lay, Kuan Loon 2015-12-17 14:32:00 +08:00
  • 8e4a809f12 iio: C API changes and C++ API enhancements Henry Bruce 2015-12-14 11:50:30 -08:00
  • 5f01de1bf1 docs: Added more detail to iio doc Henry Bruce 2015-12-03 15:54:11 -08:00
  • 7703634bc5 mraa.c: Do not return with error if iio devices are not detected Henry Bruce 2015-12-03 15:24:10 -08:00
  • 6a85c57c06 iio.c: Fix missing include file sys/stat.h Brendan Le Foll 2015-12-03 08:38:38 +00:00
  • 924f4b4799 iio.c: Use sys/ioctl.h instead of stropts.h Brendan Le Foll 2015-12-03 08:38:05 +00:00
  • 3429b5383d examples: Converted iio dummy driver test app to C++ Henry Bruce 2015-12-03 12:34:31 -08:00
  • bd4f6998a7 api: Added C++ API for IIO Henry Bruce 2015-12-03 12:33:50 -08:00
  • 11211936b6 iio: Fixed device id check bug Henry Bruce 2015-12-03 12:32:24 -08:00
  • 7ea11f0dd3 mraa.c: iio detect tidy up. Henry Bruce 2015-12-03 12:30:59 -08:00
  • c1d081c783 examples: Extended iio_dummy_test to cover more cases. Henry Bruce 2015-12-02 14:42:05 -08:00
  • ae80d4afc8 iio: Isolated use of open() to string read/write functions. Henry Bruce 2015-12-02 14:41:07 -08:00
  • 131021a629 mraa.c: Moved iio detection code into a function Henry Bruce 2015-12-02 14:39:17 -08:00
  • 0049ba1378 mraa_internal.h: Added mraa_iio_detect() function declaration Henry Bruce 2015-12-02 14:38:41 -08:00
  • 448f14f41c examples: Added iio_dummy_test, a test app that uses iio_dummy driver Henry Bruce 2015-12-02 10:37:23 -08:00
  • fbfe3e315f iio: mraa_iio_write_string now using open insteam of fopen Henry Bruce 2015-12-02 10:36:03 -08:00
  • b77bf40c34 iio.md: add triger_now option Brendan Le Foll 2015-11-16 18:45:18 +00:00
  • cb09ff2327 iio.md: add kernel config option Brendan Le Foll 2015-11-16 18:43:07 +00:00
  • e975a690ab iio.md: skeleton documentation Brendan Le Foll 2015-11-16 18:24:31 +00:00
  • 3750e2cfa2 iio: iio update channel Lay, Kuan Loon 2015-11-06 09:49:54 +08:00
  • e7e58509f0 iio: iio add create trigger Lay, Kuan Loon 2015-11-05 09:49:54 +08:00
  • 8d7c0722ab iio: iio get mounting matrix remove unused variable and proper file close Lay, Kuan Loon 2015-11-05 09:49:54 +08:00
  • 0bd1ab2c53 iio: iio add get mounting matrix Lay, Kuan Loon 2015-11-04 18:33:14 +08:00
  • edb7f8a215 iio: iio consolidate read and write API Lay, Kuan Loon 2015-11-04 18:08:15 +08:00
  • 219632a1b8 iio.c: run clang format on iio.c Brendan Le Foll 2015-10-28 11:07:45 +00:00
  • 8a548de8ae iio.c: add stropts.h include for iotctl Brendan Le Foll 2015-10-28 11:06:44 +00:00
  • 13086cb2db mraa_internal.h: Add fnmatch.h include Brendan Le Foll 2015-10-28 11:04:18 +00:00
  • 069985641e iio.c: Use MAX_SIZE var upgrading strings to 128 from 64 Brendan Le Foll 2015-10-28 11:02:45 +00:00
  • 657f28a67d iio: trigger buffer samples fix Lay, Kuan Loon 2015-10-23 18:24:46 +08:00
  • 2df28fa883 iio: iio get channel and get event error checking Lay, Kuan Loon 2015-10-20 18:59:30 +08:00
  • 078b6371d7 iio-example: printf take extra argument Lay, Kuan Loon 2015-10-20 18:41:56 +08:00
  • 7a55a1384a iio: added mraa_iio_write Lay, Kuan Loon 2015-10-19 16:26:38 +08:00
  • dc240913c7 iio: remove exec perms Brendan Le Foll 2015-10-26 16:03:44 +00:00
  • 4c41d2c2df iio: added event api Lay, Kuan Loon 2015-10-16 09:18:32 +08:00
  • e5f28ab04c mraa.c: we now remove trailing CR/LF from IIO dev names Alex Tereschenko 2015-10-10 18:35:22 +02:00
  • 325ac461d6 iio: added function returning IIO device number by name Alex Tereschenko 2015-10-10 18:34:21 +02:00
  • 7fa4990d81 iio: fixed IIO device counting Alex Tereschenko 2015-10-06 23:14:08 +02:00
  • 3b55cc70bf iio: fixed comment typo Alex Tereschenko 2015-10-06 23:13:46 +02:00
  • 65614f5f58 iio: Remove iio structures from mraa_platform_t Brendan Le Foll 2015-10-06 11:51:56 +01:00
  • 529cf8a26e mraa_func.h: Remove unused code Brendan Le Foll 2015-10-06 11:51:00 +01:00
  • acfb74f04e iio: Improve iio channel parsing to add enabled channels Brendan Le Foll 2015-10-05 12:01:00 +01:00
  • 2c97fd5953 iio: initial pass at getting channel information from scan_elements Brendan Le Foll 2015-10-02 16:48:47 +01:00
  • b192e7a223 iio_driver.c: remove weird API calls Brendan Le Foll 2015-09-30 10:44:57 +01:00
  • 2b9e832ff9 iio: Simplify API Brendan Le Foll 2015-09-30 10:27:06 +01:00
  • d8c2c7c483 iio: Find attributes and channels in iio device Brendan Le Foll 2015-09-29 14:19:42 +01:00
  • 8c19105309 iio_driver.c: Add example for iio interface Brendan Le Foll 2015-09-28 16:53:58 +01:00
  • ba9ab4b384 mraa.c: Fix path of iio device in sysfs Brendan Le Foll 2015-09-28 16:53:31 +01:00
  • d920d136ea iio: initial API and enumeration of devices Brendan Le Foll 2015-09-28 16:26:53 +01:00
  • 0f312545e0 iio: Add initial module Brendan Le Foll 2015-09-28 11:27:19 +01:00
  • 1947426baf docs: added UART examples into Python docs. Alex Tereschenko 2015-12-13 15:57:27 +01:00
  • f9a31956ab examples: added more elaborated Python UART example Alex Tereschenko 2015-12-13 15:51:15 +01:00
  • d80e4295aa mraajava.i: The director now uses a GlobalRef instead of a WeakRef to the IsrCallback object Stefan Andritoiu 2015-12-08 19:37:38 +02:00
  • 36fabe3245 96boards: add support to HiKey 96board Jorge Ramirez-Ortiz 2015-12-12 12:16:45 +00:00
  • c0dfb71237 96boards: add support to 96boards (https://www.96boards.org/) Srinivas Kandagatla 2015-12-11 16:28:35 +00:00
  • 47ec54c333 TargetArch.cmake: Add support to aarch64 based platforms Srinivas Kandagatla 2015-12-11 16:28:28 +00:00
  • 38aa9e8fe6 uart.c: make use of no_bus_mux flag Srinivas Kandagatla 2015-12-11 16:28:18 +00:00
  • 5e0c6d3807 spi.c: make use of no_bus_mux flag Srinivas Kandagatla 2015-12-11 16:28:10 +00:00
  • b2e8af641b i2c.c: make use of no_bus_mux flag Srinivas Kandagatla 2015-12-11 16:26:16 +00:00
  • e14534b071 mraa: Add flags to not setup bus pinmux Srinivas Kandagatla 2015-12-11 16:25:06 +00:00
  • 5cf54fdbc2 intel_edison_fab_c.c: Remove dependency on debugfs Mihai Serban 2015-11-09 17:59:56 +02:00
  • 759d387c5a edison: fix SPI IO pointers usage Mihai Serban 2015-11-16 19:10:12 +02:00
  • ccafc77641 Compile libmraa for Android and Brillo Mihai Serban 2015-11-12 18:26:23 +02:00
  • 2dd94cda3b cmake: enable settign of MRAAPLATFORMFORCE to reduce libmraa.so size Brendan Le Foll 2015-12-03 12:20:15 +00:00
  • b1016635c3 .travis.yml: enabled JAVA 8 builds with gcc Mihai Tudor Panu 2015-12-01 11:56:47 -08:00
  • c7a405a531 cmake: use cmake includedir Kevron Rees 2015-11-11 13:43:46 -08:00
  • 063a3154aa ft4222: adds initial support for on-chip GPIO in mode0 Mihai Tudor Panu 2015-12-01 11:56:08 +00:00
  • 5f4f0a2aef ft4222: prepares onboard gpio support in addition to i2c expander option Mihai Tudor Panu 2015-12-01 11:50:44 +00:00
  • 1c7bd53bf3 gpio: function replacement for gpio write calls Mihai Tudor Panu 2015-11-19 17:18:55 -08:00
  • efc79d13c0 i2c.c: Fix identation/style and simplify logic in mraa_i2c_read Mihai Tudor Panu 2015-12-01 11:48:36 +00:00
  • e8cb060f4e i2c.c: call correct adv func in mraa_i2c_read_byte Mihai Tudor Panu 2015-12-01 11:47:57 +00:00
  • 93839d4865 java: Added auto load library code to the SWIG interface file Stefan Andritoiu 2015-11-24 17:03:12 +02:00
  • caaf36dfb6 README.md: updated package name in opkg command example Alex Tereschenko 2015-11-22 17:07:15 +01:00
  • 8d252c62cd README.md: Add UPM style images for documentation moving links to mraa.io Brendan Le Foll 2015-11-18 13:54:55 +00:00
  • 57b3775ae9 README.md: remove outdated reference to eglibc images Brendan Le Foll 2015-11-18 13:54:12 +00:00
  • 2dd46494ff uart.c: fixed typo in debug output Alex Tereschenko 2015-11-14 19:25:50 +01:00
  • 5b1068fc62 README.md: updated Edison SDK version to the latest one. Alex Tereschenko 2015-11-17 21:38:21 +01:00
  • bde9715c94 README.md: formatting updates to make it nicer + typo fixes. Alex Tereschenko 2015-11-17 21:33:04 +01:00
  • 90accf7b04 README.md: added install instructions per suggestion in #336. Alex Tereschenko 2015-11-17 21:19:31 +01:00
  • fa772a0a9d FindNodejs.cmake: V8_VERSION_MAJOR is being set and MINOR/PATCH where empty Brendan Le Foll 2015-11-11 16:00:12 +00:00
  • 80024ff184 javascript: Fix build for nodejs v5 which has smaller version string Brendan Le Foll 2015-11-11 13:47:43 +00:00
  • 049ba5fa9f mraa: update to version 0.8.1 Thomas Ingleby 2015-11-02 11:48:31 +01:00
  • 937a38c4ac cmake: use cmake libdir instead of making our own Kevron Rees 2015-10-29 12:59:45 -07:00