Skip to content

Commit

Permalink
Clarify the requirement and usage of pageSize (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
LienNguyen2910 authored Sep 23, 2022
1 parent 8a1f93e commit e3d9edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct OtaPalTestParam

void SetupOtaPalTestParam( OtaPalTestParam_t * pTestParam );
```
The pageSize parameter is expected to be multiples of flash page size. The tests will handle page size alignment and OTA PAL implementation is not expected to handle page alignment explicitly. This is to align with [OTA platform interface specification](https://github.com/aws/ota-for-aws-iot-embedded-sdk/blob/1cd22fbe9cca9046c54bacbb2279098eccae13c2/source/include/ota_platform_interface.h#L213).
## 5. Running OTA PAL Test
Expand Down

0 comments on commit e3d9edc

Please sign in to comment.