Skip to content
Snippets Groups Projects
  1. May 10, 2024
    • Alén Arias Vázquez's avatar
      add software filter for RPM · a90ab7ad
      Alén Arias Vázquez authored
      - define maximum value for RPM to 5000 (3600 is the maximin the fan can reach)
      - monimod sends previous RPM value if the new value is > 5000 RPMs
      - if reads more that 25 times a wrong value, sends a dead word (0x3A00, equivalent to 65536 RPMs)
      
      Resolves: #13
      a90ab7ad
  2. Sep 15, 2022
  3. Sep 12, 2022
  4. Sep 06, 2022
  5. Aug 19, 2022
  6. Aug 18, 2022
  7. Aug 16, 2022
  8. Jul 28, 2022
  9. 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
  10. Jun 30, 2022
  11. Jun 28, 2022