Example #1
0
def test_coredump_int_wdt_flash_elf_sha(env, extra_data):
    test.int_wdt_inner(env, "coredump_flash_elf_sha")
Example #2
0
def test_coredump_int_wdt_flash_bin_crc(env, extra_data):
    test.int_wdt_inner(env, "coredump_flash_bin_crc")
Example #3
0
def test_coredump_int_wdt_uart_elf_crc(env, extra_data):
    test.int_wdt_inner(env, "coredump_uart_elf_crc")
Example #4
0
def test_panic_int_wdt(env, extra_data):
    test.int_wdt_inner(env, "panic")
Example #5
0
def test_gdbstub_int_wdt(env, _extra_data):
    test.int_wdt_inner(env, 'gdbstub')
Example #6
0
def test_coredump_int_wdt_uart_bin_crc(env, _extra_data):
    test.int_wdt_inner(env, 'coredump_uart_bin_crc')
Example #7
0
def test_panic_int_wdt(env, _extra_data):
    test.int_wdt_inner(env, 'panic')