Opencv 3.1 project on GR-PEACH board

Fork of gr-peach-opencv-project by the do

Committer:
thedo
Date:
Thu Jun 29 11:01:39 2017 +0000
Revision:
167:1657b442184c
Opencv 3.1 project on GR-PEACH board, 4 apps

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thedo 167:1657b442184c 1 {
thedo 167:1657b442184c 2 "name": "platform",
thedo 167:1657b442184c 3 "config": {
thedo 167:1657b442184c 4 "stdio-convert-newlines": {
thedo 167:1657b442184c 5 "help": "Enable conversion to standard newlines on stdin/stdout",
thedo 167:1657b442184c 6 "value": false
thedo 167:1657b442184c 7 },
thedo 167:1657b442184c 8
thedo 167:1657b442184c 9 "stdio-baud-rate": {
thedo 167:1657b442184c 10 "help": "Baud rate for stdio",
thedo 167:1657b442184c 11 "value": 9600
thedo 167:1657b442184c 12 },
thedo 167:1657b442184c 13
thedo 167:1657b442184c 14 "stdio-flush-at-exit": {
thedo 167:1657b442184c 15 "help": "Enable or disable the flush of standard I/O's at exit.",
thedo 167:1657b442184c 16 "value": true
thedo 167:1657b442184c 17 },
thedo 167:1657b442184c 18
thedo 167:1657b442184c 19 "default-serial-baud-rate": {
thedo 167:1657b442184c 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
thedo 167:1657b442184c 21 "value": 9600
thedo 167:1657b442184c 22 }
thedo 167:1657b442184c 23 },
thedo 167:1657b442184c 24 "target_overrides": {
thedo 167:1657b442184c 25 "EFM32": {
thedo 167:1657b442184c 26 "stdio-baud-rate": 115200
thedo 167:1657b442184c 27 },
thedo 167:1657b442184c 28 "EFR32": {
thedo 167:1657b442184c 29 "stdio-baud-rate": 115200
thedo 167:1657b442184c 30 }
thedo 167:1657b442184c 31 }
thedo 167:1657b442184c 32 }
thedo 167:1657b442184c 33