Skip to content
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

@FIR-43: Added Zephyr logging and TSI application #3

Closed
wants to merge 4 commits into from
Closed

Conversation

mmankal
Copy link
Collaborator

@mmankal mmankal commented Jul 26, 2024

Added first Zephyr logging and TSI application start point. The prj.conf of this application includes shell capability as well which will be enabled subsequently.

@mmankal mmankal closed this Jul 26, 2024
@mmankal mmankal reopened this Jul 26, 2024
tsi_app/m85/overlay_deferred.conf Show resolved Hide resolved
tsi_app/m85/overlay_deferred.conf Outdated Show resolved Hide resolved
tsi_app/m85/overlay_immediate.conf Outdated Show resolved Hide resolved
@@ -0,0 +1,18 @@
CONFIG_LOG=y
CONFIG_CONSOLE=y
CONFIG_LOG_PRINTK=y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this ?

@@ -0,0 +1,4 @@
CONFIG_SHELL=y
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this change ?

common:
tags: introduction
integration_platforms:
- ek_tsi_skyp
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can check if we need to rename this file ? As sample.yml is not clear what it is intended for.

#include <zephyr/logging/log_output.h>

#define DATA_MAX_DLEN 8
#define LOG_MODULE_NAME m85
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be TSI_M85 to clearly identify M85

{

/* TSI banner */
printf("!! ------------------------------------------ !! \n");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define this as strings ? Is this a standard practice for the for a boot banner.

Copy link
Collaborator

@akapoor3518 akapoor3518 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants