QNAP_MCU_EEPROM_BLOCK_SIZE
size_t to_read = (bytes > QNAP_MCU_EEPROM_BLOCK_SIZE) ?
QNAP_MCU_EEPROM_BLOCK_SIZE : bytes;