esp-idf/tools/tiny-test-fw
He Yin Ling 1c54630eaa test: fix failed to download in example test:
1. example test uses auto detect flash size. we need to call
`detect_flash_size` before write flash
2. fix incorrect baudrate used: when using WROVER-Kits, it's likely that download with baudrate 921600
will fail. If we don't reset serial setting in decorator, 921600 will
become the default baudrate. This causes all the subsequent
communication fails
3. do hw reset after used esptool function
2019-01-02 20:49:03 +08:00
..
IDF test: fix failed to download in example test: 2019-01-02 20:49:03 +08:00
Utility examples, tools: Fix Python3 deprecation warning for the imp module 2018-12-20 12:44:33 +01:00
docs tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
App.py
CIAssignExampleTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
CIAssignUnitTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
DUT.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
Env.py
EnvConfig.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
EnvConfigTemplate.yml
Runner.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
TestCase.py
TinyFW.py
example.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
requirements.txt