Skip to content

Commit

Permalink
Merge pull request #2 from voxelbotics/ive-112-port-gasgauge
Browse files Browse the repository at this point in the history
Port gasgauge.c module to Zephyr battery.c
  • Loading branch information
dmstarchenko authored Apr 3, 2024
2 parents c6d502d + 0eb43b6 commit b2bb1a2
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit b2bb1a2

Please sign in to comment.