Skip to content

Commit

Permalink
overlay-memfault.conf: Disable POSIX file system
Browse files Browse the repository at this point in the history
Disable POSIX file system. Memfault depends on POSIX, but not the
file system. Without this change we get an error.

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Oct 28, 2024
1 parent 35eb82d commit 59624b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/overlay-memfault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ CONFIG_MEMFAULT_HEAP_STATS=y
CONFIG_MEMFAULT_NCS_LOCATION_METRICS=y
CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE=1560
CONFIG_MEMFAULT_COREDUMP_FULL_THREAD_STACKS=y

# Memfault depends on POSIX, disable unneeded POSIX features
CONFIG_POSIX_FILE_SYSTEM=n

0 comments on commit 59624b1

Please sign in to comment.