Private
Public Access
2
0

Commit Graph

  • 590f733ff9 uart_ow: convert static const int MRAA_UART_OW_ROMCODE_SIZE to #define Jon Trulson 2016-09-09 17:02:43 -06:00
  • 045ceb084f grossetete.md: Add documentation for uart Brendan Le Foll 2016-09-07 13:51:01 +01:00
  • ff3b3004da intel_gt_tuchuck.c: Add SPI to joule pinmap file Brendan Le Foll 2016-09-07 13:49:54 +01:00
  • 5cb2bd220e spi.hpp: Add documentation to raw mode constructor Brendan Le Foll 2016-09-07 13:27:07 +01:00
  • 8ec4fcb333 intel_galileo_rev_g.c: use pincmd to set OUT_HIGH instead of value Brendan Le Foll 2016-09-02 12:00:28 +01:00
  • bf2a504774 firmata_mraa.c: retry counter should not be decremented past 0 Brendan Le Foll 2016-09-02 11:48:51 +01:00
  • 9bc91f4b12 docs/joule: Rename docs to use joule naming Brendan Le Foll 2016-08-30 16:06:25 +01:00
  • 6180ddaa8e README.md: update mraa instructions Brendan Le Foll 2016-08-30 16:03:30 +01:00
  • 8a93351f0e building.md: Update building docs Brendan Le Foll 2016-08-30 15:53:39 +01:00
  • 1591b92605 python2/cmake: Remove unused pydocs target Brendan Le Foll 2016-08-30 15:43:02 +01:00
  • 22b0f63238 cmake: Remove dirty tag on compilation from non git tree Brendan Le Foll 2016-08-30 15:00:09 +01:00
  • 2832909856 mraa: Update to v1.3.0 Brendan Le Foll 2016-08-30 13:03:47 +01:00
  • 636c9feb4f travis: add builds for mock Alex Tereschenko 2016-08-23 21:24:35 +02:00
  • 0292c960b3 mock SPI: remove loop variable declarations Alex Tereschenko 2016-08-23 21:55:38 +02:00
  • 9ff47aa64a mock SPI: correct error message to actually use data provided Alex Tereschenko 2016-08-23 21:54:24 +02:00
  • a704a956ea raspberry_pi.c: Added support for pi zero Houman Brinjcargorabi 2016-08-26 15:49:57 +01:00
  • 94b7477212 intel_gt_tuchuck.c: Make sure GPIOs are set to 0 muxes Brendan Le Foll 2016-08-30 12:26:34 +01:00
  • 1589389c3f intel_gt_tuchuck.c: LED101 reset to GPIO338 Brendan Le Foll 2016-08-30 11:39:54 +01:00
  • bdbbfd03dd mraa mock: Add SPI functionality Alex Tereschenko 2016-08-17 21:02:24 +02:00
  • 9030ae2eeb spi.c: added replace functions for all basic actions Alex Tereschenko 2016-08-18 16:27:35 +02:00
  • 3a638caf01 spi.c: added context validity checks Alex Tereschenko 2016-08-18 16:23:07 +02:00
  • 07f6181c91 mock_board_i2c.c: removed surplus includes Alex Tereschenko 2016-08-17 14:11:40 +02:00
  • 0630c5f505 jsonplatform.md: Added documentation Houman Brinjcargorabi 2016-08-17 14:37:06 +01:00
  • 4277a3ee23 mraa.c: Replaced string values with #defines Houman Brinjcargorabi 2016-08-17 14:48:25 +01:00
  • c976e9f982 gpio.h: remove extraneous extern C declaration Jon Trulson 2016-08-01 16:27:58 -06:00
  • d700cae7c4 mraa: Update to v1.2.3 Brendan Le Foll 2016-08-10 11:28:40 +01:00
  • 356096350b README.md: Add travis build status Brendan Le Foll 2016-08-10 09:28:33 +01:00
  • b4919de733 .travis.yml: Add npmpkg travis builds Brendan Le Foll 2016-08-10 09:26:27 +01:00
  • 49ee1ebef5 Revert "binding.gyp.cmake: Fix npm builds by stopping dependency on json-c" Brendan Le Foll 2016-08-10 09:17:48 +01:00
  • c0fbccb3b6 mraa: Update to v1.2.2 Brendan Le Foll 2016-08-09 14:10:12 +01:00
  • fce4daab02 mraa: Correct spelling of capabilities Thomas Ingleby 2016-08-08 21:44:00 +02:00
  • 29be2b64c0 mraa: Update to v1.2.1 Brendan Le Foll 2016-08-03 16:50:09 +01:00
  • 50213f97bc binding.gyp.cmake: Fix npm builds by stopping dependency on json-c Brendan Le Foll 2016-08-03 16:49:29 +01:00
  • e675123d50 mraa: Update to v1.2.0 Brendan Le Foll 2016-08-03 13:29:15 +01:00
  • 36153ad7ad intel_galileo_rev_d.c: Move code for gen1 from pwm.c to advance function Brendan Le Foll 2016-08-03 13:27:29 +01:00
  • aed965c27d pwm.c: Remove manual gpio muxing when using a pin that has both pwm & gpio enabled Brendan Le Foll 2016-08-03 13:25:29 +01:00
  • 5d763cb7e5 Example: Added example json file for reference Houman Brinjcargorabi 2016-06-22 20:45:22 +01:00
  • 5d94d0a13c travisl.yml: Added the ability to build with json plat to the tests Houman Brinjcargorabi 2016-06-14 19:05:17 +01:00
  • ca0d740ee0 CMakeLists: Added json platform options and build Houman Brinjcargorabi 2016-06-14 19:04:12 +01:00
  • c7570ff7c2 types.h: Added json platform type Houman Brinjcargorabi 2016-06-13 16:25:33 +01:00
  • a8a7771a16 mraa_internal_types: Changed pinmap type from unsigned to signed Int Houman Brinjcargorabi 2016-07-11 16:06:05 +01:00
  • 1ce0b138d2 mraa_internal_types.h: changed unsigned ints in board_t to ints and removed const modifiers Houman Brinjcargorabi 2016-06-04 01:11:19 +01:00
  • 8ba8ce3b26 mraa.c: Added init platform from json file Houman Brinjcargorabi 2016-05-24 16:41:45 +01:00
  • 346f447c4d mock: added I2C functionality Alex Tereschenko 2016-07-21 22:04:05 +02:00
  • 26718a67a2 mock: split out aio and gpio implementations to separate files Alex Tereschenko 2016-07-21 21:53:22 +02:00
  • 0021b1aace i2c: fixed i2c_stop_replace function never being called Alex Tereschenko 2016-07-21 20:49:10 +02:00
  • da3efdc4b9 i2c: added standard context validity checks Alex Tereschenko 2016-07-21 20:40:08 +02:00
  • 230b6084ba firmata_mraa.c: Fixed aio bug Houman Brinjcargorabi 2016-07-27 11:02:22 +01:00
  • 8cd1a06562 mraa: Update to v1.1.2 Brendan Le Foll 2016-07-12 12:31:23 +01:00
  • 874d0f47bd gt: allow for i2c bus to move around a little Brendan Le Foll 2016-07-12 12:26:45 +01:00
  • 6c9aeb9b9e mraa-i2c: stop switching on every platform type and assume linux Brendan Le Foll 2016-07-12 12:09:31 +01:00
  • 63b244cfc3 mock: added AIO pin and logic Alex Tereschenko 2016-07-10 17:40:11 +02:00
  • 917a1bd371 aio: added context validity and replace function checks to aio_close() Alex Tereschenko 2016-07-10 17:36:04 +02:00
  • e43459d031 aio: added standard context validity check to aio_read() Alex Tereschenko 2016-07-10 17:34:45 +02:00
  • eabee5f864 gt-tuchuck: fix I2C bus typos in board definition file Mihai Tudor Panu 2016-07-08 15:44:37 -07:00
  • a22ff43f59 travis-ci: Update infrastructure to Trusty Tahr Jamie Tanna 2016-07-07 12:46:31 +01:00
  • 1af737f3d9 mock: mraa with mock platform now works in Windows under MSYS2 Alex Tereschenko 2016-07-01 23:09:34 +02:00
  • bcb6adc551 mock: added mraa mock platform infra and GPIO implementation Alex Tereschenko 2016-06-26 17:55:14 +02:00
  • 593fd0be54 mraa.c: Removed duplicate sys/stat.h Houman Brinjcargorabi 2016-07-05 11:08:11 +01:00
  • 3992f9d596 mraa.c: Remove duplicate string.h include Houman Brinjcargorabi 2016-07-04 23:05:30 +01:00
  • 43718e7cbf imraa.c: Remove double include unistd.h Brendan Le Foll 2016-07-04 10:22:46 +01:00
  • d336e9f8d6 mraa: Update to v1.1.1 Brendan Le Foll 2016-06-30 16:13:55 +01:00
  • 9634f17a2a gpio: fixed potential null pointer dereference in mraa_gpio_read_dir() Alex Tereschenko 2016-06-30 16:23:05 +02:00
  • dfecc68320 .travis.yml: add python3 support Brendan Le Foll 2016-06-29 11:11:15 +01:00
  • b9a6d2a86a .travis.yml: build our own version of swig Brendan Le Foll 2016-06-29 11:02:01 +01:00
  • bc178b27ee .travis.yml: move to travis containers Brendan Le Foll 2016-06-29 10:08:51 +01:00
  • fe9264c98f mraa.c: fix unsigned int comparison by usign UINT_MAX instead of -1 Brendan Le Foll 2016-06-29 10:02:46 +01:00
  • de0543923c iio: mount matrix compliant to IIO core kernel standard Lay, Kuan Loon 2016-06-24 14:35:44 +08:00
  • b1d23303f7 Change messaging to indicate mraaStub is on npm David Antler 2016-06-28 13:23:26 -07:00
  • c1fd2896c2 edison: fix edison spelling errors Bruce Beare 2016-06-29 09:59:22 +01:00
  • 5704c15665 gt: Add module lights to the gpio HAL Bruce Beare 2016-06-29 09:57:19 +01:00
  • b5b84c6186 examples: Added examples for initio by description Houman Brinjcargorabi 2016-06-21 14:20:00 +01:00
  • 0bd488bc53 cmake: fixed incorrect MRAAPLATFORMFORCE definition Alex Tereschenko 2016-06-26 18:05:43 +02:00
  • f9bc314223 x86.c: fixed typo in Tuchuck board forced enablement Alex Tereschenko 2016-06-26 18:01:49 +02:00
  • 50e1b568fb pydocs: Fix sys.path for multi python because added python2 dir Brendan Le Foll 2016-06-24 14:21:55 +01:00
  • a54386c5d3 mraa: Update to v1.1.0 Brendan Le Foll 2016-06-23 17:23:56 +01:00
  • 0577321f4c intel_gt: add support for gt + Tuchuck board Brendan Le Foll 2016-05-13 14:20:25 +01:00
  • 5f515f7648 mraa-gpio.c: dont display pins set as not MRAA_PINS_VALID Brendan Le Foll 2016-06-20 12:18:38 +01:00
  • 3d2163e2cb mraa-gpio.c: Fix raw gpio setting Brendan Le Foll 2016-06-20 10:38:50 +01:00
  • 8af6843566 PWM: added workaround for Edison's problem with 0% duty Alex Tereschenko 2016-05-24 23:12:24 +02:00
  • c413a43d5a mraa.c: Fixed logic error when deciding if the description is null Houman brinjcargorabi 2016-06-01 14:42:37 +01:00
  • 03b548c33b java: Added version information & checks to ensure Java version matches Native version Stefan Andritoiu 2016-05-31 19:12:27 +03:00
  • 5160d909d3 OpenCVDetectPython.cmake: set minimum python versions Brendan Le Foll 2016-06-01 12:11:04 +01:00
  • 8329bcab62 intel_edison_fab_c.c: fixed the pins not being freed in the event of a tristate read failing Houman brinjcargorabi 2016-05-27 23:25:13 +01:00
  • e8d6f38ee0 intel_nuc5.c: Fixed incorrect I2C numbering, effectively not shifting the pin number correctly Houman brinjcargorabi 2016-05-27 19:37:31 +01:00
  • a177a3f729 cmake: Fix tests with multiple python bindings being built Brendan Le Foll 2016-06-01 11:21:20 +01:00
  • 99841419ab python: Support building of both python2 & python3 bindings Brendan Le Foll 2016-05-26 12:01:50 +01:00
  • 1cfdfcddc6 Add JavaScript mraaStub project David Antler 2016-05-20 16:44:39 -07:00
  • a321d6707f mraa.i: Swig interface options to ignore the void* IO constructors and pre-initialise the c++ template functions Houman brinjcargorabi 2016-05-23 14:00:55 +01:00
  • b6e6374370 c++: Added the ability to initialise a class using a context struct Houman brinjcargorabi 2016-05-23 13:59:37 +01:00
  • bcf1584fbe mraa.c: Added common function to init io from a description Houman brinjcargorabi 2016-05-23 13:55:57 +01:00
  • a9de84b74a intel_galileo_rev_g.c: Corrected typo in mapping re setting the pincmd for GPIO2 Houman brinjcargorabi 2016-05-19 19:20:28 +01:00
  • 0ee25fbd4d pwm.hpp: fixed some typos and styling in comments Alex Tereschenko 2016-05-18 23:00:41 +02:00
  • 4fc3e7a73f banana_pi.md: fixed header table layout Bruno Meneguele 2016-05-18 15:28:16 -03:00
  • 88d878648b beaglebone.c: Remove unused variables Brendan Le Foll 2016-05-19 11:51:07 +01:00
  • 828338a69a libmraa: Fix compilation warnings about unsigned ints Alexandru Timohi 2016-05-19 11:49:25 +01:00
  • 022b36355f x86: Fix capabilities being initialised with only 7 bits Brendan Le Foll 2016-05-19 10:23:09 +01:00
  • 3969af2b24 iio.c: Fix the location mapping in iio Brendan Le Foll 2016-05-16 12:31:45 +01:00
  • b15ab84f61 README.md: Added java bindings to README Stefan Andritoiu 2016-05-09 18:57:29 +03:00
  • d3a220479d beaglebone.c: fix beaglebone i2c bus 2 not existing Michael Kellner 2016-03-17 06:36:47 +00:00