Skip to content
Snippets Groups Projects
  1. May 23, 2022
  2. May 03, 2022
    • Adam Wujek's avatar
      5ee2250b
    • Adam Wujek's avatar
      i2c: move all commands from extended pmbus to regular · acb10e6d
      Adam Wujek authored
      
      According to PMBUS v1.3.1 part II specification the used prefix 0xff for extended
      commands is reserved for future use:
      "The PMBUS_COMMAND_EXT is reserved for future use to extend the PMBus command set
      beyond the available 256 command codes."
      
      As an alternative the standard points the MFR_SPECIFIC_COMMAND_EXT to be available
      with 0xFE as the first byte of a command.
      The same standard also points that standard commands from 0xc4 can be defined
      by a manufacturer. To be compliant with the standard and to simplify the design
      I have decided to move all used extended command to the standard range.
      Be aware that this brings some non-backward compatible changes.
      
      Changes include:
      - main FW
      - bootloader
      - test_master
      - documentation
      
      Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
      acb10e6d
  3. Apr 15, 2022
  4. Feb 15, 2022
  5. Jan 11, 2022
  6. Dec 21, 2021
  7. Dec 15, 2021
  8. Dec 08, 2021
  9. Dec 03, 2021
  10. Nov 02, 2021
  11. Oct 25, 2021
  12. Oct 22, 2021
  13. Oct 20, 2021
  14. Oct 14, 2021
  15. Oct 13, 2021
  16. Oct 12, 2021
  17. Oct 08, 2021