Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
Makefile.am | H A D | 03-May-2022 | 446 | 15 | 9 | |
README | H A D | 21-May-2020 | 297 | 4 | 3 | |
extract_head.h | H A D | 03-May-2022 | 4.2 KiB | 162 | 158 | |
firmware-tool.c | H A D | 03-May-2022 | 26.3 KiB | 1,107 | 941 | |
standards.c | H A D | 03-May-2022 | 3.5 KiB | 152 | 106 | |
standards.h | H A D | 03-May-2022 | 894 | 26 | 4 | |
tuner-xc2028-types.h | H A D | 03-May-2022 | 4.4 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