1. 29 Jul, 2022 2 commits
  2. 28 Jul, 2022 14 commits
  3. 12 Jul, 2022 1 commit
    • 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: 's avatarAdam Wujek <dev_public@wujek.eu>
      5fd1cff2
  4. 30 Jun, 2022 6 commits
  5. 28 Jun, 2022 3 commits
  6. 27 Jun, 2022 2 commits
  7. 03 Jun, 2022 2 commits
  8. 31 May, 2022 1 commit
  9. 23 May, 2022 9 commits