Skip to content

Commit

Permalink
locked version to Golioth v0.2.0 and fixed settings service implement…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ChrisGammell committed Aug 19, 2022
1 parent f44a58c commit 9638c84
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions prj.conf
Original file line number Diff line number Diff line change
@@ -74,19 +74,22 @@ CONFIG_I2C=y
CONFIG_SHELL=y
CONFIG_I2C_SHELL=y

CONFIG_ADC=yg
CONFIG_ADC=y
CONFIG_ADC_SHELL=y

# Settings shell

CONFIG_SETTINGS=y
CONFIG_SETTINGS_RUNTIME=y
CONFIG_GOLIOTH_SAMPLE_SETTINGS_AUTOLOAD=y
CONFIG_GOLIOTH_SAMPLE_SETTINGS_SHELL=y
CONFIG_GOLIOTH_SAMPLES_COMMON=y
CONFIG_GOLIOTH_SYSTEM_SETTINGS=y
CONFIG_GOLIOTH_SAMPLE_SETTINGS_SHELL=y

CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048


2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ manifest:
# Golioth repository.
- name: golioth
path: deps/modules/lib/golioth
revision: main
revision: v0.2.0
url: https://github.com/golioth/zephyr-sdk.git

# QCBOR

0 comments on commit 9638c84

Please sign in to comment.