Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port gasgauge.c module to Zephyr battery.c #2

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions boards/arm/thingy91_nrf9160/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@

if(CONFIG_BOARD_THINGY91_NRF9160 AND NOT DEFINED CONFIG_MCUBOOT)
zephyr_library()
zephyr_library_sources(adp5360_init.c)
endif()

if(CONFIG_BOARD_THINGY91_NRF9160_NS)
# If TF-M is used, the ADP5360 configuration must be done in non-secure
# as we can't instruct TF-M to run it.
if(CONFIG_BUILD_WITH_TFM)
zephyr_library()
zephyr_library_sources(adp5360_init.c)
endif()

# Use static partition layout to ensure the partition layout remains
Expand Down
Loading