Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466

Dependencies:   ssd1331

mbed-os/rtos/mbed_lib.json

Committer:
kadonotakashi
Date:
2018-10-11
Revision:
3:f3764f852aa8
Parent:
0:8fdf9a60065b

File content as of revision 3:f3764f852aa8:

{
    "name": "rtos",
    "config": {
        "present": 1,
         "main-thread-stack-size": {
            "help": "The size of the main thread's stack",
            "value": 4096
         },
         "timer-thread-stack-size": {
            "help": "The size of the timer thread's stack",
            "value": 768
         },
         "idle-thread-stack-size": {
            "help": "The size of the idle thread's stack",
            "value": 512
         },
         "thread-stack-size": {
            "help": "The default stack size of new threads",
            "value": 4096
         }
    },
    "macros": ["_RTE_"],
    "target_overrides": {
        "*": {
            "target.boot-stack-size": "0x400"
        },
	    "MCU_NRF51": {
	        "target.boot-stack-size": "0x800"
	    },
	    "MCU_NRF52840": {
	        "target.boot-stack-size": "0x800"
	    },
	    "MCU_NRF52832": {
	        "target.boot-stack-size": "0x800"
	    },
	    "MCU_NRF51_UNIFIED": {
	        "target.boot-stack-size": "0x800"
	    }
    }
}