OVMS3-idf/tools
He Yin Ling 2b068f3ceb tiny-test-fw: fix misc bugs:
1. configs are not functional
    * decorator will be executed when search case, need to set default config before search case.
2. fix DUT encode/decode errors
    * python3 serial don't support write string/unicode, need to convert to bytes first.
    * python2 string could failed to encode/decode non-acsii chars
3. fix bug that log folder not created
4. fix bug that test suite name is not correctly passed:
    * the keyward arg should be `test_suite_name` not `test_name`
5. fix bug that test stopped on failed case
6. fix DUT `read` don't return all data cache
    * `_DataCache.get_data` should first copy all data from queue to data cache and then return to user.
7. fix bug that `expect_all` failed even all expected item passed
8. optimize error info for expect
    * print pattern for regular expression when match failed
9. fix bug that set default config doesn't work
2018-05-15 03:29:31 +00:00
..
catch move Catch framework header into tools directory 2017-04-17 11:01:18 +08:00
ci mbedtls: re-add version 2.9.0 as a submodule 2018-05-09 23:15:28 +08:00
esp_app_trace esp32: Adds functionality for application tracing over JTAG 2017-04-17 23:26:29 +03:00
kconfig Resolves: Warning '-s option given but default rule can be matched'. Closes https://github.com/espressif/esp-idf/issues/1338 2017-12-11 22:53:39 +01:00
tiny-test-fw tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
unit-test-app unit-test.py: increase timeout for test app start up 2018-04-26 18:52:45 +08:00
windows Toolchain: Update to version 1.22.0-80-g6c4433a 2018-01-10 07:49:24 +00:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
format-minimal.sh docs: add style guide 2016-11-03 18:41:00 +08:00
format.sh esp32: ReformatReformat panic.c (remove tabs, etc) 2016-12-07 13:25:56 -08:00
gen_esp_err_to_name.py Make it easier to look up error messages 2018-02-15 14:19:03 +01:00
idf_monitor.py idf_monitor: Fix bug with Windows 10 sometimes printing a character twice 2018-02-21 08:35:43 +11:00
idf_size.py Merge branch 'feature/idf_size_report_symbols' into 'master' 2018-04-20 23:55:19 +08:00