浏览代码

Document the firmware version extension

Clara Hobbs 6 年前
父节点
当前提交
1eb57e5b91
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      docs/console_config.md

+ 5
- 0
docs/console_config.md 查看文件

@@ -326,5 +326,10 @@ The device's firmware version number is given in the iSerial descriptor.  The
326 326
 version number follows [Semantic Versioning][].  The serial console
327 327
 configuration interface is the API that the version number describes.
328 328
 
329
+Starting with firmware version 1.2.0, the version number can also be read using
330
+the firmware version extension: an interface descriptor with class code `0xFF`,
331
+subclass code `0x46`, and protocol `0x57` points to a string descriptor with
332
+the firmware version.
333
+
329 334
 [pid.codes]: http://pid.codes/
330 335
 [Semantic Versioning]: http://semver.org/

正在加载...
取消
保存