Search found 7 matches

by mathildawyx
Wed Sep 15, 2021 1:27 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

well, printf calls vs_printf_r,but the vs_printf_r is the exactly same as in the original newlib...? as far as i know, there is no lock in the original lock~
by mathildawyx
Sun Sep 12, 2021 6:49 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

I check the source code you provide, it seems no protect in printf when it comes to 2 cores printing at the same time? Am I missing something? Thanks
by mathildawyx
Tue Sep 07, 2021 11:45 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

thank you for your answer by the way
by mathildawyx
Tue Sep 07, 2021 11:44 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

sorry i'm feeling a little confused.. there should be means there is or there isnot..
by mathildawyx
Mon Sep 06, 2021 3:26 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

I‘m sorry it's a little hard for me..
Is there any protection to prevent two core printting log at the same time to prevent disorder log,or do you suggest to use ESP_LOGI/ESP_LOGW...? Thanks
by mathildawyx
Mon Sep 06, 2021 12:14 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

Re: is printf from newlib?

Thanks!
by mathildawyx
Thu Sep 02, 2021 9:01 am
Forum: General Discussion
Topic: is printf from newlib?
Replies: 10
Views: 5655

is printf from newlib?

Is it from the newlib, because I can't find the detailed function body?
I'v search the code and forum but have not get the conclusion.
sorry I don't know much about newlib, i'm learning :)