mbed-os/features/frameworks
Dustin Crossman c70baa9289 Fix kv parsing bug in greentea client.
Mbed greentea sends all KV pairs in the following format:
"{{key,value}}\n"
Previously the greentea client code was not reading the final '\n' from
the UART as part of the HandleKV() call. This did not cause an
error when multiple KV pairs were being parsed because any whitespace
proceeding a message was ignored. Once the final KV pair was sent,
however, HandleKV() would only read up to the "}}" leaving the final
'\n' in the UART buffer.
2020-07-01 10:38:49 -07:00
..
greentea-client Fix kv parsing bug in greentea client. 2020-07-01 10:38:49 -07:00
mbed-client-cli mbed-client-cli: Remove support for ARM Compiler 5 2020-03-26 13:45:46 +00:00
mbed-client-randlib Merge pull request #9561 from theotherjimmy/test-resources 2019-02-13 12:31:54 -06:00
mbed-coap Update mbed-coap to version 5.1.5 2020-04-27 11:11:43 +03:00
mbed-trace Remove nRF51 targets 2020-05-13 10:36:50 +01:00
nanostack-libservice Netsocket/lwIP Stack: Remove support for ARM Compiler 5 2020-03-31 10:54:36 +01:00
unity Tests: Remove support for ARM Compiler 5 2020-03-25 18:22:00 +00:00
utest Use std::chrono based functions 2020-06-17 14:52:50 +01:00