feat: add example to re-enable jtag using hmac peripheral

This commit is contained in:
nilesh.kale
2023-10-25 15:15:42 +05:30
parent acb733845f
commit 37adea9a14
16 changed files with 550 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ ENV_MARKERS = {
'i2c_oled': 'Runner with ssd1306 I2C oled connected',
'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',
# multi-dut markers
'multi_dut_modbus_rs485': 'a pair of runners connected by RS485 bus',
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',