mbed-os/features
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
..
FEATURE_BLE Merge pull request #13046 from hugueskamba/hk_use_chrono 2020-06-18 22:16:00 +02:00
FEATURE_BOOTLOADER General clean-up of unsupported targets 2020-04-09 15:36:21 +01:00
FEATURE_EXPERIMENTAL_API psa: Remove not needed TF-M ITS KVStore adapter 2020-06-23 13:22:29 +01:00
cellular Merge pull request #13149 from kivaisan/cellular_alt1250_save_rat 2020-06-18 22:24:24 +02:00
cryptocell/FEATURE_CRYPTOCELL310 NRF52840_DK: Fix baremetal linker error 2020-02-10 15:18:46 +00:00
deprecated_warnings Squashed 'features/nanostack/coap-service/' changes from 086e7ba..3c79829 2019-05-21 14:21:19 +03:00
device_key DeviceKey: Fix test code with key size change in generate_root_of_trust() 2020-05-04 09:11:42 +08:00
frameworks Fix kv parsing bug in greentea client. 2020-07-01 10:38:49 -07:00
lorawan Use std::chrono based functions 2020-06-17 14:52:50 +01:00
lwipstack Ensure all overridden virtual functions are marked with `override` 2020-06-01 10:39:42 +01:00
mbedtls psa: Configure Mbed TLS to use PSA as needed 2020-06-18 12:18:12 +01:00
nanostack Merge pull request #13046 from hugueskamba/hk_use_chrono 2020-06-18 22:16:00 +02:00
netsocket Merge pull request #13142 from rajkan01/fix_emac_chrono_warning 2020-06-19 10:06:58 +02:00
nfc Use std::chrono based functions 2020-06-17 14:52:50 +01:00
storage Remove unused variable to fix compliation warning 2020-06-15 14:00:42 +01:00