mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
This includes a rev_compat field, which we can use to identify the last hardware revision this hardware is compatible with. Example: Say the current hardware revision is 7, but it is compatible with version 5, then we store 7 as the current rev, and 5 as the rev_compat. Software can now check the rev_compat rather than the current rev for compatibility. This makes MPM more future-proof against minor, compatible hardware changes. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| db-dump.c | ||
| db-id.c | ||
| db-init.c | ||
| eeprom-blank.c | ||
| eeprom-dump.c | ||
| eeprom-id.c | ||
| eeprom-init.c | ||
| eeprom-set-flags.c | ||
| eeprom.c | ||
| eeprom.h | ||
| fan-limits.c | ||
| mpm_debug.py | ||
| mpm_shell.py | ||