Brendan Le Foll
e23325d9dd
docs: add debugging doc
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-20 23:25:39 +00:00
Brendan Le Foll
66eb476620
building.md: fix clang/clang++ arg
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-17 10:22:36 +00:00
Brendan Le Foll
5daad72fe0
docs: add more information to builds & contributing
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-16 14:01:43 +00:00
Brendan Le Foll
21962f4d87
internals.md: add more internals documentation
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-14 15:56:29 +00:00
Brendan Le Foll
26106a2fb4
building.md: add more building information
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-14 15:56:07 +00:00
Brendan Le Foll
e7649db96d
contributing.md: fix styling issues
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-12-18 22:39:34 +00:00
Brendan Le Foll
875c48cd04
contributing.md: Add developer certificate of origin stuff
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-12-15 16:23:18 +00:00
Thomas Ingleby
71913b96f4
docs: add Raspberry Pi ref to docs/index.md
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-12-08 16:07:26 +00:00
Thomas Ingleby
86a71d834e
raspberry pi: add doc for model b
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-12-08 16:07:26 +00:00
Brendan Le Foll
eb3f2b5bed
mraa: update to version 0.5.4
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-12-02 11:01:23 +00:00
Thomas Ingleby
46bb0f38c5
mraa: update to version 0.5.3
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-11-26 15:29:29 +00:00
Brendan Le Foll
d42f8f40f5
docs: update documentation mistakes
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-26 11:43:30 +00:00
Brendan Le Foll
a38c07f7b1
npm: add node-gyp build support
...
This commit adds all the infrastructure necessary for doing node-gyp builds of
mraa. Note this will only build the mraa js bindings and will dirty your git
tree whilst doing it. It also assumes the user does not have SWIG installed on
their machines and so the swig wrapper is static. The target to use this
feature is 'npmpkg'.
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-24 15:20:19 +00:00
Brendan Le Foll
c01451989e
docs: update product names & brand names
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-24 10:51:27 +00:00
Brendan Le Foll
7b93207fd9
docs: add minnowboard max to doxygen index page
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-24 10:50:32 +00:00
Henry Bruce
152a7b04df
docs: Added first cut at minnow-max documentation
...
Signed-off-by: Henry Bruce <henry.bruce@intel.com >
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-11-21 19:55:44 +00:00
Brendan Le Foll
97e00d9298
docs: explain aio numbering scheme
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-21 11:59:57 +00:00
Brendan Le Foll
72ff035301
edison.md: add 1.8V IO warning
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-19 23:52:13 +00:00
Brendan Le Foll
fd920d6fd1
docs: update libmraa intro text
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-12 13:48:46 +00:00
Brendan Le Foll
b5a273965d
cmake: add cmake toolchain file for oe setup
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-10 20:48:27 +00:00
Brendan Le Foll
93107a388c
building.md: update cmake instructions
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-09 12:26:09 +00:00
Brendan Le Foll
fdb11d98ea
galileorevh.md: add i2c frequency info
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-07 15:05:23 +00:00
Brendan Le Foll
bb3228ad58
mraa: update to version 0.5.2
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-11-06 15:25:01 +00:00
Brendan Le Foll
29b0425c9b
contributing.md: add a few contribution rules matching UPM
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-10-29 13:14:46 +00:00
Thomas Ingleby
af3aa9d8b9
de3815: add initial doc
...
Also removed printf used during inital implementation.
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-10-24 14:21:20 +01:00
Thomas Ingleby
c8a99ee8e4
edison: add uart definitions
...
Needed to use a hook to make sure the SoC pins for RX TX are in the
right place.
Also added a line in documentation listed what interface is available.
This resolves #18
Co-Authored-By: Kurt Eckhardt <kurte@rockisland.com >
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-10-19 16:29:27 +01:00
Thomas Ingleby
0a43974175
mraa: update to version 0.5.1
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-10-15 11:23:25 +01:00
Thomas Ingleby
5e20a1cc02
doc: add Edison miniboard doc
...
* Brings to conclusions Fix #10
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-10-08 18:04:30 +01:00
Brendan Le Foll
4e5ec299ed
index.md: add edison link
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-10-03 22:49:01 +01:00
Brendan Le Foll
60f2e639b2
docs: add edison to doxygen doc and coverity instructions
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-10-03 19:00:45 +01:00
Brendan Le Foll
c5c5c9b700
doc: cleanup internal documentation and naming
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-10-03 10:18:26 +01:00
Brendan Le Foll
3898182743
index.md: add ADC change for 0.5.0
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-25 14:33:44 +01:00
Brendan Le Foll
fa13baf12b
edison.md: add details on i2c bus number
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-22 17:49:32 +01:00
Thomas Ingleby
1fcdfde02c
doc: add ADC information for each platform
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-09-22 14:52:45 +01:00
Thomas Ingleby
beeaab3dda
mraa: update to version 0.5.0
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-09-10 11:18:44 +01:00
Thomas Ingleby
0920c22673
docs: add edison to supported platforms.
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-09 17:57:42 +01:00
Thomas Ingleby
e602460688
hook: move gpio init post hook
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-09-09 17:28:43 +01:00
Brendan Le Foll
2687e5a7c4
docs: add common i2c doc page i2c.txt
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-07 21:20:06 +01:00
Brendan Le Foll
5e85606e38
mraa: update to version 0.4.5
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-03 09:34:30 +01:00
Brendan Le Foll
0d04677c98
uart: add C++ Uart module and links to swig
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-03 09:30:49 +01:00
Brendan Le Foll
3ef520c1d4
docs: add references to galileo generation
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-01 23:19:24 +01:00
Brendan Le Foll
21b65f5eb1
common.hpp: fix documentation of functions
...
Functions inside namespace are tough to document, bypassing this by documenting
the namespace and then using the namespace doc as common.hpp doc in the index
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-09-01 23:18:51 +01:00
Brendan Le Foll
0c53b90c09
mraa: update to version 0.4.4
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-08-15 10:58:58 +01:00
izard
450ebdeca8
docs: Fixed typos
...
Signed-off-by: izard <alexander.komarov@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-08-13 14:24:18 +01:00
Brendan Le Foll
fa06e7e81f
docs: add supported platforms
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-08-12 17:16:10 +01:00
Thomas Ingleby
3320105662
mraa: update to version 0.4.3
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-08-06 16:22:47 +01:00
Brendan Le Foll
8e33ad3f34
galileorevh.md: add initial revH doc
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-07-24 16:59:53 +01:00
Thomas Ingleby
0a646db692
mraa: update to version 0.4.2
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-07-14 18:31:03 +01:00
Thomas Ingleby
57d58b66ca
i2c: add init(pre-post) hooks
...
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
2014-07-14 18:19:07 +01:00
Brendan Le Foll
86af05f803
mraa: update to version 0.4.1
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2014-07-04 15:56:40 +01:00