Skip to content

Commit

Permalink
Removed compilance check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh Reddy committed Jul 30, 2024
1 parent fda164f commit 791c630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tsi_app/m85/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <zephyr/logging/log_ctrl.h>
#include <zephyr/logging/log_output.h>

#define PRINT_TSI_BOOT_BANNER() printk("***** !! WELCOME TO TSAVORITE SCALABLE INTELLIGENCE !! *****\n")
#define PRINT_TSI_BOOT_BANNER() printk("***!!WELCOME TO TSAVORITE SCALABLE INTELLIGENCe!!***\n")
#define LOG_MODULE_NAME tsi_m85_
LOG_MODULE_REGISTER(LOG_MODULE_NAME);

Expand Down
6 changes: 3 additions & 3 deletions tsi_app/m85/tsi_m85.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ sample:
common:
tags: introduction
integration_platforms:
- ek_tsi_skyp
- tsi_skyp_m85
harness: console
harness_config:
type: one_line
regex:
-***** !! WELCOME TO TSAVORITE SCALABLE INTELLIGENCE !! *****
- [00:00:00.010,000] <inf> tsi_m85: Test Platform: ek_tsi/skyp/m85
- [00:00:00.020,000] <wrn> tsi_m85: Testing on FPGA; Multi module init TBD
- [Time stamp] <inf> tsi_m85: Test Platform: ek_tsi/skyp/m85

Check warning on line 13 in tsi_app/m85/tsi_m85.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (None)

tsi_app/m85/tsi_m85.yaml:13 syntax error: mapping values are not allowed here (syntax)

Check warning on line 13 in tsi_app/m85/tsi_m85.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (None)

tsi_app/m85/tsi_m85.yaml:13 syntax error: mapping values are not allowed here (syntax)

Check warning on line 13 in tsi_app/m85/tsi_m85.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (None)

tsi_app/m85/tsi_m85.yaml:13 syntax error: mapping values are not allowed here (syntax)

Check warning on line 13 in tsi_app/m85/tsi_m85.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (None)

tsi_app/m85/tsi_m85.yaml:13 syntax error: mapping values are not allowed here (syntax)
- [Time stamp] <wrn> tsi_m85: Testing on FPGA; Multi module init TBD

This comment has been minimized.

Copy link
@atrivedi-tsavoritesi

atrivedi-tsavoritesi Jul 30, 2024

Collaborator

@dineshReddy6381 did we fix this warning as well ?

This comment has been minimized.

Copy link
@dineshReddy6381

dineshReddy6381 Jul 30, 2024

Collaborator

Yes, we added [Time stamp] in place of [00:00:00.020,000]

This comment has been minimized.

Copy link
@atrivedi-tsavoritesi

atrivedi-tsavoritesi Jul 30, 2024

Collaborator

Thanks for clarification, approving it.

tests:
sample.m85:
tags: apps

0 comments on commit 791c630

Please sign in to comment.