haoyue

Results 5 comments of haoyue

我也发现这个问题了,现在是在SFUD wait_busy()函数中区分延时时间,如果擦除的数量多,就使用os的delay,如果数量少就用100us delay,这样就可以喂狗了,喂狗是其他进程来操作的。

想问下easylog和tsdb怎么对接呢?给个思路吧,朱总。

增加tsdb中的fdb_tsl_append API,明白了,我是看到EasyLogger flash中有elog_flash_set_filter(uint8_t level,const char *tag,const char *keyword);这个api,没想明白怎么实现,看了源码,这个api还没实现,其他的查找功能就用tsdb 的API来查很方便了。

> 我把fdb_tsl_iter_by_time函数中: > > ``` > /* search the first start TSL address */ > tsl.addr.index = search_start_tsl_addr(db, start, end, from, to); > /* search all TSL */ > ```...

> > > 我把fdb_tsl_iter_by_time函数中: > > > ``` > > > /* search the first start TSL address */ > > > tsl.addr.index = search_start_tsl_addr(db, start, end, from, to); >...