samples: sensor: Disable uart console when rtt console is enabled

Configures the accelerometer polling and trigger samples to disable the
uart console when the rtt console is enabled. Having both consoles
enabled simultaneously doesn't currently work on the apard32690 platform
and it's redundant anyway.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm 2025-05-12 17:18:24 -05:00 committed by Benjamin Cabé
commit 6fd0363f46
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,8 @@ tests:
- SHIELD=pmod_acl
- EXTRA_CONF_FILE=adxl345-stream.conf
- SNIPPET=rtt-tracing;rtt-console
extra_configs:
- CONFIG_UART_CONSOLE=n
platform_allow:
- apard32690/max32690/m4
sample.sensor.accel_polling.adxl362-stream:
@ -39,6 +41,8 @@ tests:
- SHIELD=eval_adxl362_ardz
- EXTRA_CONF_FILE=adxl362-stream.conf
- SNIPPET=rtt-tracing;rtt-console
extra_configs:
- CONFIG_UART_CONSOLE=n
platform_allow:
- apard32690/max32690/m4
sample.sensor.accel_polling.adxl367-stream:

View file

@ -28,6 +28,8 @@ tests:
- SHIELD=pmod_acl
- EXTRA_CONF_FILE=adxl345-trigger.conf
- SNIPPET=rtt-tracing;rtt-console
extra_configs:
- CONFIG_UART_CONSOLE=n
platform_allow:
- apard32690/max32690/m4
sample.sensor.accel_trig.adxl362-trigger:
@ -35,6 +37,8 @@ tests:
- SHIELD=eval_adxl362_ardz
- EXTRA_CONF_FILE=adxl362-trigger.conf
- SNIPPET=rtt-tracing;rtt-console
extra_configs:
- CONFIG_UART_CONSOLE=n
platform_allow:
- apard32690/max32690/m4
sample.sensor.accel_trig.shield-tap: