游戏王对战板,目前code还是空的

Committer:
WFKnight
Date:
Thu Jun 21 13:51:43 2018 +0000
Revision:
0:9b3d4731edbb
UART, RTOS, LED

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WFKnight 0:9b3d4731edbb 1 {
WFKnight 0:9b3d4731edbb 2 "name": "events",
WFKnight 0:9b3d4731edbb 3 "config": {
WFKnight 0:9b3d4731edbb 4 "present": 1,
WFKnight 0:9b3d4731edbb 5 "shared-stacksize": {
WFKnight 0:9b3d4731edbb 6 "help": "Stack size (bytes) for shared event queue thread",
WFKnight 0:9b3d4731edbb 7 "value": 1024
WFKnight 0:9b3d4731edbb 8 },
WFKnight 0:9b3d4731edbb 9 "shared-eventsize": {
WFKnight 0:9b3d4731edbb 10 "help": "Event buffer size (bytes) for shared event queue",
WFKnight 0:9b3d4731edbb 11 "value": 256
WFKnight 0:9b3d4731edbb 12 },
WFKnight 0:9b3d4731edbb 13 "shared-dispatch-from-application": {
WFKnight 0:9b3d4731edbb 14 "help": "No thread created for shared event queue - application will call dispatch from another thread (eg dispatch_forever at end of main)",
WFKnight 0:9b3d4731edbb 15 "value": false
WFKnight 0:9b3d4731edbb 16 },
WFKnight 0:9b3d4731edbb 17 "shared-highprio-stacksize": {
WFKnight 0:9b3d4731edbb 18 "help": "Stack size (bytes) for shared high-priority event queue thread",
WFKnight 0:9b3d4731edbb 19 "value": 1024
WFKnight 0:9b3d4731edbb 20 },
WFKnight 0:9b3d4731edbb 21 "shared-highprio-eventsize": {
WFKnight 0:9b3d4731edbb 22 "help": "Event buffer size (bytes) for shared high-priority event queue",
WFKnight 0:9b3d4731edbb 23 "value": 256
WFKnight 0:9b3d4731edbb 24 },
WFKnight 0:9b3d4731edbb 25 "use-lowpower-timer-ticker": {
WFKnight 0:9b3d4731edbb 26 "help": "Enable use of low power timer and ticker classes in non-RTOS builds. May reduce the accuracy of the event queue. In RTOS builds, the RTOS tick count is used, and this configuration option has no effect.",
WFKnight 0:9b3d4731edbb 27 "value": 0
WFKnight 0:9b3d4731edbb 28 }
WFKnight 0:9b3d4731edbb 29 }
WFKnight 0:9b3d4731edbb 30 }