From a58aa58730de5659f50b373898aac9620e74a3a1 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Puolitaival Date: Fri, 31 Aug 2018 11:59:11 +0300 Subject: [PATCH] Remove MAC tester related code --- tools/test_configs/MACTester.json | 50 ---------------------------- tools/test_configs/config_paths.json | 1 - 2 files changed, 51 deletions(-) delete mode 100644 tools/test_configs/MACTester.json diff --git a/tools/test_configs/MACTester.json b/tools/test_configs/MACTester.json deleted file mode 100644 index f412d0f162..0000000000 --- a/tools/test_configs/MACTester.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "config": { - "radio-type":{ - "help": "options are ATMEL, MCR20, OTHER", - "value": "ATMEL" - }, - "header-file": { - "help" : "String for including your driver header file", - "value" : "\"EthernetInterface.h\"" - }, - "object-construction" : { - "value" : "new EthernetInterface()" - }, - "connect-statement" : { - "help" : "Must use 'net' variable name", - "value" : "net->connect()" - }, - "echo-server-addr" : { - "help" : "IP address of echo server", - "value" : "\"echo.mbedcloudtesting.com\"" - }, - "echo-server-port" : { - "help" : "Port of echo server", - "value" : "7" - }, - "tcp-echo-prefix" : { - "help" : "Some servers send a prefix before echoed message", - "value" : null - }, - "sim-blockdevice": { - "help": "Simulated block device, requires sufficient heap", - "macro_name": "MBED_TEST_SIM_BLOCKDEVICE", - "value": "HeapBlockDevice" - } - }, - "macros": ["MBED_TRACE_LINE_LENGTH=200", "OS_TASKCNT=4", "OS_IDLESTKSIZE=32"], - "target_overrides": { - "*": { - "nanostack.configuration": "lowpan_host", - "platform.stdio-convert-newlines": true, - "platform.stdio-baud-rate": 115200, - "mbed-mesh-api.heap-size": 6000, - "nanostack-hal.event_loop_thread_stack_size": 2000, - "mbed-trace.enable": true, - "nsapi.default-stack": "LWIP", - "target.device_has_add": ["802_15_4_PHY"], - "atmel-rf.provide-default": true - } - } -} diff --git a/tools/test_configs/config_paths.json b/tools/test_configs/config_paths.json index 27f2a8dd4c..0921610a6a 100644 --- a/tools/test_configs/config_paths.json +++ b/tools/test_configs/config_paths.json @@ -13,5 +13,4 @@ "6LOWPAN_ROUTER" : "6lowpanInterface_router.json", "THREAD_END_DEVICE" : "ThreadInterface_end_device.json", "THREAD_ROUTER" : "ThreadInterface_router.json" - "MAC_TESTER" : "MACTester.json" }