Private
Public Access
2
0

Commit Graph

  • b24e90db0c mraa.c: Fix strsep crash Simo Kuusela 2017-03-14 11:27:30 +02:00
  • 1c4b1fc329 joule: Fix issue with ISH UART name Arun Ravindran 2017-03-13 23:10:41 +02:00
  • f6f124a35f uart_ow: prevent possible infinite loop in _ow_read_byte() Jon Trulson 2017-03-13 13:32:01 -06:00
  • c7a4a6db34 intel_joule_expansion.c: Fix issue with gpio-339 mapping Arun Ravindran 2017-03-10 10:41:29 +02:00
  • 0004dfeefb de10-nano: added initial support for Terasic DE10-Nano-SoC kit root 2017-02-20 15:49:48 -08:00
  • 0470aebee6 joule: Fix issues with gpio mapping Arun Ravindran 2017-03-07 15:13:00 +02:00
  • 23fd11c4f7 README.md: Add install instructions for openSUSE Cédric Bosdonnat 2017-03-02 18:12:16 +01:00
  • 875289ab94 rpi: take care of gpiochip base Cédric Bosdonnat 2017-02-23 15:20:48 +01:00
  • c69b6312fa raspberrypi: add 3 model B support Cédric Bosdonnat 2017-02-22 10:18:10 +01:00
  • b20fe9163a rpi: use /proc/device-tree/compatible Cédric Bosdonnat 2017-02-22 09:55:11 +01:00
  • b453f6633b arm: prefer /proc/device-tree Cédric Bosdonnat 2017-02-22 15:07:58 +01:00
  • 06359e39cd examples: add return in spi_max7219.c Cédric Bosdonnat 2017-02-22 10:07:48 +01:00
  • 68c6a8df49 rpi: fix PLATFORM_RASPBERRY_PI_ZERO value Cédric Bosdonnat 2017-02-22 10:04:33 +01:00
  • 03fb882ce2 types.h: Remove deprecated attribute as there are too many problems Brendan Le Foll 2017-03-02 08:08:40 -08:00
  • ff2eba732e types.h: Add C99 guards around duplicat & deprecated enm value Brendan Le Foll 2017-02-27 18:17:30 +01:00
  • 694e6eab23 joule.md: Fix i2c bus number in documentation Brendan Le Foll 2017-02-26 18:01:15 +01:00
  • 4264aa5a3b blink_onboard.c: Blink LED101 on Joule Brendan Le Foll 2017-02-26 17:52:01 +01:00
  • 0092e13f57 Joule: Update references to the Intel Joule Wai Lun 2017-02-24 16:37:45 -05:00
  • 2c529689ed 96boards.c: Fixed wrong i2c port numbers and array length in bubblegum 96 board Fan Jiang 2016-12-01 09:07:22 +08:00
  • fc03ea4816 docs/building.md: add note about forcing a static build of mraa Brendan Le Foll 2017-02-21 17:27:04 +00:00
  • caabca37be iio.hpp: Added an empty destructor to get rid of a warning Nicola Lunghi 2017-02-21 11:17:09 +00:00
  • 2ea68105f0 uart.c: Simple compiler error fixes Nicola Lunghi Emutex 2017-02-06 16:33:39 +00:00
  • 6fabccf131 x86: Normalized function names in up & byt platform Nicola Lunghi 2017-02-06 16:14:17 +00:00
  • 19d69b71da phyboard.c: set each length of snprintf() to defined MAX_SIZE Norbert Wesp 2017-01-27 11:37:00 +01:00
  • e606d1d615 i2c.c: added close of file handle on mraa_i2c_stop Machiel Bruinink 2017-01-31 15:50:53 +01:00
  • 4472ff1629 phyboard-wega: Added platform support for phyBOARD-Wega Norbert Wesp 2017-01-19 14:09:28 +01:00
  • 72261d61bd joule: enable ISH_GPIOs and GPIO_22 exposed on J12 header Mihai Tudor Panu 2017-01-18 15:40:27 -08:00
  • e38630097e UartOW.cpp example: Use .data() string accessor instead of .c_str(). Jon Trulson 2017-01-17 17:09:13 -07:00
  • c3332f5542 uart_ow.hpp: Correct a logic bug, and 2 questionable uses of c_str() Jon Trulson 2017-01-17 17:01:52 -07:00
  • 3bd590c18c Firmata: I2C read bytes data array size mismatch fix Abhishek Malik 2016-12-19 18:13:56 -08:00
  • 17b147ba82 Firmata: Reducing wait time Abhishek Malik 2016-12-19 18:29:54 -08:00
  • 4b22a923cf Firmata: Increasing iterations to allow more precise readings and allow more time for response Abhishek Malik 2016-12-19 18:06:12 -08:00
  • af051d820a intel_edison_fab_c.c: further fix for PWM disable problem Alex Tereschenko 2016-12-11 15:52:59 +01:00
  • 2558866d4a intel_edison_fab_c.c: Fix edison disabled pwm stuck at high belugon 2016-10-04 08:17:00 +00:00
  • c1017bb6ea intel_gt_tuchuck.c: Clear uart pin cap since bios doesn't allow muxing Brendan Le Foll 2016-11-30 11:37:47 +01:00
  • 1c180e393c uart.c: Allocate mem for dev->path to fix getDevicePath in raw mode Brendan Le Foll 2016-11-30 11:33:38 +01:00
  • 250590e1ed 96boards.c: Added Bubblegum 96 board Fan Jiang 2016-11-23 21:26:35 +08:00
  • 68e9399c4c cmake: use TARGETS instead of FILES for js module install Brendan Le Foll 2016-11-18 12:58:05 +00:00
  • ad6eb53f81 jsonplatform.c: Remove for loop initial delcarations Brendan Le Foll 2016-11-21 10:33:28 +00:00
  • d2f1b068b7 update UP board hardware details and enable ADC Dan O'Donovan 2016-11-18 12:12:08 +00:00
  • a0332a13b0 examples: Python MCP3004 ADC example (use with MinnowMax Calamari lure) Henry Bruce 2016-11-11 09:06:47 -08:00
  • a63ad7e10d json: Initial config file for Intel Aero platform (i2c and spi only) Henry Bruce 2016-11-11 09:05:02 -08:00
  • 9de294b389 json: Improve i2c and spi configuration. Henry Bruce 2016-11-11 09:03:41 -08:00
  • 61d20c7266 json: Removed tabs and tidied up Turbot JSON formatting Henry Bruce 2016-11-10 16:55:26 -08:00
  • d043faf687 imraa: correct imraa.service Thomas Ingleby 2016-11-08 16:24:51 +01:00
  • 6f9b470d8d mraa: Update to v1.5.1 Brendan Le Foll 2016-11-04 13:39:32 +00:00
  • 92188ab950 mraa.c: Fix another memleak in mraa_find_i2c_bus_pci Brendan Le Foll 2016-11-04 13:36:53 +00:00
  • 3d790a8278 mraa.c: fix memleak in find_i2c_bus_pci Brendan Le Foll 2016-11-04 13:13:21 +00:00
  • dbcba5cbeb imraa.c: remove ARGP_KEY_ARG checking that makes no sense Brendan Le Foll 2016-11-04 13:04:44 +00:00
  • ef8102deb1 imraa_io.c: Avoid gpio handle going out of scope if uid == NULL Brendan Le Foll 2016-11-04 12:55:34 +00:00
  • 7b7b11415b imraa.c: We have 0 args as minimum so remove error check for < 0 against unsinged int Brendan Le Foll 2016-11-04 12:48:47 +00:00
  • 5a3f73731c mraa: Update to v1.5.0 Brendan Le Foll 2016-11-04 12:17:38 +00:00
  • e466d1f890 imraa.service: Adjust flag to match new imraa argp options Brendan Le Foll 2016-11-04 10:29:26 +00:00
  • ae127b19a5 binding.gyp.cmake: Use node or nodejs depending on what the binary is called Brendan Le Foll 2016-11-03 15:24:46 +00:00
  • fe76260837 npm.md: Update docs to include json removal Brendan Le Foll 2016-11-03 15:24:12 +00:00
  • bf4d14ef02 imraa: change list_serialport function to get_101_serialport Brendan Le Foll 2016-11-03 09:40:22 +00:00
  • d602196bd6 mraa.c: add LOG_NOTICE to checkout what i2c bus is added from pci Brendan Le Foll 2016-11-02 17:22:38 +00:00
  • e387946208 jsonplatform.c: Disable i2c bus in case of bus count being high but busses are undefined Brendan Le Foll 2016-11-02 17:20:31 +00:00
  • fa35855bb6 mraa.c: Use mraa_atoi instead of atoi in lockfile adding Brendan Le Foll 2016-10-27 14:36:43 +01:00
  • 4a33aca8fd intel_gt_tuchuck.c: Use new mraa_find_i2c_bus_pci to find i2c busses Brendan Le Foll 2016-10-27 13:23:30 +00:00
  • 9d365ce0d6 mraa.c: Find i2c bus by pci id Brendan Le Foll 2016-10-27 12:48:23 +00:00
  • 23e871c5bb mraa_internal.h: Add internal definition for mraa_atoi Brendan Le Foll 2016-10-27 13:37:43 +00:00
  • 3bb17bb7b9 travis: use mirror of swig-3.0.10.tar.gz Thomas Ingleby 2016-10-31 14:31:18 +01:00
  • 8218e42d41 doc: fix spelling errors Fathi Boudra 2016-10-30 10:32:58 +02:00
  • 3971d27f8a imraa: split imraa up into imraa_io and imraa_lock Brendan Le Foll 2016-09-27 13:07:45 +01:00
  • c69d1884c9 imraa.io.conf: Imraa IO configuration Brendan Le Foll 2016-09-21 15:49:46 +01:00
  • cada819c39 intel_edison_fab_c.c: don't undo muxing if we don't own the pin Brendan Le Foll 2016-09-21 14:39:32 +01:00
  • 0b5130335d mraa.c: add error if adding a MRAA_GENERIC_FIRMATA subplat and not supported Brendan Le Foll 2016-09-21 14:38:41 +01:00
  • b4cf93f1f8 gpio.c: Remove use of sprintf in favour of snprintf Brendan Le Foll 2016-09-21 14:37:22 +01:00
  • c7ff9a5173 imraa: Add argp support, split arduino functionality Brendan Le Foll 2016-09-21 14:36:38 +01:00
  • c993cf10b4 firmata_curie_imu.c: Fix warning due to signed nature of function input buffer Brendan Le Foll 2016-10-19 10:44:38 +01:00
  • 623fef670e firmata: Add pthread spin locks around uart operations Brendan Le Foll 2016-10-26 12:55:54 +01:00
  • bb5ec8bd10 firmata: Remove all 6.2.x warnings Brendan Le Foll 2016-10-19 10:41:12 +01:00
  • a3c717553c cmake: enable INSTALLTOOLS by default Brendan Le Foll 2016-10-26 11:55:17 +01:00
  • 6ce1b1c4ce python: remove temporary RPATH from _mraa.so when installing Mihai Tudor Panu 2016-10-25 12:15:05 +01:00
  • 9f03afbcbc mock: implement UART functionality Alex Tereschenko 2016-10-16 16:57:10 +02:00
  • 8a9efd1bcc uart.c: add replace functions used by mock Alex Tereschenko 2016-10-16 16:50:25 +02:00
  • 1b3a9371a1 uart.c: rework mraa_uart_init_raw to use common cleanup block Alex Tereschenko 2016-10-16 16:47:44 +02:00
  • ccc4185eff uart.hpp: fix typo in setNonBlocking() function name Alex Tereschenko 2016-10-16 16:43:21 +02:00
  • 6fda865af7 uart.hpp: fix typo in write() description Alex Tereschenko 2016-10-16 16:42:39 +02:00
  • dd33a32744 README.md: Fix typo in README.md Brendan Le Foll 2016-10-25 12:03:23 +01:00
  • 7d1ee0c6fe README.MD: Fix ubuntu instructions to update repo Joseph Butler 2016-10-20 16:15:04 -07:00
  • 19791be2f5 CONTRIBUTING.md: Add author rules and suggestion on filing issues for feature review Brendan Le Foll 2016-10-19 10:46:41 +01:00
  • 49ef1623b2 python: Move docs to depend on BUILDPYTHON2 to not build with py3 Brendan Le Foll 2016-10-11 15:21:06 +01:00
  • 37deb5003b mraa: Update to v1.4.0 Brendan Le Foll 2016-10-11 14:44:36 +01:00
  • 980dfce80e mraa.c: return MRAA_SUCCESS when trying to call mraa_add_subplatform twice Brendan Le Foll 2016-10-11 13:58:39 +01:00
  • 08e270818a firmata_mraa.c: Clean up for loops with useless statements Brendan Le Foll 2016-10-11 08:49:36 +01:00
  • 6bac8594a5 mraa.c: Remove unused variables in mraa_add_from_lockfile Brendan Le Foll 2016-10-11 08:49:12 +01:00
  • 11bbd05533 mraa.c: Add MRAA_SUCCESS return to mraa_remove_subplatform Brendan Le Foll 2016-10-11 08:48:47 +01:00
  • 1d4b19dc4b mraa.c: Move firmata syslog message to useful location Brendan Le Foll 2016-10-11 08:48:23 +01:00
  • 02a7fbf191 imraa.c: Remove unused variables Brendan Le Foll 2016-10-11 08:47:26 +01:00
  • ae15b10997 types.h: Remove tabs that crept in Brendan Le Foll 2016-10-11 08:38:09 +01:00
  • be22844922 src/x86/x86.c: add support for Siemens SIMATIC IOT2000 SaschaWeisenberger 2016-09-27 12:25:24 +02:00
  • 92fdb8aa01 README: Update PPA instructions Thomas Ingleby 2016-09-21 23:50:28 +03:00
  • def454e33c java: Renamed pom.xml file to the standard naming convention Stefan Andritoiu 2016-09-14 17:07:12 +03:00
  • 122cab1f1e cmake: Add lots of fancy warnings to CC/CXX and make cmake check they exist Brendan Le Foll 2016-09-13 11:45:48 +01:00
  • 6c85b61daa mraa: Fix compiler warnings unused vars and useless statements Brendan Le Foll 2016-09-13 11:20:40 +01:00
  • 139d42d084 FindNodejs.cmake: added search paths for Ubuntu 16.04 Alex Tereschenko 2016-09-11 20:46:06 +02:00
  • 8e38c762f0 java: Added automatic pom.xml file creation in CMake Stefan Andritoiu 2016-09-09 15:11:37 +03:00
  • 590f733ff9 uart_ow: convert static const int MRAA_UART_OW_ROMCODE_SIZE to #define Jon Trulson 2016-09-09 17:02:43 -06:00