Private
Public Access
2
0

Commit Graph

  • 921e27ac22 spi.hpp: Fix indentation of comment Michael Ring 2015-02-17 15:34:27 +00:00
  • 55ac2e8996 spi: Add 16bit wide convenience functions for spi Michael Ring 2015-02-17 15:34:01 +00:00
  • 3a5b992524 spi.c: Initialization of spi is necessary on Beaglebone Black Michael Ring 2015-02-14 18:14:55 +01:00
  • 78fe6f4270 docs/galileorevd.md: add doc for pin13 on gen1 Brendan Le Foll 2015-02-17 14:40:06 +00:00
  • cd36880f34 mraa: update to API version 0.6.0 Brendan Le Foll 2015-02-11 10:40:16 +00:00
  • 989566bc04 raspberry_pi.md: Update docs to reflect latest rpi changes Brendan Le Foll 2015-02-15 22:57:24 +00:00
  • 3597d8a805 arm: added support for all models of Raspbery Pi A/B/A+/B+ & 2B Michael Ring 2015-02-15 12:55:15 +01:00
  • 581184d8fd include/arm/raspberry_pi.h Added pincount defines for all supported devices Michael Ring 2015-02-15 12:51:45 +01:00
  • f9ae045697 api/mraa/types.h renamed enum for raspberry to make it more global Michael Ring 2015-02-15 12:50:37 +01:00
  • 8e305a1032 mraa.c added internal helper functions to support globbing and link analysis Michael Ring 2015-02-15 12:47:11 +01:00
  • 2965665fee Add options for nodejs include directory yoneken 2015-02-11 03:41:29 +09:00
  • 244879697f examples/gpio.c Added support for mmap access to gpio Michael Ring 2015-02-14 17:26:06 +01:00
  • a4431e7a3e examples/gpio.c Added whitespace to better align gpio list output Michael Ring 2015-02-14 15:46:56 +01:00
  • 818e1a86de examples/gpio.c: Fix some formatting & code style Brendan Le Foll 2015-02-10 16:16:30 +00:00
  • b32507064d examples/gpio.c: fix getchar() not working in ssh term Brendan Le Foll 2015-02-10 15:50:59 +00:00
  • c1b96680c9 gpio.c: add DEBUG message for owner flag Brendan Le Foll 2015-02-10 15:39:45 +00:00
  • 403424e4c0 examples/gpio.c: Added command to monitor pin level changes using ISR Henry Bruce 2015-02-05 15:48:42 -08:00
  • 7b213b6393 gpio.c: fix spelling in comment Henry Bruce 2015-02-10 15:40:00 +00:00
  • 75138c90ce gpio.c: mraa_gpio_wait_interrupt() now waits for subsequent interrupts Henry Bruce 2015-02-10 15:39:21 +00:00
  • 2dc79dde6f docs: fix some poor spelling & phrasing in docs Brendan Le Foll 2015-02-09 16:40:47 +00:00
  • fca0efa254 pwm.hpp: fix pin/chipid order in raw init Brendan Le Foll 2015-02-09 16:40:09 +00:00
  • 459ecc0c1c src/mraa.c: mux mapped Thomas Ingleby 2015-02-05 16:20:09 +00:00
  • 8ccefe95e5 Revert "setup_mux_mapped: use HIGH/LOW instead" Brendan Le Foll 2015-02-05 15:00:27 +00:00
  • e7c3c17eb3 examples/aio: Added examples for mraa_aio_read_float()/readFloat() Alex Tereschenko 2015-02-04 20:09:56 +01:00
  • cd6701d604 aio.c: added normalized read returning a float in a 0.0-1.0 range Alex Tereschenko 2015-02-01 20:54:13 +01:00
  • dbc64fbe86 minnow_max.md: work around bad rendering in GitHub Tanu Kaskinen 2015-02-04 15:44:51 +02:00
  • baa1a0ae03 mraa.c: Allow running mraa_init() as non root Brendan Le Foll 2015-01-31 09:26:24 +00:00
  • 019b0a5e7e gpio.c: add pin number to export fail message Brendan Le Foll 2015-01-28 13:00:20 +00:00
  • 4d81fec6c9 intel_minnow_max.c: define gpio.mux_total Brendan Le Foll 2015-01-27 14:11:59 +00:00
  • e68546ad85 x86.c/mraa_x86_platform: added dedicated block for Galileo Gen1 init Alex Tereschenko 2015-01-25 19:52:40 +01:00
  • 82bb1c573d mraa: we now log version and user ID into syslog upon init Alex Tereschenko 2015-01-25 15:38:48 +01:00
  • 6c73a8adce setup_mux_mapped: use HIGH/LOW instead Thomas Ingleby 2015-01-22 17:36:16 +00:00
  • e76d85eade gpio: add behaviour for pin without direction Thomas Ingleby 2015-01-22 17:33:46 +00:00
  • d88da134af contributing.md: Fix typo Petrus J.v.Rensburg 2015-01-21 17:44:10 +02:00
  • 212be299fd api: remove internal strut from public API Thomas Ingleby 2015-01-21 16:33:00 +00:00
  • 94dd44a2d3 example/gpio.c: Remove extern to plat Thomas Ingleby 2015-01-21 16:24:21 +00:00
  • fb54307939 raspberry_pi_b: add missing platform name Thomas Ingleby 2015-01-21 15:43:27 +00:00
  • e8bc227a92 api/platform_name: Change return when null platform Thomas Ingleby 2015-01-21 15:39:29 +00:00
  • 53a9a7dce4 internal/platform_name: move to const char* Thomas Ingleby 2015-01-21 15:35:54 +00:00
  • 067487f9ec mraa/platform: add mraa_get_pin_count() Thomas Ingleby 2015-01-21 15:11:03 +00:00
  • 456646ca53 blink_onboard.c: explain use of calamari lure in example Brendan Le Foll 2015-01-20 23:50:40 +00:00
  • e23325d9dd docs: add debugging doc Brendan Le Foll 2015-01-20 23:25:31 +00:00
  • c3980c217c gpio: add function to get raw gpio number. Thomas Ingleby 2015-01-20 18:24:57 +00:00
  • 4e5991779a cov: add some explicit includes that where missing Brendan Le Foll 2015-01-20 17:14:51 +00:00
  • e3dba949b6 i2c.c: Fix resource leak when I2C_FUNCS ioctl fails Brendan Le Foll 2015-01-20 17:12:57 +00:00
  • 25bd897ec5 uart: use const char* instead of plain char* Thomas Ingleby 2015-01-20 16:22:04 +00:00
  • 9cfbc87924 uart: add function mraa_uart_get_dev_path Thomas Ingleby 2015-01-20 15:10:47 +00:00
  • ed4c68eba1 uart: cleanup and bring inline with standard Thomas Ingleby 2015-01-20 14:44:28 +00:00
  • 20d229168b gpio: mraa_gpio_dir allow output to set val Kurt Eckhardt 2015-01-05 15:03:17 -08:00
  • 66eb476620 building.md: fix clang/clang++ arg Brendan Le Foll 2015-01-17 10:22:36 +00:00
  • 5daad72fe0 docs: add more information to builds & contributing Brendan Le Foll 2015-01-16 14:01:43 +00:00
  • 50ca84b600 mraajs.i: add %include carrays.i to fix generation with SWIG 3.0.4 Brendan Le Foll 2015-01-16 13:45:04 +00:00
  • c3e43e5984 cmake: make licensing of cmake modules really clear Brendan Le Foll 2015-01-14 22:29:18 +00:00
  • 21962f4d87 internals.md: add more internals documentation Brendan Le Foll 2015-01-14 15:56:29 +00:00
  • 26106a2fb4 building.md: add more building information Brendan Le Foll 2015-01-14 15:56:07 +00:00
  • 5af11978ca spi: add mraa_spi_init_raw Brendan Le Foll 2015-01-13 17:20:54 +00:00
  • 16fc50bc31 spi.hpp: styling/identation fix Brendan Le Foll 2015-01-14 11:47:47 +00:00
  • c28eea88f7 i2c.hpp: fix doxygen comment for return of read() Brendan Le Foll 2015-01-14 11:46:33 +00:00
  • f51afc1fbc pwm.hpp: Pwm constructor optional arg order change Brendan Le Foll 2015-01-14 11:43:40 +00:00
  • b7a0856f51 spi: Make Spi write() work from SWIG with typemaps Brendan Le Foll 2015-01-14 11:41:43 +00:00
  • 17ee0c9669 mraa.c: fix FTBFS on printf by adding format Philippe Coval 2015-01-12 18:03:14 +01:00
  • 219eeed5f8 x86.c: remove duplicate case statement Brendan Le Foll 2015-01-09 12:46:09 +00:00
  • c45e3c8c58 x86/intel_minnow_max.c: remove definitions duplication Brendan Le Foll 2015-01-09 12:05:34 +00:00
  • 5dc28d9800 x86/intel_minnow_max.c: add board gpio count Brendan Le Foll 2015-01-09 12:04:37 +00:00
  • d8bef92bbe x86/intel_minnow_max.c: Adjust gpio pins based on kernel version John 'Warthog9' Hawley 2015-01-08 16:22:49 -08:00
  • 62c3264b2c api/spi: Add Spi_Modes to CPP headers. Thomas Ingleby 2015-01-09 17:00:17 +00:00
  • a76061a981 x86/galileo_gen2: correct mistake on IO11 for SPI Thomas Ingleby 2015-01-09 16:43:34 +00:00
  • 3efb7a03e1 intel_edison_fab_c.c: move gpio_close_pre to miniboard Kurt Eckhardt 2015-01-06 08:42:39 -08:00
  • ec5c09fe37 I2c-compass.cpp: fix incorrect usage of write/writeByte Brendan Le Foll 2015-01-06 11:37:07 +00:00
  • 461015a22f bmp85.js: add i2c read/write example Brendan Le Foll 2015-01-06 11:11:13 +00:00
  • f14654a120 mraajs.i: add i2c read/write function typemaps Brendan Le Foll 2015-01-06 11:11:00 +00:00
  • 23fca714e1 bmp85.py: add simple example of new i2c read func Brendan Le Foll 2015-01-05 15:48:38 +00:00
  • 31b16735e9 python-mraa.i: Add typemaps to make I2c::{read,write} natural Brendan Le Foll 2015-01-06 11:22:32 +00:00
  • 9bcd652c21 mraa.i: remove std::string conversion Brendan Le Foll 2015-01-06 11:22:10 +00:00
  • c45388b602 i2c.hpp: Change I2c class API to ressemble C API Brendan Le Foll 2015-01-06 11:17:36 +00:00
  • d6bbd0bf38 mraa.c: fix missing break statement in case switch Brendan Le Foll 2015-01-05 23:04:50 +00:00
  • 41956b07d6 pwm.c: cache period Kurt Eckhardt 2014-12-29 07:18:16 -08:00
  • 3eb0a8dbf7 i2c: use I2C_FUNCS to store funcs map Brendan Le Foll 2014-12-29 14:41:50 +00:00
  • a65a906e9e i2c: fix brackets around if statement Brendan Le Foll 2014-12-29 14:41:22 +00:00
  • cc9a4f59b5 edison: add mraa_i2c_frequency replace hook for i2c-6 Brendan Le Foll 2014-12-10 00:27:04 +00:00
  • ab3af9cc2d i2c: add busnum to context Brendan Le Foll 2014-12-10 00:33:34 +00:00
  • 836d953cb7 i2c: remove hz from context Brendan Le Foll 2014-12-10 00:33:16 +00:00
  • fc5d37d391 i2c: set_frequency now takes a mraa_i2c_mode_t Brendan Le Foll 2014-12-10 00:32:17 +00:00
  • 87e242a07b helloedison.c: add edison type example Brendan Le Foll 2015-01-05 14:35:56 +00:00
  • 6651d49b6a types.h: add edison numbering enums Brendan Le Foll 2015-01-05 12:23:34 +00:00
  • 74d172cb6c gpio: Add a function to get a pin number from mraa_gpio_context yoneken 2014-12-21 20:31:59 +09:00
  • bc05ce7078 x86/galileo-gen2: Speed up mraa_gpio_dir Kurt Eckhardt 2014-12-10 16:25:12 -08:00
  • 455ab6f063 x86/edison: Speed up mraa_gpio_dir Kurt Eckhardt 2014-12-18 16:03:46 +00:00
  • 21d88d15eb gpio.c: add advance_func->gpio_close_pre Kurt Eckhardt 2014-12-18 14:20:14 +00:00
  • e7649db96d contributing.md: fix styling issues Brendan Le Foll 2014-12-18 22:39:34 +00:00
  • 2574efdb1d mraa.c: mraa_pin_mode_test should check against b->gpio_count -1 Brendan Le Foll 2014-12-18 14:20:14 +00:00
  • 1ee5e25f85 mraa.c: add syslog msg in case we get an unknown pinmode Brendan Le Foll 2014-12-18 14:13:04 +00:00
  • a769f78e83 mraa.c: fix uart mraa_pin_mode_test Brendan Le Foll 2014-12-18 14:11:25 +00:00
  • d58adefa3c mraa.c: fix aio mraa_pin_mode_test Brendan Le Foll 2014-12-18 14:07:57 +00:00
  • 3c4742c6e4 mraa.c: Fixed potential segfault on free()-ing NULL in mraa_deinit() Alex Tereschenko 2014-12-16 22:12:18 +01:00
  • e5835fa0da mraa.c: remove DEBUG define Brendan Le Foll 2014-12-16 20:38:06 +00:00
  • 083db5bd27 mraa.c: added user check into mraa_init() & increase verbosity Alex Tereschenko 2014-12-15 22:40:57 +01:00
  • 4d8b82eedb gpio.c: styling, avoid bracketless if statements Brendan Le Foll 2014-12-15 16:22:53 +00:00
  • 875c48cd04 contributing.md: Add developer certificate of origin stuff Brendan Le Foll 2014-12-15 16:22:16 +00:00
  • 71118af233 mraa.c: do not check return value of mraa_gpio_dir when used on muxes Brendan Le Foll 2014-12-15 11:47:21 +00:00