-
-
Notifications
You must be signed in to change notification settings - Fork 739
Open
Labels
Description
One common use case to easily run unit test is to run a esp32 quemu image provided by ESP-IDF
Currently quemu image is not shipped as idf tool, also the required command 'idf.py quemu ...' is not supported either.
We can add support for this by shipping the quemu tools and by handling proper CLI commands when quemu is selected as target board.
Possible list of modifications:
- Include quemu tools.
- Modify platform scripts.
- Define quemu board.