ks156
ks156
I've made several tests with a cortex M0, and this lib seems not compatible with these kind of CPU. I'm experiencing tons of problems, especially with this part : https://github.com/cabo/cn-cbor/blob/master/src/cn-cbor.c#L138-L140...
Hello, Thank you for this branch. I'll try your branch once I'd find time and let you know if it works.
Indeed, M3 supports address alignment, which is not the case of M0. If what you've done works as expected, I suggest to fix this code, which will increase the portability...
Ok, I've found time to test, and it works like a charm. There's also an include of _arpa/inet.h_ in cn-encoder.c, line 11 (https://github.com/cabo/cn-cbor/blob/unaligned/src/cn-encoder.c#L11) that should also be surrounded by _#ifdef...
:+1: This would really be a nice feature. I personally prefer the horizontal panels
@edy555 thank you for this complete answer. I was expecting (dreaming, maybe) that the lower frequency could be reduced easily. But it seems that it is more difficult than just...
By the way, just saw now issue #12, which is probably related to this one
Ok, I can implement these changes. I'm a bit worried about the database migration, especially on existing databases. I'll check that during the implementation
Hi @mpkasp. As you maybe have noticed, I didn't have time so far to implement this. I'll maybe have a little more time in the next few days. As I...
Hi @mpkasp. As you may see, I'm still very busy and time is still hard to find to implement changes on django-bom. Anyway, after having used it a lot over...