refactor(i2s_es8311): refactor es8311 example

This commit is contained in:
laokaiyao
2025-03-21 17:15:57 +08:00
parent 84fca56744
commit 92f3faff41
11 changed files with 192 additions and 145 deletions

View File

@@ -123,6 +123,8 @@ ENV_MARKERS = {
'httpbin': 'runner for tests that need to access the httpbin service',
'flash_4mb': 'C2 runners with 4 MB flash',
'jtag_re_enable': 'Runner to re-enable jtag which is softly disabled by burning bit SOFT_DIS_JTAG on eFuse',
'es8311': 'Development board that carries es8311 codec',
'es7210': 'Development board that carries es7210 codec',
# multi-dut markers
'multi_dut_modbus_rs485': 'a pair of runners connected by RS485 bus',
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',