mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "name": "platform",
 | 
						|
    "config": {
 | 
						|
        "stdio-convert-newlines": {
 | 
						|
            "help": "Enable conversion to standard newlines on stdin/stdout",
 | 
						|
            "value": false
 | 
						|
        },
 | 
						|
 | 
						|
        "stdio-baud-rate": {
 | 
						|
            "help": "Baud rate for stdio",
 | 
						|
            "value": 9600
 | 
						|
        },
 | 
						|
 | 
						|
        "stdio-flush-at-exit": {
 | 
						|
            "help": "Enable or disable the flush of standard I/O's at exit.",
 | 
						|
            "value": true
 | 
						|
        },
 | 
						|
 | 
						|
        "default-serial-baud-rate": {
 | 
						|
            "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
 | 
						|
            "value": 9600
 | 
						|
        },
 | 
						|
        "buffered-serial-txbuf-size": {
 | 
						|
            "help": "Default TX buffer size for a BufferedSerial instance (unit Bytes))",
 | 
						|
            "value": 256
 | 
						|
        },
 | 
						|
        "buffered-serial-rxbuf-size": {
 | 
						|
            "help": "Default RX buffer size for a BufferedSerial instance (unit Bytes))",
 | 
						|
            "value": 256
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "target_overrides": {
 | 
						|
        "EFM32": {
 | 
						|
            "stdio-baud-rate": 115200
 | 
						|
        },
 | 
						|
        "EFR32": {
 | 
						|
            "stdio-baud-rate": 115200
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |