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

Can't find the "Inspect Key success" string? #20

Open
stanely opened this issue Jun 15, 2017 · 1 comment
Open

Can't find the "Inspect Key success" string? #20

stanely opened this issue Jun 15, 2017 · 1 comment

Comments

@stanely
Copy link

stanely commented Jun 15, 2017

I do search all the source code for LiteOS but not able to find the string location.
Can someone share where is this line exactly so that I can confirm my porting is done, thanks.

Since this is a while loop without exit condition, so probably the log used to check porting successfully should be modified accordingly.

void LOS_Inspect_TskDeal(void)
{
    ......
     /* output a message on hyperterminal using printf function */
    dprintf("\r\nLos Key example: please press the UserKey key \r\n");
    while(1)
    {
        LOS_Inspect_KeyAndLed(USER_KEY,LOS_LED1);
    }
    ......
}
@lichao93
Copy link

Just the inspect result of kerner api can be auto counted,the result of device test such as:key、led 、uart and so on ,user can judge it according to the actual situation,so you can't find "Inspect Key success".

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

No branches or pull requests

2 participants