@@ -436,7 +436,7 @@ ot_spi_device_bus_change_state(int line, const char *state, int stateval) "@%d:
436
436
ot_spi_device_chr_cs_assert(unsigned count, bool release, char rx, char tx, const char *st) "0x%x bytes, /cs: %u, rx: %csb, tx: %csb, mode:%s"
437
437
ot_spi_device_chr_error(const char *err) "%s"
438
438
ot_spi_device_flash_byte_unexpected(uint8_t rx) "unexpected byte 0x%02x after completed command"
439
- ot_spi_device_flash_change_state(int line, const char *state , int stateval ) "@%d: %s [%d]"
439
+ ot_spi_device_flash_change_state(int line, const char *prev , int preval, const char *next, int nextval ) "@%d: %s[%d] -> %s [%d]"
440
440
ot_spi_device_flash_cross_buffer(const char *msg, uint32_t addr) "%s 0x%08x"
441
441
ot_spi_device_flash_disabled_slot(uint8_t cmd, unsigned slot) "cmd 0x%02x matching disabled slot %u"
442
442
ot_spi_device_flash_exec(const char *cmd) "%s"
@@ -449,6 +449,7 @@ ot_spi_device_flash_push_address(uint32_t address) "0x%08x"
449
449
ot_spi_device_flash_set_read_addr(uint32_t addr) "0x%08x"
450
450
ot_spi_device_flash_read_status(unsigned slot, uint8_t status) "sr[%u] 0x%02x"
451
451
ot_spi_device_flash_read_threshold(uint32_t addr, uint32_t threshold) "0x%08x @ 0x%08x"
452
+ ot_spi_device_flash_unknown_command(uint8_t opcode) "0x%02x"
452
453
ot_spi_device_flash_upload(unsigned slot, uint32_t cmd_info, bool busy) "slot:%d info:0x%08x busy:%u"
453
454
ot_spi_device_gen_fifo_error(const char *msg) "%s"
454
455
ot_spi_device_gen_phase(const char *func, unsigned off, unsigned lim, bool phase) "%s off:0x%03x lim:0x%03x ph:%u"
0 commit comments