Skip to content

Commit e3d9edc

Browse files
Clarify the requirement and usage of pageSize (#48)
1 parent 8a1f93e commit e3d9edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ota/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef struct OtaPalTestParam
6969

7070
void SetupOtaPalTestParam( OtaPalTestParam_t * pTestParam );
7171
```
72-
72+
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).
7373
7474
## 5. Running OTA PAL Test
7575

0 commit comments

Comments
 (0)