Skip to content
Snippets Groups Projects
  1. Jul 28, 2022
  2. Jul 12, 2022
    • Adam Wujek's avatar
      common/i2c: fix variable size block writes · 5fd1cff2
      Adam Wujek authored
      
      The line:
      *cmds->cmds[cmd_index].data_len = tx_tmp;
      triggered the write to memory, which is declared as read-only (const).
      Such writes trigger the memory exception.
      
      To make the code simpler and avoid problematic write,
      support only writes that has a size of a register.
      
      The fix was tested for PEC.
      
      Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
      5fd1cff2
  3. Jun 30, 2022
  4. Jun 28, 2022
  5. Jun 27, 2022
  6. Jun 03, 2022
  7. May 31, 2022
  8. May 23, 2022
  9. May 03, 2022
  10. Apr 15, 2022