Brendan Le Foll
ffcf3d7d07
clang-format: run clang-format on C/C++ code
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-03-23 15:15:48 +00:00
Brendan Le Foll
54a4a0bb1f
npm.md: add npm node-gyp build instructions
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-03-19 18:26:06 +00:00
Brendan Le Foll
c621fad5f3
intel_minnow_max.c: Add support for spi
...
This commit also adds a bit of documentation on the low speed spi kernel module
required
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-03-13 16:29:36 +00:00
Brendan Le Foll
415c369e15
contributing.md: amend project contribution goals
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-27 16:54:23 +00:00
Brendan Le Foll
2755c571ff
edison.md: add some SPI limitations
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-27 16:54:23 +00:00
Brendan Le Foll
64f377cdfc
mraa: update to API version 0.6.1
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-26 09:39:48 +00:00
Brendan Le Foll
78fe6f4270
docs/galileorevd.md: add doc for pin13 on gen1
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-17 14:40:06 +00:00
Brendan Le Foll
cd36880f34
mraa: update to API version 0.6.0
...
Note that v0.6.0 is in the branch with the same name, so this commit is not
0.6.0
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-15 23:08:18 +00:00
Brendan Le Foll
989566bc04
raspberry_pi.md: Update docs to reflect latest rpi changes
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-15 22:57:24 +00:00
Brendan Le Foll
2dc79dde6f
docs: fix some poor spelling & phrasing in docs
...
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-09 16:40:47 +00:00
Tanu Kaskinen
dbc64fbe86
minnow_max.md: work around bad rendering in GitHub
...
If a line starts with '#', GitHub will show the line as a heading.
That may be a GitHub bug (I'm not sure what the Markdown spec says
about this), but anyway, let's rewrap the text so that GitHub shows
the text as intended.
Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-02-04 14:12:27 +00:00
Petrus J.v.Rensburg
d88da134af
contributing.md: Fix typo
...
Signed-off-by: Petrus J.v.Rensburg <petrus.jvrensburg@gmail.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
2015-01-22 10:52:20 +00:00
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