Private
Public Access
2
0

Commit Graph

  • 27624289ec gen2: add basic galileo gen2 detection Brendan Le Foll 2014-06-16 18:45:59 +01:00
  • fa1e81380b intel_galileo_rev_d.c: change magic number to macro in header Brendan Le Foll 2014-06-16 18:45:43 +01:00
  • 93acdf3789 maa.i: add typemaps for uint8_t and uint8_t* Brendan Le Foll 2014-06-13 17:53:21 +01:00
  • 4a0c76c1a0 spi.h: add doc to make sure people free the returned buffer after maa_spi_write Brendan Le Foll 2014-06-13 17:52:59 +01:00
  • ba102b2526 maa: update to 0.3.0 Brendan Le Foll 2014-06-13 10:30:27 +01:00
  • d1f39525ec maa.i: add typemap for unsigned char* to char* Brendan Le Foll 2014-06-13 10:30:01 +01:00
  • 3f2163a9b9 CMakeLists.txt: install headers in include/maa Brendan Le Foll 2014-06-13 10:16:37 +01:00
  • 116d437a79 example.js: make require path follow NODE_ENV and NODE_PATH Brendan Le Foll 2014-06-12 09:54:51 +01:00
  • 2d12e3bd1c example.js: fix example to use up to date API Brendan Le Foll 2014-06-12 07:59:06 +01:00
  • 6e4f8b085f maa: make common.h header to replace maa.h header to simplify includes Brendan Le Foll 2014-06-11 14:17:34 +01:00
  • fdfafa5626 README.md: make more github friendly readme and move to docs/ Brendan Le Foll 2014-06-11 14:16:47 +01:00
  • ab071e64de i2c: make maa_i2c_read always return the length of the read Brendan Le Foll 2014-06-11 10:47:13 +01:00
  • be1248930b js-swig: remove whitespace Thomas Ingleby 2014-06-10 20:16:39 +01:00
  • 0cfea290c6 maa: update to version 0.2.9 Brendan Le Foll 2014-06-10 16:39:54 +01:00
  • faedfce419 maa: add global maa.h and maa.hpp and stop using /usr/include/maa/ Brendan Le Foll 2014-06-10 16:33:32 +01:00
  • f1a0e9825e cmake: added logic for building a tagged commit Thomas Ingleby 2014-06-09 19:14:03 +01:00
  • 1289b39c6f maa: version bump to 0.2.8 Brendan Le Foll 2014-06-09 17:33:22 +01:00
  • 60fef1bd30 cmake: added conflicts and replaces fields Thomas Ingleby 2014-06-09 14:49:35 +01:00
  • 67f1e55bea ipk: generated ipk named as libmaa{major version} Thomas Ingleby 2014-06-09 14:26:05 +01:00
  • 83ab9575b4 ipk: rename end package to libmaa Thomas Ingleby 2014-06-09 14:14:11 +01:00
  • f101ee64f9 cmake: updated CPackDeb to use DEB outer compression. Thomas Ingleby 2014-06-09 13:20:11 +01:00
  • 35d38bc72a package.json: add extra info about module license and runtime support Brendan Le Foll 2014-06-04 15:37:00 +01:00
  • 6cd3cb4c65 maa: add maa_set_priority call Brendan Le Foll 2014-06-04 14:39:41 +01:00
  • 2c278acfcd cmake: install python & node.js modules correctly Brendan Le Foll 2014-06-04 12:06:04 +01:00
  • b74541bf5a CPackDeb.cmake: update to use opkg-buld Brendan Le Foll 2014-06-04 12:05:02 +01:00
  • 6117c855a3 maa: add make package using CPack, generates IPK Thomas Ingleby 2014-06-03 13:29:28 +01:00
  • 5b191ab6cd api: add proper doxygen comments to C++ headers and normalise doc Brendan Le Foll 2014-05-30 17:10:52 +01:00
  • fac705768d Doxyfile.in: remove deprecated options in doxygen 1.8 Brendan Le Foll 2014-05-30 17:09:54 +01:00
  • 28fc9f97c9 swig: use C++ generated class doc and include directly from maa.i Brendan Le Foll 2014-05-30 10:28:21 +01:00
  • 4383eb787f doxy2swig.py: explicitly set to use python2 Brendan Le Foll 2014-05-30 09:58:34 +01:00
  • ce8cda6743 DoxygenLayout.xml: make C++ doc order a little like the C doc Brendan Le Foll 2014-05-30 09:53:20 +01:00
  • a5539118c8 Doxyfile.in: remove include dir from INPUT path Brendan Le Foll 2014-05-30 09:52:05 +01:00
  • e86e8bf211 Merge branch 'gpio-mem' Thomas Ingleby 2014-05-29 16:36:43 +01:00
  • 7af6a96a13 mmap: added mmap io to gpio Thomas Ingleby 2014-05-29 16:30:07 +01:00
  • a02923beec docs: Add docs/ folder with in depth topics as well as DoxygenLayout.xml file Brendan Le Foll 2014-05-29 14:51:38 +01:00
  • b9352a9e8c cmake: version bump to 0.2.7 Brendan Le Foll 2014-05-28 11:01:00 +01:00
  • dd3ffe8b78 examples: add Interesting snippet tags to examples and link in Readme.md Brendan Le Foll 2014-05-28 11:00:36 +01:00
  • 024324f76e c++: Use simple types instead of unistd types for swig generation Brendan Le Foll 2014-05-28 10:58:27 +01:00
  • 360c10a5e0 aio.py: add aio python example Brendan Le Foll 2014-05-27 10:43:46 +01:00
  • 679ec0a139 aio.hpp: read() uses basic type to make generation of swig interfaces easier Brendan Le Foll 2014-05-27 10:38:56 +01:00
  • e5a9af65a8 aio: make types used more logical and simplify logic Brendan Le Foll 2014-05-26 16:05:17 +01:00
  • d6852c63a7 doxygen: add examples from examples dir and include one section on Readme.md Brendan Le Foll 2014-05-23 14:47:23 +01:00
  • d847ae7847 i2c: use uint8_t throughout to make code clearer Brendan Le Foll 2014-05-23 14:21:53 +01:00
  • ded3830951 swig: add BUILDSWIG macros to disable building of swig modules Brendan Le Foll 2014-05-23 13:56:45 +01:00
  • bc0da78b97 cmake: make sure headers are not in api/ subdir Brendan Le Foll 2014-05-23 11:58:04 +01:00
  • 036bb40ab2 cmake: version bump to 0.2.6 Thomas Ingleby 2014-05-22 14:57:19 +01:00
  • 0fe7bd335c src: add unistd.h to pwm and spi modules to remove compiler warnings Brendan Le Foll 2014-05-22 14:54:19 +01:00
  • 55403793e3 pwm: equality comparison should be assignment Brendan Le Foll 2014-05-22 14:53:18 +01:00
  • ff720b67f5 I2c-compass: add -lm to linker Brendan Le Foll 2014-05-22 14:52:10 +01:00
  • 9e2ce3f38c cmake: install only the public API in ${prefix}/include/maa Brendan Le Foll 2014-05-22 14:24:28 +01:00
  • fb7da58139 cmake: install examples in ${prefix}/share/maa/examples Brendan Le Foll 2014-05-22 14:23:47 +01:00
  • 8d21d477b8 examples: added more cpp examples. Thomas Ingleby 2014-05-22 14:17:33 +01:00
  • bd1fabab5e nodejs: define BUILDING_NODE_EXTENSION in CXXFLAGS for upstream swig Brendan Le Foll 2014-05-22 11:40:59 +01:00
  • 45781693c7 cmake: building doc is now a cmake option and off by default Brendan Le Foll 2014-05-22 11:05:46 +01:00
  • 923e4829a9 maa: change javascript to use swig upstream Thomas Ingleby 2014-05-22 10:16:09 +01:00
  • 716004de54 intel_galileo_rev_d: fix i2c bus definition Thomas Ingleby 2014-05-21 17:05:58 +01:00
  • 04a79bef2d intel_galileo_rev_d: fix definition of pwm on 9/11 Thomas Ingleby 2014-05-21 15:50:06 +01:00
  • a2c7eb5458 pwm: made export functions static Thomas Ingleby 2014-05-21 14:56:11 +01:00
  • 98800a5c76 gpio: made export functions static. Thomas Ingleby 2014-05-21 14:55:14 +01:00
  • 7cc5d6b2b8 pwm: fix writing of period Thomas Ingleby 2014-05-21 14:49:32 +01:00
  • e5a893bfb8 i2c: internal setup function properly works Thomas Ingleby 2014-05-21 13:57:30 +01:00
  • 2b8ab38418 maa: hide and rename internal maa functions Thomas Ingleby 2014-05-21 13:17:16 +01:00
  • 0813271423 spi: fix headers Thomas Ingleby 2014-05-21 13:07:50 +01:00
  • 546157a9ab aio: fix spacing Thomas Ingleby 2014-05-21 12:58:55 +01:00
  • 29ec5b1ac4 maa: add maa internal header. Thomas Ingleby 2014-05-21 12:52:38 +01:00
  • ffc604afae maa: remove whitespace Thomas Ingleby 2014-05-21 12:50:12 +01:00
  • a8d7473a5b spi: completed implementation. Thomas Ingleby 2014-05-20 16:55:27 +01:00
  • 66550f9487 spi: Use new feature of pinmap to get split info. Thomas Ingleby 2014-05-20 16:52:40 +01:00
  • b7c2b701aa spi-pinmap: seperated bus from slave select. Thomas Ingleby 2014-05-20 16:50:38 +01:00
  • 94941f5100 gtest: fix version test and change test cmake var name Brendan Le Foll 2014-05-20 15:40:28 +01:00
  • 521b6817d7 python: include examples page for sphinx documentation that links to src examples Brendan Le Foll 2014-05-20 15:39:58 +01:00
  • 7abd8f5529 gpio: add ownership gaurd Thomas Ingleby 2014-05-20 13:51:12 +01:00
  • 5fa6f50edc pwm: added existing exposition logic Thomas Ingleby 2014-05-20 13:38:15 +01:00
  • fa7180cb91 pwm: use posix open instead of fopen Thomas Ingleby 2014-05-20 10:41:47 +01:00
  • e2f72540ef gpio: use open in all function opposed to fopen Thomas Ingleby 2014-05-19 15:40:43 +01:00
  • b0707886af maa.i: fix definition of printError in interface file Brendan Le Foll 2014-05-19 11:47:38 +01:00
  • a697512eed cmake: version bump to 0.2.5 Brendan Le Foll 2014-05-19 11:05:43 +01:00
  • 0c82a47fe4 pwm: changed to use strtol for return values. Thomas Ingleby 2014-05-19 10:43:23 +01:00
  • 6333a21c6f pwm: removed disabling pin on unexport. Thomas Ingleby 2014-05-19 10:42:23 +01:00
  • 3d10fc1c0d gpio.c: PyEval_Call now casts void* to PyObject* before call, fixing warning Brendan Le Foll 2014-05-19 10:35:29 +01:00
  • adcefeaba1 i2c: fix write API to use const char* Brendan Le Foll 2014-05-19 10:34:36 +01:00
  • 608bc4fdcf maa.i: add return types to swig constants Brendan Le Foll 2014-05-19 09:58:01 +01:00
  • 9314eb2c90 maa.i: add printError() function to swig API Brendan Le Foll 2014-05-19 09:51:59 +01:00
  • 1160c99816 maa.i: rename get_version() to getVersion() Brendan Le Foll 2014-05-19 09:51:31 +01:00
  • a49d357849 maa.c: add stdlib.h to remove clang warning Brendan Le Foll 2014-05-19 09:50:58 +01:00
  • 3731263752 C++: Change enum types to be shorter in C++ Brendan Le Foll 2014-05-19 09:49:30 +01:00
  • 5d9fc39ae9 hello_isr.py: fix usage of isr in python example Brendan Le Foll 2014-05-16 17:52:06 +01:00
  • 104555b908 cmake: version bump due to API change Brendan Le Foll 2014-05-16 17:10:34 +01:00
  • 8979ff4194 README.md: add changelog to explain API changes Brendan Le Foll 2014-05-16 10:07:28 +01:00
  • 1434f8f317 blink-io-cpp: example gpio using cpp wrappers. Thomas Ingleby 2014-05-16 16:56:48 +01:00
  • 0765a9454b c++: Add C++ runtime library to linker patch Brendan Le Foll 2014-05-16 14:45:16 +01:00
  • bf50a94a8e spi: fix use of memset sizeof param Brendan Le Foll 2014-05-16 14:44:14 +01:00
  • 045b704063 gpio: fix use of memset sizeof param Brendan Le Foll 2014-05-16 14:44:04 +01:00
  • 09d3f380c1 swig: add gpio enum definitions on interface file Brendan Le Foll 2014-05-16 14:28:59 +01:00
  • d0240cd50a spi.hpp: Add C++ wrapper around Spi Brendan Le Foll 2014-05-16 14:10:29 +01:00
  • 41f619048d spi: added example for use with mcp4261 Thomas Ingleby 2014-05-16 11:51:21 +01:00
  • 9186b79967 spi: implemented write functions Thomas Ingleby 2014-05-16 11:50:34 +01:00
  • 0c7939a556 spi: changed write function prototype. Thomas Ingleby 2014-05-16 11:49:20 +01:00
  • 352e1e084d spi-pinmap: added spi checking functions. Thomas Ingleby 2014-05-14 16:06:57 +01:00
  • ed23cc44e4 intel_galileo_rev_d: fixed SPI bus id. Thomas Ingleby 2014-05-14 15:47:26 +01:00