Private
Public Access
2
0

Commit Graph

  • b02f8b4d50 uart.c: add missing return values Brendan Le Foll 2015-05-20 15:04:59 +01:00
  • 522a4feea1 uart: change hpp, use new names of functions Thomas Ingleby 2015-05-19 11:22:08 +01:00
  • 4d86860e0c uart: remove un-needed includes from uart.h Thomas Ingleby 2015-05-18 21:13:06 +01:00
  • 7e47b05c8f uart: move internal static function to top of file Thomas Ingleby 2015-05-18 21:01:56 +01:00
  • 0a516ef3bf uart: make initial dump of uart module Brendan Le Foll 2015-05-08 17:23:10 +01:00
  • 88f3052d99 uart: use an unsigned int for baud rate rather than speed_t Jon Trulson 2015-04-30 14:12:45 -06:00
  • c30457e434 uart: add capability to check if data can be read from device Jon Trulson 2015-04-29 16:13:07 -06:00
  • cf14939cca uart: add uart device read and write functionality Jon Trulson 2015-04-29 16:08:36 -06:00
  • 6d269eeabd uart: add uart device open and close functionality Jon Trulson 2015-04-29 16:03:53 -06:00
  • bdadbb8b01 uart: add fd (file descriptor) to uart context Jon Trulson 2015-04-29 15:51:07 -06:00
  • 38acfe6d30 CMakeLists.txt: Added RPM packaging support for cpack Henry Bruce 2015-05-22 14:49:08 -07:00
  • 55533ed8c1 mraajs.i: add buffer checks to python write() typemaps in Spi & I2c Brendan Le Foll 2015-05-20 11:16:15 +01:00
  • f4d67b5f53 edison.md: minor fixes in Edison boards docs Jakub Kramarz 2015-05-06 02:36:36 +02:00
  • 8e2ec01b61 raspberry_pi.md: fixed Raspberry Pi model 2 pin mapping docs Jakub Kramarz 2015-05-06 01:39:13 +02:00
  • f86703d7bb java: added example GpioRead6 based on gpio_read6.c Jakub Kramarz 2015-04-29 02:06:34 +02:00
  • 609e9fb102 java: added example BlinkOnboard based on blink_onboard.c Jakub Kramarz 2015-04-29 01:52:02 +02:00
  • ddff33280e java: added example CyclePwm3 based on cycle-pwm3.c Jakub Kramarz 2015-04-29 01:23:45 +02:00
  • 472b1c1370 java: capitalized file names of examples, required on case-sensitive systems Jakub Kramarz 2015-04-28 22:39:19 +02:00
  • f6e87f63e0 raspberry_pi.c: update platform check for the PI 2 Version B Paul Barrette 2015-04-26 04:13:57 +01:00
  • 2679a916be gpio.c: mraa_gpio_get_* now return -1 in error cases Brendan Le Foll 2015-04-24 16:07:17 +01:00
  • 0b382100d2 mraa-gpio.c: fix unused printf argument Brendan Le Foll 2015-04-24 16:05:12 +01:00
  • 4302f0d0c3 java: Added Java SWIG binding creation Alexander Komarov 2015-04-13 13:23:13 +00:00
  • c5780dceaa edison.md: add comment on tristate behaviour on edison Brendan Le Foll 2015-04-15 21:05:16 +01:00
  • ff2ce93fc9 Added table for RPi 2 and RPi B+. Also deleted whitespace in first table. Ian Johnson 2015-04-18 11:11:26 -05:00
  • 8ffdf2ff94 edison.md: add wifi on pin7 warning Brendan Le Foll 2015-04-21 10:00:27 +01:00
  • a17e8dbd21 mraa: update to version 0.6.2 Thomas Ingleby 2015-04-14 15:18:11 +01:00
  • 0093dc3f0d beaglebone.md: Added documentation for Beaglebone Black Michael Ring 2015-04-09 16:23:37 +02:00
  • c69a022d13 docs: add bananapi links and BBB reference Brendan Le Foll 2015-04-08 22:18:36 +01:00
  • b2af0b0751 banana_pi.md: Added documentation for BananaPi/Pro Michael Ring 2015-04-08 16:21:16 +02:00
  • 0d15d3a38c banana.c: Fixed Pin assignment for Banana Pi and wrong names for SPI devices Michael Ring 2015-04-07 22:42:23 +02:00
  • 095ff894a7 mraa.c: Remove mraa_init() from mraa_pin_mode_test Michael Ring 2015-04-04 18:27:44 +01:00
  • 56ba08a98f banana: Add bananapi support Michael Ring 2015-03-31 22:44:55 +02:00
  • bff7b558eb mraa.c: Add _contains helper functions Michael Ring 2015-04-04 18:52:35 +01:00
  • 68e216ec3f mraa_internal.h: clean header style Brendan Le Foll 2015-04-04 18:50:23 +01:00
  • d2fcadc8d5 mraa.c: change helper functions to use const char* Michael Ring 2015-04-04 18:41:13 +01:00
  • 4d36d24a70 testing.md: add testing doc Brendan Le Foll 2015-04-07 23:32:47 +01:00
  • 4599f3c12a tests: add cmake ctest infrastructure so make test can run Brendan Le Foll 2015-04-07 23:38:48 +01:00
  • 8cc957ac64 tests: add python test cases suite Costin Constantin 2015-04-07 17:02:27 +03:00
  • 784ee58b26 building.md: add python3 & buildarch info Brendan Le Foll 2015-04-04 19:04:05 +01:00
  • 5dfd8e43df examples/mraa-gpio.c: Fixed compiler warning due to missing include Michael Ring 2015-03-31 22:36:37 +02:00
  • d9d55e42bc beaglebone.h: added Beaglebone Black Platform Michael Ring 2015-02-21 16:30:09 +01:00
  • d0c466e81c mraa_adv_func.h: Added pwm initialization replace Michael Ring 2015-02-21 16:27:13 +01:00
  • 5fa47dd4ab gpio.hpp: fix typo in docstring for isr Brendan Le Foll 2015-04-03 21:40:44 +01:00
  • 2138802b59 docs: Improve python docs Brendan Le Foll 2015-04-03 19:41:52 +01:00
  • 6aa601cd1d javascript/CMakeLists.txt: stop requiring doc_i files for node.js Brendan Le Foll 2015-04-02 14:01:05 +01:00
  • c397fef4a1 building.md: add graphviz to our deps Brendan Le Foll 2015-04-02 13:54:38 +01:00
  • eb894033c5 mraa.i: add idef for SWIGPYTHON on doc interface files Brendan Le Foll 2015-04-02 13:50:59 +01:00
  • 8ad5064ce2 buidling.md: fix missing D in BUILDOC define Brendan Le Foll 2015-04-02 13:38:29 +01:00
  • 874d69e9e5 Cmake: add override BUILDARCH for selecting arch Thomas Ingleby 2015-03-31 16:34:41 +01:00
  • a1c5bd8742 CMakeLists.txt: Added option to install mraa-gpio tool Henry Bruce 2015-03-31 13:54:10 +01:00
  • 2b8b28171b CMakeLists.txt: Set correct package architecture for deb and ipk. Henry Bruce 2015-03-11 12:43:47 -07:00
  • 1b6af99c5a building.md: clarify build reqs for building and add node 0.12 Brendan Le Foll 2015-03-29 15:45:36 +01:00
  • 8f239579a4 docs/building: add doxygen information Thomas Ingleby 2015-03-27 16:30:25 +00:00
  • be4312e506 pwm: add syslog warning when value greater than 100% used Thomas Ingleby 2015-03-24 16:51:56 +00:00
  • 64f962d15c pwm: add calls for getting PWM max and min period Thomas Ingleby 2015-03-24 16:48:06 +00:00
  • 52c53760b2 api: introduce define for pin name size Thomas Ingleby 2015-03-23 17:25:27 +00:00
  • 2388fb9a2a swig/python: rename python-mraa.i to mraa.i Thomas Ingleby 2015-03-23 17:07:54 +00:00
  • ffcf3d7d07 clang-format: run clang-format on C/C++ code Brendan Le Foll 2015-03-23 14:39:12 +00:00
  • 2174ee1673 package.json.cmake: use 0.10.x is the minimum version to compile Brendan Le Foll 2015-03-19 18:24:29 +00:00
  • c1ac6f1928 binding.gyp.cmake: get v8 version from node and export to c++ compiler Brendan Le Foll 2015-03-19 18:20:36 +00:00
  • 35d1dc10c7 mraajs.i: use SWIG_V8_VERSION from C++ preprocessor not swig Brendan Le Foll 2015-03-19 18:18:35 +00:00
  • 54a4a0bb1f npm.md: add npm node-gyp build instructions Brendan Le Foll 2015-03-19 18:16:27 +00:00
  • f0b3035337 package.json.cmake: create node version specific package.json Brendan Le Foll 2015-03-19 11:54:58 +00:00
  • 406acb61b3 src/CMakeLists.txt: warn if swig is less than 3.0.5 Brendan Le Foll 2015-03-19 11:31:51 +00:00
  • 812fc5e9c8 CMakeLists.txt: add REQUIRED to threading find_package Brendan Le Foll 2015-03-19 11:31:20 +00:00
  • 128f0a22da nodejs: add infra to detect nodejs version Brendan Le Foll 2015-03-18 12:20:54 +00:00
  • 824618ccf1 mraajs: update for node.js 0.12 API differences Brendan Le Foll 2015-03-10 14:53:09 +00:00
  • e03eec3ce1 common: fix documentation string on mraa_init Brendan Le Foll 2015-03-19 09:29:41 +00:00
  • 8b0b9f1a79 examples/gpio: Re-implemented the display of pin names Michael Ring 2015-03-18 20:48:14 +01:00
  • 0eda8cd397 internal/pin/name: increase length of pin name Michael Ring 2015-03-18 20:48:14 +01:00
  • 827e1974bf api/mraa: add mraa_get_pin_name Michael Ring 2015-03-18 20:48:14 +01:00
  • 62213fad77 python: build with python 2.7 in the correct python site dir Kevron Rees 2015-02-28 18:08:50 -08:00
  • 805d22f0b1 CPack IPK: remove maa replace reference Thomas Ingleby 2015-03-15 18:51:23 +00:00
  • c621fad5f3 intel_minnow_max.c: Add support for spi Brendan Le Foll 2015-03-13 16:29:33 +00:00
  • 228b7b672d i2c: flip the msg flags for mraa_i2c_read_bytes_data Brendan Le Foll 2015-03-13 16:01:59 +00:00
  • 0dd03950e4 i2c.hpp: Remove tab Gabriel Smith 2015-03-03 16:31:47 +00:00
  • caf1383325 i2c: Add functions for bulk read from register Gabriel Smith 2015-03-03 16:26:19 +00:00
  • f854a2b410 spi: return int instead of uint8_t in mraa_spi_write Brendan Le Foll 2015-03-03 16:20:29 +00:00
  • 7375146295 intel_edison_fab_c.c: let the edison spi driver select the correct method for CS Brendan Le Foll 2015-03-03 14:27:54 +00:00
  • f33880c235 README.md: add -dev repository information Brendan Le Foll 2015-03-01 17:31:17 +00:00
  • 677af126aa intel_edison_fab_c.c: Fix frequency setting on edison r2 images Brendan Le Foll 2015-03-01 17:15:19 +00:00
  • 2c74ba72a7 raspberry_pi.c: Wrong pin number used for Raspberry Pi in default case Michael Ring 2015-02-21 12:31:48 +01:00
  • 76ffa35cec mraa.c: stop C constructor calling mraa_init() in SWIG builds Brendan Le Foll 2015-03-01 10:22:13 +00:00
  • 10f450b3f6 x86.c: unknown init now returns MRAA_UNKNOWN_PLATFORM Brendan Le Foll 2015-03-01 10:12:04 +00:00
  • 3b3b940000 spi.h: fix docstring style Brendan Le Foll 2015-02-27 16:53:16 +00:00
  • 415c369e15 contributing.md: amend project contribution goals Brendan Le Foll 2015-02-27 16:51:26 +00:00
  • 2755c571ff edison.md: add some SPI limitations Brendan Le Foll 2015-02-27 16:50:55 +00:00
  • a747c80f63 spi: styling & docstring fix Brendan Le Foll 2015-02-27 16:17:00 +00:00
  • bd9eeb11ab spi.c: change spi mode to a uint32_t Brendan Le Foll 2015-02-27 16:14:19 +00:00
  • 64f377cdfc mraa: update to API version 0.6.1 Brendan Le Foll 2015-02-26 09:39:24 +00:00
  • a2220e3636 python-mraa.i: ValueError when expecting bytearray but dont get it Brendan Le Foll 2015-02-25 19:23:25 +00:00
  • 797b137826 i2c_HM5883.py: remove old python example Brendan Le Foll 2015-02-25 16:01:11 +00:00
  • efdbf4b0a8 common: add C++ init() call and explain reason to call again Brendan Le Foll 2015-02-25 15:43:38 +00:00
  • 163a40e6e7 examples: add uart examples for js & py Brendan Le Foll 2015-02-20 15:02:46 +00:00
  • 9d80b12521 gpio.c: change check to allow fd 0 Jon Trulson 2015-02-20 13:36:42 +00:00
  • ee05b49ea2 gpio.c: check fd before attempting to use it Jon Trulson 2015-02-20 13:35:26 +00:00
  • dd807308ac uart.c: mraa_uart_get_dev_path return NULL on error Jon Trulson 2015-02-18 12:38:44 -07:00
  • d6891e8bd7 isr.js: add node.js isr example Brendan Le Foll 2015-02-18 14:30:22 +00:00
  • 008184c305 nodejs: Add isr support to node.js Brendan Le Foll 2015-02-18 14:27:50 +00:00
  • ffe40033d4 examples/spi_max7219.c: Example for 16bit wide convenience functions Michael Ring 2015-02-14 18:51:56 +01:00