Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 5月 16, 2022
    • tehampson's avatar
      Modify helper endpoint config 4byte default (#501) · d6b31c41
      tehampson 创作于
      Allow for size of default value size to be configurable
      
      defaultValue in the EmberAfDefaultOrMinMaxAttributeValue is uint16_t. For targets that have 32-bit addresses, there is wasted space in the union. We can let defaultValue be uint32_t and save on rodata region, by fitting the default value in the meta data structure itself. This allows use to specify the size of default value, if size option is not provided we default to legacy 2 bytes.
      d6b31c41
  2. 5月 14, 2022
  3. 5月 13, 2022
  4. 5月 12, 2022
  5. 5月 11, 2022
加载中