Skip to content

Commit

Permalink
samples: reduce power consumption
Browse files Browse the repository at this point in the history
[KRKNWK-16882]

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Nov 8, 2024
1 parent 46b4ea3 commit e50e2b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,18 @@ sid_semtech: &spi30 {
&i2c20 {
status = "disabled";
};
&spi00 {
status = "disabled";
};
&spi20 {
status = "disabled";
};
&spi22 {
status = "disabled";
};
&mx25r64 {
status = "disabled";
};

// TODO: re-enable HWFC once it's fixed
&uart20 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,18 @@ sid_semtech: &spi30 {
&i2c20 {
status = "disabled";
};
&spi00 {
status = "disabled";
};
&spi20 {
status = "disabled";
};
&spi22 {
status = "disabled";
};
&mx25r64 {
status = "disabled";
};

// TODO: re-enable HWFC once it's fixed
&uart20 {
Expand Down
1 change: 1 addition & 0 deletions samples/sid_end_device/prj_release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CONFIG_ASSERT_VERBOSE=n
CONFIG_ASSERT_NO_FILE_INFO=y
CONFIG_PRINTK_SYNC=n
CONFIG_THREAD_NAME=n
CONFIG_ASSERT=n

# Power Management
CONFIG_PM_DEVICE=y

0 comments on commit e50e2b7

Please sign in to comment.