Adding ability to set priority of the Rx thread

Dependencies:   ublox-at-cellular-interface

Fork of ublox-at-cellular-interface-ext by u-blox

Revision:
11:3631f62bb359
Parent:
0:0b75e22c9231
--- a/TESTS/unit_tests/ftp/template_mbed_app.txt	Tue Jun 13 10:46:08 2017 +0100
+++ b/TESTS/unit_tests/ftp/template_mbed_app.txt	Fri Jun 16 00:55:19 2017 +0100
@@ -1,8 +1,5 @@
 {
     "config": {
-        "buffer-size": { "value": 0 },
-        "platform": { "help": "Options: UBLOX, MTS_DRAGONFLY",
-                      "value": "UBLOX"},
         "ftp-server": {
             "help": "An FTP server to use when running the FTP tests",
             "value": "\"test.rebex.net\""
@@ -28,25 +25,14 @@
             "value": "\"readme.txt\""
         },
         "ftp-dirname": {
-            "help": "A directory name to yse during FTP tests.  This directory must already exist on the server if the server does not support write",
+            "help": "A directory name to use during FTP tests.  This directory must already exist on the server if the server does not support write. If the server does support write, this must not be a substring of ftp-filename.  ",
             "value": "\"pub\""
         }
      },
     "target_overrides": {
         "*": {
-            "lwip.ipv4-enabled": true,
-            "lwip.ipv6-enabled": false,
-            "lwip.ethernet-enabled": false,
-            "lwip.ppp-enabled": true,
-            "lwip.tcp-enabled": true,
-            "target.features_add": ["LWIP", "COMMON_PAL"],
-            "platform.stdio-convert-newlines": true,
-            "platform.stdio-baud-rate": 9600,
-            "platform.default-serial-baud-rate": 115200, 
-            "lwip.debug-enabled": false,
-            "lwip.enable-ppp-trace": false,
-            "lwip.use-mbed-trace": false,
-            "mbed-trace.enable": 1
+            "target.features_add": ["COMMON_PAL"],
+            "platform.stdio-convert-newlines": true
         }
     }
 }