Private
Public Access
2
0

Commit Graph

  • cd4626852d gpio.c: enhanced Python-specific code Alex Tereschenko 2015-10-29 21:09:27 +01:00
  • 8e63c718e4 README.md: updated link to IoTDevKit package repo Alex Tereschenko 2015-10-29 22:01:42 +01:00
  • 51436f6a0a gpio.c: Fix interrupt callback args Chris Brackert 2015-10-28 16:09:06 +00:00
  • 0836067900 gpio.c: Fix python3 builds, PyString_AsString not avail Brendan Le Foll 2015-10-27 11:38:20 +00:00
  • c89b04eb19 uart.c: fix to UART even parity damcclos 2015-10-25 18:11:16 -07:00
  • 6aaf48940e examples: Fixed bug in mraa-gpio introduced by sub-platform update. Henry Bruce 2015-10-23 15:06:27 -07:00
  • bf803209aa ftdi_ft4222.c: Fixed bug in gpio configuration Henry Bruce 2015-10-14 14:03:34 -07:00
  • 799f1409b9 ftdi_ft4222.c: Implemented previously stubbed out i2c functions. Henry Bruce 2015-10-08 13:18:06 -07:00
  • df8492a8f7 i2c.c: Added missing adv_func support to some functions Henry Bruce 2015-10-08 13:19:08 -07:00
  • 63ff901674 JavaScript SPI.write output correction #2 xbolshe 2015-10-23 02:45:57 +03:00
  • f9af006c97 JavaScript SPI.write output correction xbolshe 2015-10-23 02:16:28 +03:00
  • 621bf5266e docs: updated Python docs index with all supported platforms Alex T 2015-10-21 22:46:51 +02:00
  • 338feb2c3e src/java/CMakeLists.txt: Modified path for javac and jar Andrei Vasiliu 2015-10-08 17:58:48 +03:00
  • dbd1a31536 uart.js: Rewrite of example to show more functionality xbolshe 2015-10-09 04:20:04 +03:00
  • 3c3136d43a gpio.c: Log more data in ISR handler on Python error Alex Tereschenko 2015-10-02 23:46:06 +02:00
  • b8e1f79b4d gpio.c: Fixed typo Alex Tereschenko 2015-10-02 23:44:10 +02:00
  • e6c3dd24a6 gpio.c: Added ISR thread termination flag Alex Tereschenko 2015-10-02 23:42:20 +02:00
  • 3059c06fa0 javascript: Add nodejs 4.1.1 support xbolshe 2015-10-01 22:32:45 +03:00
  • 24d4446193 gpio.h: Fixed a couple of typos in description Alex Tereschenko 2015-10-02 14:33:39 +02:00
  • 18249d5ecc .travis.yml: updated travis file to use swig3 and build node.js bindings too Mihai Tudor Panu 2015-09-21 11:42:33 -07:00
  • 31750be753 docs: Enabled samples in the Java documentation Mircea Bardac 2015-10-01 16:24:53 +03:00
  • a7414edca3 Doxyfile.java.in: Fix lookup of SWIG generated Java files Mircea Bardac 2015-10-01 15:10:20 +03:00
  • 06e5e7dc11 Isr.java: Fix ISR example to use pin 6 and sleep properly Petre Eftime 2015-09-30 16:12:26 +03:00
  • 42d169e003 samples.mapping.txt: Add samples mapping for java samples Petre Eftime 2015-09-30 13:26:54 +03:00
  • bda9f4d211 examples/java: Port examples containing [Interesting] tag from C/C++ Petre Eftime 2015-09-30 13:22:47 +03:00
  • 0e44dfac44 examples/java: Update, indent and add [Interesting] tags to examples Petre Eftime 2015-09-30 13:21:23 +03:00
  • 013c04c7b9 mraajava.i: Ignore read/write functions (in UART) Petre Eftime 2015-09-30 13:16:38 +03:00
  • b7a0968489 Doxyfile.java.in: dos2unix Brendan Le Foll 2015-09-29 14:28:53 +01:00
  • 2db72217d5 Doxyfile.java.in: Fixed documentation generation for Java Mircea Bardac 2015-09-29 14:26:09 +01:00
  • 08fe460772 Isr-pin6.cpp: Add example for c++ isr Brendan Le Foll 2015-09-29 14:20:20 +01:00
  • 70600dece4 mraa: update to version 0.8.0 Brendan Le Foll 2015-09-22 16:57:01 +01:00
  • eae2b58cbe java: Add java doxygen files Brendan Le Foll 2015-09-22 16:39:48 +01:00
  • 7d11bd4cdc docs: Added index for Java documentation Mircea Bardac 2015-09-21 22:26:31 +03:00
  • effc813e42 mraa.c: fix possible overrun in strncpy Brendan Le Foll 2015-09-18 11:57:41 +01:00
  • 32aa4310c8 mraa.c: simplify mraa_get_platform_name with subplatforms Brendan Le Foll 2015-09-18 11:52:49 +01:00
  • 434f454139 intel_minnow_byt_compatible: fix memory leak Matthew Auld 2015-09-18 11:08:50 +01:00
  • 1a29dc9910 i2c.c: Added check for NULL i2c context Henry Bruce 2015-09-16 15:19:20 -07:00
  • 0aac9df414 Revert "intel_edison_fab_c.c: Don't initiate SPI pins when initializing MRAA" Brendan Le Foll 2015-09-16 07:42:35 +01:00
  • e2aaa349ff minnowboardmax: Add support for compatible boards Evan Steele 2015-09-15 15:35:26 +01:00
  • 0071039fa0 intel_galileo_rev_g.c: Fix uninitialized subplatform on Galileo Gen2 Petre Eftime 2015-09-15 12:44:47 +03:00
  • 35760929db mraajava.i: Initialize mraa when library is loaded by the JVM Petre Eftime 2015-09-14 17:13:44 +03:00
  • c9c6ac785a mraajava.i: Return array properly for SPI write Petre Eftime 2015-09-14 17:12:43 +03:00
  • 5c7bab1c79 intel_edison_fab_c.c: Don't initiate SPI pins when initializing MRAA Jonas Norling 2015-09-07 15:46:21 +02:00
  • b650a9fdc9 uart.hpp: Added missing include for types.hpp Alex Tereschenko 2015-09-13 17:29:20 +02:00
  • f245cacd6f common.hpp: inlined getSubPlatformIndex to avoid multiple defs Mihai Tudor Panu 2015-09-11 16:09:35 -07:00
  • 99b7f131d9 mraa-i2c.c: remove unused arguments to printf statements Brendan Le Foll 2015-09-08 15:09:28 +01:00
  • 54bf18b246 aio.c: missing free for aio contexts in error cases for _init() Brendan Le Foll 2015-09-08 15:09:06 +01:00
  • 17eb7a791a intel_galileo_rev_d.c: Fixed missing goto leaving board unfreed in error case Brendan Le Foll 2015-09-08 15:00:40 +01:00
  • 1937473c01 aio.c: missing return for internal init Brendan Le Foll 2015-09-08 14:58:55 +01:00
  • a0791f8277 gpio.hpp: remove unused args parameter from Java isr method Petre Eftime 2015-09-08 14:52:37 +03:00
  • 3934897864 mraa: Add types.hpp; Use types.hpp for C++ and SWIG Petre Eftime 2015-08-26 11:17:23 +03:00
  • 679d1a55b6 ft4222: Add documentation for usb platform Brendan Le Foll 2015-09-07 11:39:58 +01:00
  • b2a0bbfcbc hellomraa.c: Remove i2c calls Brendan Le Foll 2015-09-07 11:12:07 +01:00
  • 07343e2ee7 mraa: Remove global advance_func struct and place it in platform configuration Brendan Le Foll 2015-09-03 15:28:36 +01:00
  • fc55088c03 ftdi_ft4222.c: clean up, styling fix Brendan Le Foll 2015-08-25 15:51:02 +01:00
  • a49d8d6d12 cmake: remove FTDI D2xx flag Brendan Le Foll 2015-08-25 15:48:43 +01:00
  • 2101e491ce mraa-i2c: Updated to use new sub-platform API. Henry Bruce 2015-08-10 17:18:32 -07:00
  • 6284806b96 mraa-gpio: Support new sub-platform calls. Henry Bruce 2015-08-20 12:09:37 -07:00
  • 3e76bee085 api: Added API calls that support both main and sub platforms Henry Bruce 2015-08-20 12:08:57 -07:00
  • ba85c9ebc2 ft4222.c: Fixed bug in write_byte_data Henry Bruce 2015-08-20 12:02:32 -07:00
  • b841d6c75c common.hpp: Removed platform selection methods. Henry Bruce 2015-08-20 11:59:07 -07:00
  • c03d746544 types.h: Added NULL platform Henry Bruce 2015-08-17 15:54:40 -07:00
  • c84cd4328a cmake: Disable USB sub-platform support by default Henry Bruce 2015-08-17 15:53:40 -07:00
  • 570fba9463 mraa.c: usb MRAA_UNKNOWN_PLATFORM is not considered initialisation Brendan Le Foll 2015-08-11 11:54:11 +01:00
  • 4757d039ab mraa.c: Fix current_plat being invalid but not NULL Brendan Le Foll 2015-08-11 11:45:55 +01:00
  • eb5a3ac5d2 cmake: add ${mraa_LIBS} to linker for swig libraries Brendan Le Foll 2015-08-11 11:36:38 +01:00
  • 5bd5f2d546 common.hpp: Added sub platform API calls. Henry Bruce 2015-08-10 17:16:35 -07:00
  • 4031124081 api: Renamed some sub-platform API calls. Henry Bruce 2015-08-10 17:16:00 -07:00
  • b109a12dd1 mraa-i2c: Added interactive mode. Henry Bruce 2015-08-10 17:15:09 -07:00
  • 308289497e tests: make tests work on python3 Brendan Le Foll 2015-08-11 11:24:22 +01:00
  • 4acb0e5562 cmake: USB source files now added to mraa_LIB_PLAT_SRCS_NOAUTO Henry Bruce 2015-08-04 12:29:02 -07:00
  • b20a685b0c i2c: mraa_i2c_init_raw fixed and sub-platform updates. Henry Bruce 2015-08-04 12:27:57 -07:00
  • 79e33890b6 usb.c: move usb platform not found msg to debug Brendan Le Foll 2015-07-31 11:21:29 +01:00
  • 7c5972ad15 mraa.c: use #if defined() for platforms Brendan Le Foll 2015-07-31 11:18:24 +01:00
  • c9cfb42326 mraa.c: Fixed bug in detected main/sub platform name and type logging Henry Bruce 2015-07-30 12:15:03 -07:00
  • 93d326bff4 ftdi_ft4222.c: Removed i2c read/write logging messages. Henry Bruce 2015-07-30 12:12:24 -07:00
  • 89d25cffeb gpio.c: Removed spurious logging message Henry Bruce 2015-07-30 12:11:33 -07:00
  • 99901d05f7 ftdi_ft4222.c: Implemented i2c_frequency(). Henry Bruce 2015-07-28 16:36:19 -07:00
  • 33645791af api: Added mraa_has_sub_platform() function Henry Bruce 2015-07-28 16:35:18 -07:00
  • 453eefc56a usb: Added gpio isr support to ft4222 Henry Bruce 2015-07-27 11:09:10 -07:00
  • 001e291d63 mraa-gpio: Added sub-platform support. Henry Bruce 2015-07-27 09:39:41 -07:00
  • 802c5af986 usb: Added gpio read/write support for ft4222 with i/o expander Henry Bruce 2015-07-27 09:39:15 -07:00
  • 11bf69e29a i2c.c: Refactored init calls to use mraa_i2c_init_internal() Henry Bruce 2015-07-27 09:38:06 -07:00
  • 7058fea8bd mraa.c: Added mainn and sub-platform select API calls. Henry Bruce 2015-07-27 09:32:39 -07:00
  • 99593ec640 usb: USB sub-platform bug fixes. Henry Bruce 2015-07-23 15:32:26 -07:00
  • 13118e949b api: Added mraa_get_sub_platform_type() Henry Bruce 2015-07-23 14:56:03 -07:00
  • 30cf8ec560 cmake: Set install prefix to /usr for RPM packaging Henry Bruce 2015-07-23 14:55:02 -07:00
  • 5740e46ae0 x86: advance_func now stored in mraa_board_t instance Henry Bruce 2015-07-02 17:56:24 -07:00
  • d5e5539be3 usb: Updated ft4222 device detection Henry Bruce 2015-07-02 17:54:22 -07:00
  • 7ada55982d platform_type: platform_type now in mraa_board_t Henry Bruce 2015-07-01 10:24:39 -07:00
  • 6302b635aa intel_edison: Now uses mraa_board_t instance of advanced function table Henry Bruce 2015-07-01 10:20:34 -07:00
  • 4a6bf832bc usb: Converted sub-platform bus/pin helper macros to functions. Henry Bruce 2015-06-26 14:22:09 -07:00
  • 1c9b87bfd3 cmake: add FTDI FT4222 support Henry Bruce 2015-06-26 13:48:23 -07:00
  • e353508e30 cmake: add -DFTDID2xx and use FindFtd2xx.cmake Brendan Le Foll 2015-06-26 13:44:38 +01:00
  • e170e21031 mraa.c: subplatforms need to be defined after platforms Brendan Le Foll 2015-06-26 09:59:40 +01:00
  • 6dfe6ff6bc examples: Created mraa-i2c tool for i2c layer testing. Henry Bruce 2015-05-29 17:21:47 -07:00
  • 8f48df0533 usb: Skeleton platform code for FTDI FT4222 USB to i2c bridge Henry Bruce 2015-05-27 15:36:46 -07:00
  • 22a930e39e mraa: update to version 0.7.5 Brendan Le Foll 2015-09-07 10:58:02 +01:00
  • dc6a585991 binding.gyp.cmake: Fix npm builds for ia32 node.js 0.10.x Brendan Le Foll 2015-09-07 10:53:02 +01:00
  • f95f2d8b35 nuc5: Add i2c support for intel 5th generation NUC Brendan Le Foll 2015-09-03 11:23:35 +01:00