The uirb/
directory contains project-specific data for the Universal Infrared Blaster (UIRB). This includes backups, archives, and other data formats, structured to support development and debugging.
This directory stores most of the project's binary, HEX, and JSON data files.
Used exclusively for EEPROM-related data. This is further divided into:
-
uirb/data/eeprom/backups
:- Stores backups created by the
backupeep
target. - Each subfolder is named using the format:
YYYYMMDD_HHMMSS
(as perbackup_eeprom.py
). - Inside each folder, a binary file (
eeprom.bin
) contains the EEPROM backup data.
- Stores backups created by the
-
uirb/data/eeprom/backup_archives
:- Contains compressed ZIP archives of EEPROM backups created by the
archiveeep
target.
- Contains compressed ZIP archives of EEPROM backups created by the
- This structure may change in the future as additional features are implemented.
- Make sure to review the
backup_eeprom.py
script for details on how backups are handled.
For additional details, refer to the main README file.