Private
Public Access
2
0

Commit Graph

  • dc68f40a26 pydoc: add full generation of pydoc for pymaa Brendan Le Foll 2014-04-29 16:33:15 +01:00
  • 6ad98d23e7 i2c.c: fix return type in _init function Brendan Le Foll 2014-04-29 14:01:30 +01:00
  • 77ee9ffff5 doc: initial documentation of api Brendan Le Foll 2014-04-28 18:39:07 +01:00
  • 25f0dc5f9b pymaa.i: add rename to remove maa_ prefix from python lib Brendan Le Foll 2014-04-28 18:10:12 +01:00
  • 1f3802abea Merge pull request #4 from emea-ssg-drd/dumpc++ Brendan Le Foll 2014-04-28 14:12:40 +01:00
  • bcfa9669d2 Doxyfile.in: use lib version number in doxyfile Brendan Le Foll 2014-04-28 13:57:25 +01:00
  • cbc87a7046 CMakeLists.txt: add default versioning when git not present Brendan Le Foll 2014-04-28 11:40:26 +01:00
  • f280b3c0f6 maa: change struct names to be more unique and fix allocs Brendan Le Foll 2014-04-28 11:31:53 +01:00
  • 00fd42b186 version.h: add versioning info from git Brendan Le Foll 2014-04-28 00:29:14 +01:00
  • 1ba2d6040c i2c: clarify our usage of the result of the assignment Brendan Le Foll 2014-04-27 23:15:54 +01:00
  • ed0a1f6085 maa: change the linking of maa and make gpio functions match maa_ spec Brendan Le Foll 2014-04-27 23:11:31 +01:00
  • a28d538321 Doxyfile.in: add basic doxyfile for make doc Brendan Le Foll 2014-04-27 21:48:22 +01:00
  • a5a407e4b5 MAA version 0.2.0 moves to a standard C API Brendan Le Foll 2014-04-27 21:17:54 +01:00
  • 5a270191b5 README: update README with more accurate information Brendan Le Foll 2014-04-25 15:49:19 +01:00
  • 2398df459a i2c-dev.h: fix headers for integration with upm Brendan Le Foll 2014-04-25 14:46:19 +01:00
  • a0efbec625 hello_gpio.py: fix python example Brendan Le Foll 2014-04-25 09:10:27 +01:00
  • 1d35f750e7 posix_types: remove include of stddef.h Brendan Le Foll 2014-04-23 17:28:33 +01:00
  • d1ceeae4e3 cmake: make maa a proper dynamic library and install it correctly Brendan Le Foll 2014-04-23 17:28:14 +01:00
  • 42446812c5 stddef.h: remove unecesary kernel header Brendan Le Foll 2014-04-23 11:08:57 +01:00
  • 04017cd5d9 gpio.c: fix styling of functions Brendan Le Foll 2014-04-23 09:30:27 +01:00
  • 09b31759f4 i2cslave.h: fix line endings Brendan Le Foll 2014-04-23 09:28:48 +01:00
  • 173b81c206 gpio.c: simplify gpio_get_valfp and make static Brendan Le Foll 2014-04-23 09:28:04 +01:00
  • f5c1a39530 mbed: remove straggling files Brendan Le Foll 2014-04-22 15:55:42 +01:00
  • 184b94e9e5 examples: make C++ examples follow src/ extension convention Brendan Le Foll 2014-04-22 15:54:34 +01:00
  • aee2087a42 maa: general licensing + styling cleanup Brendan Le Foll 2014-04-22 15:51:28 +01:00
  • f011102ce6 basic HMC5883L magnometer sample Brendan Le Foll 2014-04-22 15:31:28 +01:00
  • ac131e1e17 i2cslave: basic working implimentation Brendan Le Foll 2014-04-22 15:30:34 +01:00
  • 44b43c5063 i2c: fix license header Brendan Le Foll 2014-04-22 15:18:29 +01:00
  • 485e4e9bdd pwm: Add missing include Thomas Ingleby 2014-04-14 17:17:33 +01:00
  • 36a15d5ed5 Merge branch 'pwm' into for-pull Thomas Ingleby 2014-04-14 17:16:30 +01:00
  • 53b521e864 Merge branch 'gpio' into for-pull Thomas Ingleby 2014-04-14 17:15:55 +01:00
  • 791c4b4d71 gpio: Tempory fix when changing direction Thomas Ingleby 2014-04-14 17:13:31 +01:00
  • 2d074c2ca3 pwm: Added python example script Thomas Ingleby 2014-04-14 17:07:24 +01:00
  • fbd863ca39 pwm: Fully Functional. Thomas Ingleby 2014-04-14 16:55:19 +01:00
  • 5c2235dc0c pwm: Completed functions: Thomas Ingleby 2014-04-14 14:40:40 +01:00
  • cb92c892cf pwm: Refined API. Work towards functionality Thomas Ingleby 2014-04-14 13:10:53 +01:00
  • f54e537d64 pwm: Added API for PWM. Thomas Ingleby 2014-04-14 11:05:52 +01:00
  • e689c4dd39 i2cslave.cxx: add undefined method stub that stopped swig working Brendan Le Foll 2014-04-11 18:43:46 +01:00
  • 40438d709a gpio: Add cpp example to use IO. Thomas Ingleby 2014-04-11 17:57:53 +01:00
  • 2c07ad9260 readi2c: modify examples to use I2CSlave api Brendan Le Foll 2014-04-11 17:06:24 +01:00
  • 6bf02cf25e Merge branch 'gpio' of github.com:tingleby/maa into tingleby-gpio Brendan Le Foll 2014-04-11 16:19:18 +01:00
  • e64ffcf77d gpio: gpio in/out both work Thomas Ingleby 2014-04-11 15:55:01 +01:00
  • 7eb9fa64a9 i2cslave: first possibly working implementation of i2cslave api Brendan Le Foll 2014-04-11 15:46:27 +01:00
  • 84beaf2c05 i2cslave: add i2cslave api and basic non functional implementation Brendan Le Foll 2014-04-11 15:27:43 +01:00
  • e471a3055e i2c.cxx: remove unecessary include Brendan Le Foll 2014-04-11 15:26:58 +01:00
  • cf8351fd81 README: update doc Brendan Le Foll 2014-04-11 15:26:28 +01:00
  • 6d13a41c96 gpio: get file handle if none exists Thomas Ingleby 2014-04-11 13:33:46 +01:00
  • 0504d0310e i2c.cxx: add functionality to write to i2c Brendan Le Foll 2014-04-11 11:51:40 +01:00
  • aa2ed728be gpio: work done to export,read,write to gpio Thomas Ingleby 2014-04-11 11:41:48 +01:00
  • 5168538894 gpio: modified api to include close. Thomas Ingleby 2014-04-11 09:05:04 +01:00
  • e59b8b2038 gpio: enable very basic gpio control from swig Brendan Le Foll 2014-04-10 18:00:50 +01:00
  • 72f249fce1 gpio: cleanup of initial gpio work and add to CMakeLists.txt Brendan Le Foll 2014-04-10 16:59:11 +01:00
  • a5764d72dd Merge branch 'gpio' of github.com:tingleby/maa into tingleby-gpio Brendan Le Foll 2014-04-10 16:56:34 +01:00
  • 9994ea855c maa: Refactor maa build system and partly implement i2c Brendan Le Foll 2014-04-10 16:53:19 +01:00
  • 9556b12e9d gpio: gpio header refined and work on implemtation Thomas Ingleby 2014-04-10 16:05:11 +01:00
  • 0cf2aa573b gpio: add initial gpio header Thomas Ingleby 2014-04-10 15:33:32 +01:00
  • 8b715745fc tests: add initial unit test env Brendan Le Foll 2014-04-10 11:07:05 +01:00
  • b7d42d470f maa.i: remove dependancy on -includeall and specifiy which headers to include in maa.i Brendan Le Foll 2014-04-10 11:05:40 +01:00
  • 0ec04b6fd3 examples: fix include path Brendan Le Foll 2014-04-10 11:04:02 +01:00
  • 2df6cd78ac README: add basic documentation Brendan Le Foll 2014-04-08 18:52:54 +01:00
  • 00ba95bac0 maa: Initial commit of maa, a python and nodejs I2C skeleton only Brendan Le Foll 2014-04-08 18:43:26 +01:00