system: enable C3 light sleep related example tests

This commit is contained in:
Marius Vikhammer
2021-03-29 18:50:25 +08:00
committed by bot
parent 0b8ed8d76e
commit 00c304535f
5 changed files with 4 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ def _test_iteration_events(dut):
print('Deleted task event source')
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32'])
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC', target=['esp32', 'esp32c3'])
def test_default_event_loop_example(env, extra_data):
dut = env.get_dut('default_event_loop', 'examples/system/esp_event/default_event_loop')