-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support reading and writing data larger than shared buffer to EEPROM (#…
…18) * another crack at progressive import/export * bump node * bump thingset node * code review fixes * extend test to also cover progressive read/write * move config to right place * fix testcase yaml --------- Co-authored-by: Gareth Potter <gareth.potter@brillpower.com>
- Loading branch information
1 parent
c0805aa
commit bd8d916
Showing
4 changed files
with
133 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
tests: | ||
thingset_sdk.storage_eeprom: | ||
thingset_sdk.storage_eeprom.default: | ||
integration_platforms: | ||
- native_posix_64 | ||
platform_exclude: | ||
# native sim with at24 emul EEPROM currently fails for unknown reasons | ||
- native_sim | ||
extra_args: EXTRA_CFLAGS=-Werror | ||
thingset_sdk.storage_eeprom.progressive: | ||
integration_platforms: | ||
- native_posix_64 | ||
platform_exclude: | ||
# native sim with at24 emul EEPROM currently fails for unknown reasons | ||
- native_sim | ||
extra_args: EXTRA_CFLAGS=-Werror | ||
extra_configs: | ||
- CONFIG_THINGSET_STORAGE_EEPROM_PROGRESSIVE_IMPORT_EXPORT=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters