This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Committer:
vipinranka
Date:
Wed Jan 11 11:41:30 2017 +0000
Revision:
12:9a20164dcc47
This is the final version MGAS Project for Renesas GR Peach Design Contest

Who changed what in which revision?

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