Jimmy Huang

Results 41 comments of Jimmy Huang

@htuch thanks for the quick reply, yeah, it would be nice if someone can help fix this issue, we are not even sure what kind of performance this tool measures,...

this is not the fault of our code, I've asked the Zephyr BLE team before, and they said the underlying Zephyr bluetooth stack is creating a virtual mac address for...

@grgustaf yeah, the virtual addr ends with this "72:1b:1c:eb:04:33 (random)"

Ok, I think there's a design issue of the api, the promise when resolved only contains 1 resource, so it will never give you back more than 1 resource. The...

This requires API change so won't be fixed for 0.5 release.

This regression is caused by reverting the linux timers back to old way of doing timers, since the new timers used in Zephyr is more accurate but it doesn't build...

I was testing out this patch, it seems that Zephyr 1.14 has changes so many of its APIs that almost every module will fail to build and will need to...

It should work with Linux builds as long as iotivity-constrained can be built on Mac, this is the only reason that OCF is not enabled on Mac since upstream iotivity-constrained...

I don't think I can reproduce this with master, can you verify?

It might be a bug of miniom that it doesn't support these special characters, I don't see how we could've introduced this bug in our side.