Private
Public Access
2
0

Commit Graph

  • ba348a2da4 mraa: update to version 0.7.4 Brendan Le Foll 2015-08-24 11:28:23 +01:00
  • cfff6c3c98 uart.c: Fix return value check for tcflush() Brendan Le Foll 2015-09-02 14:39:54 +01:00
  • 59ab125f7e gpio.c: fix segfault on isrExit in python because of double Py_DECREF Brendan Le Foll 2015-09-01 14:54:38 +01:00
  • c80883621e intel_minnow_max.c: add support for uart Brendan Le Foll 2015-09-01 10:31:12 +01:00
  • e9a7415ee7 internals.md: Add doc to explain pwm internally is all in us Brendan Le Foll 2015-08-27 17:03:39 +01:00
  • 0256b680f1 intel_de3815.c: Use MRAA_INTEL_DE3815_PINCOUNT macro for pincount Brendan Le Foll 2015-08-26 16:52:41 +01:00
  • 86d974417c edison.md: Add warning for gpio 4 on miniboard Brendan Le Foll 2015-08-25 15:02:01 +01:00
  • 37262fce93 common.hpp: add C++ bindings for i2c bus number functions Brendan Le Foll 2015-08-25 11:36:05 +01:00
  • 2504e36e5f intel_minnow_max.c: change i2c bus count to 0 Brendan Le Foll 2015-08-25 10:55:30 +01:00
  • 02399b61f9 mraa.c: Add new API to support I2C bus number query Yong Li 2015-08-25 15:04:38 +08:00
  • af533deffe cmake: mraa cpack package name does not need major version appended Brendan Le Foll 2015-08-24 18:05:25 +01:00
  • 79f1571c32 java/CMakeLists.txt: re-changed install path to a more suitable one Andrei Vasiliu 2015-08-24 17:10:33 +03:00
  • bfac49e653 java/CMakeLists.txt: changed install path of jar and library for bindings Andrei Vasiliu 2015-08-21 19:10:15 +03:00
  • d547cda05b cmake: mraa cpack package does not have debian naming anymore Brendan Le Foll 2015-08-24 11:27:26 +01:00
  • cb97f24edd mraa-gpio.c: Solved issue with getchar() call on Galileo Andrei Vasiliu 2015-08-21 11:37:33 +03:00
  • 9b9a5ab168 intel_minnow_max.c: Fix default i2c bus mechanism Brendan Le Foll 2015-08-20 23:12:37 +01:00
  • 5d24868582 mraa.c: Fix close/free fail introduced earlier Brendan Le Foll 2015-08-20 19:09:42 +01:00
  • 0ad753689e mraa.c: Fix error handing resource leaks in mraa_file_contains_* Brendan Le Foll 2015-08-14 15:36:50 +01:00
  • 8390c5cfb7 cmake: add option to disable example building Brendan Le Foll 2015-08-14 14:35:35 +01:00
  • 3f51ebaaf1 i2c.c: add debug syslog message for i2c bus path Brendan Le Foll 2015-08-14 11:18:24 +01:00
  • 8269340c25 mraa.c: log level syslog messages Brendan Le Foll 2015-08-14 11:15:57 +01:00
  • b3768ddb7c raspberry_pi.c: Fix use of non initialised pincount value Brendan Le Foll 2015-08-13 15:28:31 +01:00
  • 832d7901d5 beaglebone.c: Fix resource leaks with capepath in error path Brendan Le Foll 2015-08-13 15:26:37 +01:00
  • 45133922aa mraa.c: Fix ressource leaks during error handling Brendan Le Foll 2015-08-13 15:25:59 +01:00
  • ef28607cea building.md: Add instructions for cpack Brendan Le Foll 2015-07-31 15:01:03 +01:00
  • 2c4389c2a1 beaglebone.c: Add PWM pinmaps Salah-Eddine Missri 2015-07-30 18:57:16 +02:00
  • 80485c942d pwm.c: Fix warnings due to unescaped % Salah-Eddine Missri 2015-07-29 14:56:05 +02:00
  • fe2512c500 beaglebone.c: Fix warnings in due to syslog 'too many arguments' Salah-Eddine Missri 2015-07-29 14:50:45 +02:00
  • ba2a7cb776 beaglebone.c: Add PWM output configuration Salah-Eddine Missri 2015-07-29 14:20:33 +02:00
  • 49d70cd2a9 arm: Use define MRAA_PIN_NAME_SIZE for pin names Brendan Le Foll 2015-07-30 10:15:31 +01:00
  • f8752b7a09 beaglebone.c: remove freeing of NULL var Brendan Le Foll 2015-07-30 09:58:25 +01:00
  • 9e67788eb0 galileorevh.md: Add instructions for using uart1 on gen2 Brendan Le Foll 2015-07-28 09:32:12 +01:00
  • a1c9db505e npm.md: Add warning to not use npm pkgs for cross compilation Brendan Le Foll 2015-07-24 14:05:54 +01:00
  • 9c0753cb18 npm: Fix npm builds for ARM hosts Brendan Le Foll 2015-07-24 13:07:00 +00:00
  • 5717bba0d4 mraa.c: fix ARMPLAT elif not being done on define like if statement Brendan Le Foll 2015-07-24 12:34:41 +00:00
  • 6d39902a8a uart.c: Fixed UART initialization, now we set and apply defaults Alex Tereschenko 2015-07-19 21:50:52 +02:00
  • e481026227 examples/uart.c: Add a _read call to example Brendan Le Foll 2015-07-19 12:39:45 +01:00
  • 73e9c2859d raspberry_pi.c: Use define MRAA_PIN_NAME_SIZE for pin names Alexandru Elisei 2015-07-16 13:22:49 +00:00
  • 296172d385 java: append -fpermissive to CMAKE_CXX_FLAGS rather than override Mihai Tudor Panu 2015-07-15 14:28:10 -07:00
  • 8609dada2c building.md: add instructions for java bindings on Arch Brendan Le Foll 2015-07-16 11:33:03 +01:00
  • a5d13670f4 mraa.c: Fix buffer overfow in mraa_find_i2c_bus Brendan Le Foll 2015-07-15 13:50:28 +01:00
  • 9c93eeb323 cmake: add nodejs executable name Justin Brown 2015-07-10 15:45:25 -07:00
  • df0dbb0c73 mraa: add internal mraa_find_i2c_bus function Brendan Le Foll 2015-07-10 17:52:50 +01:00
  • f5d6a6dc18 .travis.yml: Add travis file Brendan Le Foll 2015-07-08 13:51:28 +01:00
  • 7a2408766c mraa: update to version 0.7.3 Brendan Le Foll 2015-07-08 11:38:15 +01:00
  • 184a71aaa1 intel_de3815: avoid double free in case of error Brendan Le Foll 2015-07-08 10:29:47 +01:00
  • 7f34a5c9cf intel_de3815.c: Add error handling to seeks and avoid reading past buffer size Brendan Le Foll 2015-07-08 10:29:27 +01:00
  • 8734a42377 mraa-gpio.c: add %d to printf statement Brendan Le Foll 2015-07-08 10:14:56 +01:00
  • f9dd4c06de intel_de3815.c: check i2c device fd Brendan Le Foll 2015-07-08 09:39:52 +01:00
  • 5131349c4d intel_de3815.c: go up to i2c-8 to find designware i2c adapter Brendan Le Foll 2015-07-08 09:39:30 +01:00
  • 3ceed624da minnow_max.md: Remove unsuported SPI comment Brendan Le Foll 2015-07-06 13:42:02 +01:00
  • 12620cee0e intel_minnow_max.c: Use MAX_LENGTH for strn commands Brendan Le Foll 2015-07-06 13:41:39 +01:00
  • af41d56597 intel_minnow_max.c: Fix SPI CLK having uninitialised mux total Brendan Le Foll 2015-07-06 11:48:44 +01:00
  • c5b0d7a1d1 python/mraa.i: Fix memory leak on python Spi::write and I2c::write Brendan Le Foll 2015-07-02 19:17:53 +01:00
  • 4698d18fa1 mraajs.i: Fix memory leak on javascript Spi::write Brendan Le Foll 2015-07-02 19:06:59 +01:00
  • 76a34afe84 mraa.c: Fix readlink call not terminating its buffer Brendan Le Foll 2015-07-01 10:52:31 +01:00
  • 8a95972774 intel_edison_fab_c.c: check fstat return value Brendan Le Foll 2015-07-01 10:42:54 +01:00
  • f080a74497 gpio: all gpio enums prefixed with _mraa Brendan Le Foll 2015-06-30 14:46:26 +01:00
  • 5ccd7a675f x86: de3815: detect correct i2c-dev Thomas Ingleby 2015-06-30 14:33:22 +01:00
  • b8b5c935a2 pwm: mraa_pwm_write() should accept 1.0 as a valid percentage Jon Trulson 2015-06-29 17:31:46 -06:00
  • 1ef71bb370 x86: Galileo Gen 2: add ftdi header serial Thomas Ingleby 2015-06-29 20:09:45 +01:00
  • fd50ea087b uart: fix issue where a index is checked before set Thomas Ingleby 2015-06-29 19:51:34 +01:00
  • 79d1acd17f x86: edison: add check in init_pre uart hook Thomas Ingleby 2015-06-29 19:45:16 +01:00
  • 22ace9c642 cmake: add path to help find nodejs Justin Brown 2015-06-22 13:21:15 -07:00
  • ea31104db0 intel_edison_fab_c.c: added spi_lsbmode_replace to return proper status Alex Tereschenko 2015-06-15 21:20:02 +02:00
  • 41d71e6ce2 i2c.h: Fix docs that incorectly states -1 is failure Brendan Le Foll 2015-06-20 20:41:42 +01:00
  • a06757b62b cmake: if BUILDSWIG is OFF then disable SWIG items Thomas Ingleby 2015-06-18 19:38:14 +01:00
  • a44c5851cc cmake: fix version when git is pesent but no tree is found Brendan Le Foll 2015-06-16 11:12:16 +01:00
  • c9cfcb2cae intel_galileo_rev_d.c: added spi_lsbmode_replace to return correct status. Alex Tereschenko 2015-06-14 16:45:31 +02:00
  • 5adc951f57 spi.c: introduced a _replace hook for spi_lsbmode() Alex Tereschenko 2015-06-14 16:42:52 +02:00
  • 44047e746f spi.c: moved struct _spi declaration into mraa_internal_types.h Alex Tereschenko 2015-06-14 16:34:15 +02:00
  • 33e4f3eeec oe-sdk_cross.cmake: Added support for OpenJDK Java bindings Andrei Vasiliu 2015-06-10 16:24:38 +03:00
  • 1c4be07aac i2c: fix return value doc for _read_bytes_data Brendan Le Foll 2015-06-09 08:25:36 +01:00
  • ae9130ee8f edison.md: corrected ADC resolution data Alex Tereschenko 2015-06-07 09:56:37 +02:00
  • 299bf5ab27 mraa: update to version 0.7.2 Brendan Le Foll 2015-06-03 14:51:03 +01:00
  • 2cb32f791c binding.gyp.cmake: fix compilation when not setting target_arch Brendan Le Foll 2015-06-03 14:40:51 +01:00
  • 06085589d8 mraa: update to version 0.7.1 Brendan Le Foll 2015-06-02 16:09:03 +01:00
  • 91c56917c7 spi.hpp: fix wrong docstrings data -> txBuf Brendan Le Foll 2015-06-02 14:28:36 +01:00
  • 5004381669 README.md: add links to javascript documentation Brendan Le Foll 2015-06-02 12:06:15 +01:00
  • 359cad0336 uart: Add c++ uart example Brendan Le Foll 2015-06-02 08:43:14 +01:00
  • b4655b250b uart.c: Fix some wrong return checks Brendan Le Foll 2015-06-02 08:42:37 +01:00
  • 21355d4bb5 mraajs.i: Use 0x032870 as SWIG_V8_VERSION to distinguish node.js 0.12.x Brendan Le Foll 2015-06-01 17:37:33 +01:00
  • 4c50ff4b5b .gitmodules: use public git url Brendan Le Foll 2015-06-01 15:37:22 +01:00
  • b006ba2896 cmake: add FindYuidoc.cmake module Brendan Le Foll 2015-06-01 15:23:43 +01:00
  • d4968b6b81 doxygen2jsdoc: add custom typemap file Brendan Le Foll 2015-06-01 15:23:28 +01:00
  • 45b01b29de .gitignore: add .swo tmp files Brendan Le Foll 2015-06-01 15:14:19 +01:00
  • bca2bce323 contributing.md: add notes on cmakelist coding style Brendan Le Foll 2015-06-01 15:17:05 +01:00
  • d6b33a9cbf cmake: add yuidoc documentation generation Brendan Le Foll 2015-06-01 15:16:42 +01:00
  • cd2e78c37a doxygen2jsdoc: add submodule Brendan Le Foll 2015-06-01 15:13:49 +01:00
  • b142f3fdda uart: fix missing inversion that will clear all other flags Jon Trulson 2015-05-31 19:00:07 -06:00
  • e0ce5454bd uart: move string funcs to {read,write}Str Brendan Le Foll 2015-06-01 10:58:10 +01:00
  • 40c52784ad spi.hpp: mraa_spi_write_buf_word cannot be used from SWIG bindings Brendan Le Foll 2015-06-01 10:56:46 +01:00
  • 236a8e9586 uart: make mraa_uart_get_dev_path return const char* Brendan Le Foll 2015-06-01 10:54:40 +01:00
  • 347fd449f9 uart: Make C API use const where appropriate Brendan Le Foll 2015-06-01 09:36:00 +01:00
  • 4628f3f2a0 uart.hpp: Use std::string constructor which lets use set a size parameter Brendan Le Foll 2015-06-01 09:32:44 +01:00
  • ea71308702 uart.hpp: trust c_str() instead of making copies Brendan Le Foll 2015-06-01 09:32:14 +01:00
  • 8493ed4239 mraa: update to version 0.7.0 Brendan Le Foll 2015-05-29 14:56:48 +01:00
  • fa57cee2e7 uart: update C++ API Thomas Ingleby 2015-05-26 17:07:15 +01:00
  • b982160ec5 uart: update C API Thomas Ingleby 2015-05-26 15:46:48 +01:00
  • 19cad5cf24 uart: bunch of small changes to make C api work Brendan Le Foll 2015-05-22 14:06:05 +01:00