Skip to content

Commit

Permalink
scripts: twister: alt: accel_polling: reduce spi logs
Browse files Browse the repository at this point in the history
Keep only sensor logs to prevent messages dropped.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Dec 10, 2024
1 parent 7f13c73 commit b957011
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tests:
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
- CONFIG_SPI_LOG_LEVEL_DBG=y
platform_allow: nrf54h20dk/nrf54h20/cpuapp

sample.sensor.accel_polling.nrf54h_cpuppr:
Expand Down Expand Up @@ -49,7 +48,6 @@ tests:
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
- CONFIG_SPI_LOG_LEVEL_DBG=y
platform_allow: nrf54h20dk/nrf54h20/cpuapp

sample.sensor.accel_polling.nrf54l:
Expand All @@ -65,7 +63,6 @@ tests:
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
- CONFIG_SPI_LOG_LEVEL_DBG=y
platform_allow: nrf54l15dk/nrf54l15/cpuapp

sample.sensor.accel_polling.nrf54l_coverage:
Expand All @@ -81,7 +78,6 @@ tests:
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
- CONFIG_SPI_LOG_LEVEL_DBG=y
platform_allow: nrf54l15dk/nrf54l15/cpuapp

sample.sensor.accel_polling.nrf54l15_cpuflpr:
Expand All @@ -99,5 +95,4 @@ tests:
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
- CONFIG_SPI_LOG_LEVEL_DBG=y
platform_allow: nrf54l15dk/nrf54l15/cpuflpr

0 comments on commit b957011

Please sign in to comment.