Low Level Skeleton Library for IO Communication
https://github.com/intel-iot-devkit/mraa
libmraa is a C/C++ library with bindings to Java, Python and JavaScript to
interface with the IO on Galileo, Edison & other platforms, with a
structured and sane API where port names/numbering matches the board that
you are on. Use of libmraa does not tie you to specific hardware with board
detection done at runtime you can create portable code that will work
across the supported platforms.
The intent is to make it easier for developers and sensor manufacturers to
map their sensors & actuators on top of supported hardware and to allow
control of low level communication protocol by high level languages &
constructs.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / mraa
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout hardware/mraa && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-rpi-fix-PLATFORM_RASPBERRY_PI_ZERO-value.patc |
0000001126 1.1 KB | |
0002-examples-add-return-in-spi_max7219.c.patch | 0000000842 842 Bytes | |
0003-arm-prefer-proc-device-tree.patch | 0000002676 2.61 KB | |
0004-rpi-use-proc-device-tree-compatible.patch | 0000005445 5.32 KB | |
0005-raspberrypi-add-3-model-B-support.patch | 0000003593 3.51 KB | |
0006-rpi-take-care-of-gpiochip-base.patch | 0000012445 12.2 KB | |
_link | 0000000124 124 Bytes | |
mraa-1.6.1.tar.gz | 0000339513 332 KB | |
mraa.changes | 0000002639 2.58 KB | |
mraa.spec | 0000006959 6.8 KB |
Revision 14 (latest revision is 44)
Martin Pluskal (pluskalm)
committed
(revision 14)
- Update to version 1.6.1: * mraa-deinit bug fix * rpi3 fix * ALTERA_SOCFPGA -> DE_NANO_SOC - Changes for version 1.6.0: * de-10 nano board support * Improved Intel Joule support & renamed from GT_TUCHUCK to Joule * Improved RPI3 support * Fixes for UP, 96boards & phyboard-wega * Call mraa_deinit with a gcc destructor attribute - Drop upstreamed patches: * 0001-rpi-fix-PLATFORM_RASPBERRY_PI_ZERO-value.patch * 0002-examples-add-return-in-spi_max7219.c.patch * 0003-arm-prefer-proc-device-tree.patch * 0004-rpi-use-proc-device-tree-compatible.patch * 0005-raspberrypi-add-3-model-B-support.patch * 0006-rpi-take-care-of-gpiochip-base.patch
Comments 0