Skip to content

Commit

Permalink
samples misc: Use hwmv2 native targets identifiers
Browse files Browse the repository at this point in the history
For the 64 bit targets, change identifiers to the new hwmv2 ones.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar authored and henrikbrixandersen committed Mar 15, 2024
1 parent af047e1 commit 05f1b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/basic/hash_map/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config TEST_LIB_HASH_MAP_MAX_ENTRIES

CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE

For native_posix_64, the number of entries can be configured
For native_sim, the number of entries can be configured
independently of the arena size since the native libc is used.

config TEST_LIB_HASH_MAP_DURATION_S
Expand Down
2 changes: 1 addition & 1 deletion samples/modules/nanopb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tests:
- nanopb
integration_platforms:
- native_sim
- native_sim_64
- native_sim/native/64

0 comments on commit 05f1b2c

Please sign in to comment.