| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README | D | 04-Jul-2025 | 297 | 4 | 3 | |
| extract_head.h | D | 04-Jul-2025 | 4.2 KiB | 162 | 158 | |
| firmware-tool.c | D | 04-Jul-2025 | 26.3 KiB | 1,109 | 942 | |
| meson.build | D | 04-Jul-2025 | 313 | 12 | 10 | |
| standards.c | D | 04-Jul-2025 | 3.5 KiB | 152 | 106 | |
| standards.h | D | 04-Jul-2025 | 894 | 26 | 4 | |
| xc2028-types.h | D | 04-Jul-2025 | 4.3 KiB | 143 | 58 |
README
1Firmware dumps must be in ASCII format and each line corresponds to an I2C instruction sent to the chip. Each line 2must either be a special instruction like RESET_CLK, RESET_TUNER (see standards.c) or be a sequence of bytes 3represented in hexadecimal format xx separated by a space character ' '. 4