Skip to content

tests: pull in upstream changes to fix pipeline #150

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

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions drivers/fuel_gauge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ module = FUEL_GAUGE
module-str = fuel_gauge
source "subsys/logging/Kconfig.template.log_config"

config FUEL_GAUGE_INIT_PRIORITY
int "Battery Fuel Gauge init priority"
default 90
help
Battery fuel gauge initialization priority.

source "drivers/fuel_gauge/sbs_gauge/Kconfig"
source "drivers/fuel_gauge/Kconfig.act81461"

Expand Down
15 changes: 0 additions & 15 deletions tests/bluetooth/bsim/README.txt

This file was deleted.

91 changes: 0 additions & 91 deletions tests/bluetooth/bsim/_compile_permutate_kconfigs.sh

This file was deleted.

22 changes: 0 additions & 22 deletions tests/bluetooth/bsim/audio/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions tests/bluetooth/bsim/audio/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions tests/bluetooth/bsim/audio/README.txt

This file was deleted.

25 changes: 0 additions & 25 deletions tests/bluetooth/bsim/audio/compile.sh

This file was deleted.

169 changes: 0 additions & 169 deletions tests/bluetooth/bsim/audio/prj.conf

This file was deleted.

Loading