Nicolas Borla
/
BBR_1Ebene
BBR 1 Ebene
mbed-os/tools/test_configs/RealtekInterface.json@0:fbdae7e6d805, 2018-05-14 (annotated)
- Committer:
- borlanic
- Date:
- Mon May 14 11:29:06 2018 +0000
- Revision:
- 0:fbdae7e6d805
BBR
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
borlanic | 0:fbdae7e6d805 | 1 | { |
borlanic | 0:fbdae7e6d805 | 2 | "config": { |
borlanic | 0:fbdae7e6d805 | 3 | "header-file": { |
borlanic | 0:fbdae7e6d805 | 4 | "help" : "String for including your driver header file", |
borlanic | 0:fbdae7e6d805 | 5 | "value" : "\"RTWInterface.h\"" |
borlanic | 0:fbdae7e6d805 | 6 | }, |
borlanic | 0:fbdae7e6d805 | 7 | "object-construction" : { |
borlanic | 0:fbdae7e6d805 | 8 | "value" : "new RTWInterface()" |
borlanic | 0:fbdae7e6d805 | 9 | }, |
borlanic | 0:fbdae7e6d805 | 10 | "connect-statement" : { |
borlanic | 0:fbdae7e6d805 | 11 | "help" : "Must use 'net' variable name, replace WIFI_SSID, WIFI_PASSWORD, WIFI_SECURITY, WIFI_CHANNEL with your WiFi settings", |
borlanic | 0:fbdae7e6d805 | 12 | "value" : "((RTWInterface *)net)->connect(WIFI_SSID, WIFI_PASSWORD, WIFI_SECURITY, WIFI_CHANNEL)" |
borlanic | 0:fbdae7e6d805 | 13 | }, |
borlanic | 0:fbdae7e6d805 | 14 | "echo-server-addr" : { |
borlanic | 0:fbdae7e6d805 | 15 | "help" : "IP address of echo server", |
borlanic | 0:fbdae7e6d805 | 16 | "value" : "\"195.34.89.241\"" |
borlanic | 0:fbdae7e6d805 | 17 | }, |
borlanic | 0:fbdae7e6d805 | 18 | "echo-server-port" : { |
borlanic | 0:fbdae7e6d805 | 19 | "help" : "Port of echo server", |
borlanic | 0:fbdae7e6d805 | 20 | "value" : "7" |
borlanic | 0:fbdae7e6d805 | 21 | }, |
borlanic | 0:fbdae7e6d805 | 22 | "tcp-echo-prefix" : { |
borlanic | 0:fbdae7e6d805 | 23 | "help" : "Some servers send a prefix before echoed message", |
borlanic | 0:fbdae7e6d805 | 24 | "value" : "\"Realtek Ameba TCP/UDP test service\\n\"" |
borlanic | 0:fbdae7e6d805 | 25 | }, |
borlanic | 0:fbdae7e6d805 | 26 | "sim-blockdevice": { |
borlanic | 0:fbdae7e6d805 | 27 | "help": "Simulated block device, requires sufficient heap", |
borlanic | 0:fbdae7e6d805 | 28 | "macro_name": "MBED_TEST_SIM_BLOCKDEVICE", |
borlanic | 0:fbdae7e6d805 | 29 | "value": "HeapBlockDevice" |
borlanic | 0:fbdae7e6d805 | 30 | } |
borlanic | 0:fbdae7e6d805 | 31 | } |
borlanic | 0:fbdae7e6d805 | 32 | } |