Skip to content
代码片段 群组 项目
  • tehampson's avatar
    d6b31c41
    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
    历史
    Modify helper endpoint config 4byte default (#501)
    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.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。