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
docs
App.py
CIAssignExampleTest.py
CIAssignUnitTest.py
DUT.py
Env.py
EnvConfig.py
EnvConfigTemplate.yml
Runner.py
TestCase.py
TinyFW.py
example.py
requirements.txt