Home
last modified time | relevance | path

Searched refs:LONGER_BINARY_TABLE (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/partition_table/test_gen_esp32part_host/
Dgen_esp32part_tests.py26 LONGER_BINARY_TABLE = b'' variable
29 LONGER_BINARY_TABLE += b'\xAA\x50\x00\x00' + \
36 LONGER_BINARY_TABLE += b'\xAA\x50\x01\x20' + \
43 LONGER_BINARY_TABLE += b'\xAA\x50\x10\x00' + \
49 LONGER_BINARY_TABLE += b'\xEB\xEB' + b'\xFF' * 14
50 LONGER_BINARY_TABLE += b'\xf9\xbd\x06\x1b\x45\x68\x6f\x86\x57\x1a\x2c\xd5\x2a\x1d\xa6\x5b'
52 LONGER_BINARY_TABLE += b'\xFF' * 32
274 t = gen_esp32part.PartitionTable.from_binary(LONGER_BINARY_TABLE)
288 self.assertEqual(round_trip, LONGER_BINARY_TABLE)
359 f.write(LONGER_BINARY_TABLE)
[all …]