Private
Public Access
2
0

Commit Graph

  • 76c8b9a76e travis-ci: Added minimal travis job Noel Eck 2018-03-13 11:09:27 -07:00
  • 4be5d915af spi.c: fix warning on syslog string format Mihai Tudor Panu 2018-03-12 16:20:08 -07:00
  • ea6d771c2b gpio.h: Add gpio_event doc Brendan Le Foll 2018-01-15 14:17:38 +01:00
  • 2b98fc7869 gpio: chardev interface / multiple gpio support for sysfs mihais 2017-09-23 17:13:06 +03:00
  • fbc2ad6045 chardev: split up helper functions in gpio_chardev Brendan Le Foll 2017-09-19 16:38:19 +02:00
  • 32ab283c2b firmata_mraa.c: Fix warnings in firmata code due to incorrect code Brendan Le Foll 2017-09-19 11:34:08 +02:00
  • 9f7caf1561 Joule: Add gpiod mapping for Joule Mihai Stefanescu 2017-08-27 19:10:04 +02:00
  • 12c1904fba gpio.h: Add stripped kernel header Brendan Le Foll 2017-08-27 19:16:26 +02:00
  • 1665e09928 gpio: Add gpio chardev interface Mihai Stefanescu 2017-08-27 19:10:17 +02:00
  • aa7006cce9 travis: Remove IPK & RPM builds Brendan Le Foll 2018-03-05 13:40:00 +01:00
  • 9bc3ffe815 raspberry_pi.c: Removing spi_frequency_replace as that has become default behaviour Brendan Le Foll 2018-01-19 10:01:21 +01:00
  • 7840710d1b spi.c: Stop trusting SPI_IOC_RD_MAX_SPEED_HZ from the kernel and trust our users Brendan Le Foll 2018-01-19 09:58:57 +01:00
  • ae2371c804 cmake: Remove all cpack options including IPK generation Brendan Le Foll 2018-02-20 14:20:36 +01:00
  • 2deaa73ebf static code analysis: correct SonarCloud URL Alex Tereschenko 2018-03-02 20:16:37 +01:00
  • fbb7d92320 mraa: Update to v1.9.0 Mihai Tudor Panu 2018-02-15 15:08:49 -08:00
  • 2d210621cc mraa.c: make mraa_gpio_lookup() return proper pin index Alex Tereschenko 2018-01-28 11:43:09 +01:00
  • 568c077061 building.md: Add note for static builds and bindings Brendan Le Foll 2018-02-07 09:42:12 +01:00
  • 616ffc0b94 cmake: fix indentation on some messages for consistency Mihai Tudor Panu 2018-02-06 20:48:32 -05:00
  • 60b77d5da9 FindNodejs: extend search path to detect ubuntu provided nodejs Mihai Tudor Panu 2018-02-06 20:29:37 -05:00
  • cb03cab04a FindNodejs: Updated to find node<version> Noel Eck 2018-02-02 17:09:05 -08:00
  • c9566bdc6f examples: include endian.h for be16toh and le16toh declarations Khem Raj 2018-02-05 09:45:02 -08:00
  • eda9d03547 examples: Cleanup Python examples Manivannan Sadhasivam 2018-01-30 11:32:18 +05:30
  • c7faa20c14 readme: add Sonar quality gate badge Alex Tereschenko 2018-02-05 18:37:04 +01:00
  • 2c9d9aaf80 intel_edison_fab_c.c: use snprintf(), not sprintf(), to avoid overflows Alex Tereschenko 2018-01-28 16:16:36 +01:00
  • fd937e69ef src/led.c: make sure we don't try to close a NULL dir Alex Tereschenko 2018-01-28 16:14:13 +01:00
  • 6e13268301 examples: fix static code analysis findings Alex Tereschenko 2018-01-28 16:12:58 +01:00
  • 9b08a97d46 docs: add static code analysis documentation Alex Tereschenko 2018-01-28 15:34:50 +01:00
  • 25b951dd6a examples: Fix samples.mapping Manivannan Sadhasivam 2018-01-24 16:09:42 +05:30
  • 9f44dc45d8 api: mraa: gpio: Fix doxygen warning Manivannan Sadhasivam 2018-01-24 15:17:57 +05:30
  • d7490d87f2 api: mraa: Add cleaned-up C++ examples to doxygen doc Manivannan Sadhasivam 2018-01-24 15:13:27 +05:30
  • 83a67b96fd examples: Cleanup C++ examples Manivannan Sadhasivam 2018-01-24 15:09:29 +05:30
  • eaaebae69d examples: c++: Add mraa include path to CMakeLists.txt Manivannan Sadhasivam 2018-01-08 13:29:24 +05:30
  • e562c774cf examples: cleanup examples directory Manivannan Sadhasivam 2017-11-17 17:22:34 +05:30
  • 3fb65de4b8 mraa.rst: adding Led class API links to Python docs too Mihai Tudor Panu 2018-01-16 15:04:54 -08:00
  • d538bbc91f index.md: add Led class documentation links to API index page Mihai Tudor Panu 2018-01-08 12:10:22 -08:00
  • 64fe50ffa8 aio: fix wrong max_analog_value and improve floating point value precision Nicola Lunghi 2018-01-04 12:33:32 +00:00
  • 54c9c1aff1 aio: improve resolution. fix error with max_analog_value rounding. Nicola Lunghi 2018-01-04 12:04:18 +00:00
  • 44bebc4f87 analogin example: add sleep between read Nicola Lunghi 2018-01-04 12:02:09 +00:00
  • 1176fcf671 UP: fix error with adc pin numbering. Nicola Lunghi 2018-01-04 10:43:16 +00:00
  • 02963b791a tools: remove INSTALLGPIOTOOL flag Manivannan Sadhasivam 2017-10-20 22:58:46 +05:30
  • ec26f92fe6 tools: add new tools directory Manivannan Sadhasivam 2017-10-20 13:56:58 +05:30
  • c24a8f8b20 travis: build examples in additional jobs Nicolas Oliver 2017-10-12 13:12:03 -07:00
  • e1382ad845 led: Add on board LED support Manivannan Sadhasivam 2017-08-25 18:01:19 +05:30
  • e7b51f3b66 docs: improve android things docs Nicolas Oliver 2017-10-06 14:27:37 -07:00
  • b5efa0e591 travis: use images from inteliotdevkit Nicolas Oliver 2017-10-10 14:48:27 -07:00
  • c45ba13ec0 building.md: fixing a few typos Mihai Tudor Panu 2017-10-10 14:42:57 -07:00
  • a7a3b39e30 docs: fix reference to linkit_7688 Nicolas Oliver 2017-10-06 17:05:58 -07:00
  • 6770be911b Add support for MIPS-based boards Omega2 and Linkit Smart 7688 Serge Vakulenko 2017-10-04 12:08:52 -07:00
  • 668776fbfd docs: remove empty lines in tools checking logs Nicolas Oliver 2017-10-03 09:52:53 -07:00
  • c6dbe76116 FindYuidoc.cmake: modify log format of yuidoc version Nicolas Oliver 2017-10-03 09:45:22 -07:00
  • e9d1b1ef28 docs: add additional validation for doc tools version Nicolas Oliver 2017-10-02 15:39:12 -07:00
  • c6d49f6255 src/javascript/CMakeLists.txt: codestyle update for yuidoc task Nicolas Oliver 2017-09-11 13:07:04 -07:00
  • 3f3f657887 docs: require specific version of doc tools Nicolas Oliver 2017-09-11 11:37:44 -07:00
  • 99287f40a1 rpi: Add support for Raspberry Pi Zero W Sergey Kiselev 2017-09-26 11:21:02 -07:00
  • 721c5533eb readme: small update to installing on Ubuntu section Mihai Tudor Panu 2017-09-25 10:25:59 -07:00
  • 1a4ba6a7d3 docs: Update various references and texts Brendan Le Foll 2017-09-21 13:38:06 +02:00
  • eb7238d9af mraa: Update to v1.8.0 Brendan Le Foll 2017-09-15 11:30:54 +02:00
  • 5b2ecd18ae up2: minor doc improvements and changed pin name to avoid init error msg Mihai Tudor Panu 2017-09-13 00:39:40 -07:00
  • cc55ee6314 grovepi: grovepi subplatform support via i2c Mihai Tudor Panu 2017-09-11 07:49:57 -07:00
  • c6b1b18a9d src/x86/up.c: Added support for uart cts/rts Nicola Lunghi 2017-09-08 19:06:08 +01:00
  • 64a0db6a50 up: various fixes in pin naming on up1 and up2 Nicola Lunghi 2017-09-08 18:12:41 +01:00
  • 04a40ed63f src/x86/up2.c: Add UP^2 EVT3 support Javier Arteaga 2017-09-08 12:06:33 +01:00
  • 6fad8d9888 src/x86/up.c: get i2c numbering from pci information instead of hardcoding it Nicola Lunghi 2017-09-08 12:07:41 +01:00
  • 2e2cd37cfa src/x86/up.c: add platform version information Nicola Lunghi 2017-09-08 11:43:18 +01:00
  • d78ad91635 src/x86/up.c: Require kernel FPGA control Nicola Lunghi 2017-09-07 17:39:07 +01:00
  • 45127e04b9 Add support for UART hardware flow control Nicola Lunghi 2017-04-05 14:10:39 +01:00
  • 6185f0ac92 rpi: Return 0 if mmap is already done nick 2017-09-07 20:27:47 -04:00
  • 8356c2f03d rpi: Adding PWM support nick 2017-09-07 14:15:58 -04:00
  • 615e0cd83a src: arm: Add mmap support for db410c Manivannan Sadhasivam 2017-09-02 13:13:45 +05:30
  • 6a1ed23246 intel_edison_fab: enable support for vanilla kernels >= 4 for serial Ferry Toth 2017-06-30 23:34:41 +02:00
  • c2787441b4 java: Fix path to mraajni.c Brendan Le Foll 2017-09-06 11:17:38 +02:00
  • e2f964a280 swig: use swig_add_modules if cmake > 3.7 Brendan Le Foll 2017-09-06 11:11:07 +02:00
  • 65e30bf7d3 iio: Allow mraa_iio_trigger_buffer to handle void* args Noel Eck 2017-08-30 10:56:09 -07:00
  • 1217c5c034 examples: Remove heap allocation from C++ examples Noel Eck 2017-08-08 13:55:23 -07:00
  • d50b646c35 peripheralman: fix uart data available api Sanrio Alvares 2017-08-18 11:44:21 -07:00
  • badf25f289 phyboard.c: fix whitespace error Alex Tereschenko 2017-08-10 21:12:47 +02:00
  • ba72c5b089 arm: fix compiler warnings Alex Tereschenko 2017-08-10 21:08:44 +02:00
  • c4e23e1a41 sonar: remove sonar-scan from allow_failures Nicolas Oliver 2017-08-15 11:42:31 -03:00
  • e0a1862ce3 Travis CI and Documentation Generation improvements Nicolas Oliver 2017-07-28 10:48:48 -03:00
  • 14bf91af44 peripheralman: fix uart and add supported replace functions spitfire88 2017-05-12 09:37:55 -07:00
  • f71b4be059 beaglebone.c: use the ret variable in i2c_init_pre also when successful Tapani Utriainen 2017-07-27 15:43:10 +08:00
  • 0b1ccf526f beaglebone.c: check devpath only once in i2c_init_pre Tapani Utriainen 2017-07-27 15:42:25 +08:00
  • 46e5aab56e beaglebone.c: let i2c_init_pre return an error if muxing fails Tapani Utriainen 2017-07-27 15:41:07 +08:00
  • 8f57b21a26 beaglebone.c: use snprintf instead of sprintf in i2c_init_pre Tapani Utriainen 2017-07-27 15:33:01 +08:00
  • 808d314043 firmata_mraa.c: Handling PWM period Abhishek Malik 2017-07-10 16:34:50 -07:00
  • 95068c4259 docs: Add documentation for building mraa with docker Nicolas Oliver 2017-07-07 15:21:59 -03:00
  • 189b959012 sonar: modify sonar-scan.sh script Nicolas Oliver 2017-07-17 10:28:23 -03:00
  • 4bedd68c4e travis: improve docker images generation for building Nicolas Oliver 2017-07-04 10:44:13 -07:00
  • 3d77c86634 peripheralman: implement gpio interrupt Sanrio Alvares 2017-06-26 15:18:19 -07:00
  • 5bbea8010e peripheralman: fix return values Sanrio Alvares 2017-05-11 08:16:31 -07:00
  • 86e7ece2f6 pwm.c: Fix crash if pin == phy_pin_count Martino Facchin 2016-11-15 15:21:33 +01:00
  • 08c7c0215e changelog.md: Small fix to typo in changelog Noel Eck 2017-07-13 09:43:38 -07:00
  • 4f3eae90e8 sonar-scan: disable code scans for mraa clones as they require setup Mihai Tudor Panu 2017-07-12 20:28:59 -07:00
  • 7d6164c136 gpio: Add support for push-pull/open-drain output mode Nicola Ponte 2017-06-30 17:01:37 +02:00
  • be9fcf2b2d .gitignore: add Sonar and VSCode dirs Alex Tereschenko 2017-06-24 22:09:17 +02:00
  • fc00fa20d2 static code analysis: introduce automated scans via SonarCloud Alex Tereschenko 2017-06-10 20:23:50 +02:00
  • caf75a68c0 jsonplatform.c: properly reallocate memory for platform name Alex Tereschenko 2017-07-01 17:49:09 +02:00
  • bd3d9d8cab gpio : Add support for input pull up/down modes Manivannan Sadhasivam 2017-06-21 18:56:23 +05:30
  • 3f932ac952 x86.c: sanitize data read from sysfs during board detection Alex Tereschenko 2017-06-24 11:22:28 +02:00
  • d544e3c2f6 jsonplatform.c: fix potential segfault at pin label processing Alex Tereschenko 2017-06-15 21:20:51 +02:00