Yakun Xu

Results 35 comments of Yakun Xu

* Yes, the internal CLI buffer is for formatting the output, and it's possible the underlying uart buffer is not full. But we have to format the output first before...

these two macros seems to be private. And ftd and mtd generates different link libraries, so the app build files have to specify linking to ftd or mtd, and then...

Agree with @zhanglongxia and @abtink . Also I hope there are two styles logging API `otLogInfo()` and `otLogInfoV()` like `syslog()` and `vsyslog()`.

@abtink @jwhui Thoughts?

Currently, I'm considering a simple linear way. For example, users may request try at most 5 times with a fixed interval 5s. Possible API: ```cpp void Joiner::SetRetry(uint32_t aInterval, uint8_t aTimes);...

@simonlingoogle chip vendors releases Thread prebuilt firmwares, which is often directly used by product vendors. I don't think fixed parameters can fit in different product's use cases.

I think the main desire is not to wrap the NAME argument. However, the concept doesn't exist in the current model. And I only want to apply the style to...

@cheshirekow would you mind adding this feature first? We can enhance it to a feature that can be applied to any tree node later. I hope to deploy cmake-format in...