Results 39 comments of Stéphane D'Alu

JavaScript c'est pas trop mon truc, il vaut mieux que ca ne soit pas moi

Si il y a moyen d'activer des options de debug, je peux poster les traces

A noter que cela semble se produire la premiere fois que "linky" n'a pas été exécuté depuis un "certain temps" (moins de 30 min)

oops, didn't see it. How do you edit the wiki? I don't see an 'edit' button.

Sorry should have mentioned it, it is what I tried first, but it wasn't quite right as the handler (calling `getBounds`) was invoked before `_update` had a chance to run,...

Being able to retrieve the previous element of a double linked list (LIST_PREV) is the obvious missing macro from the current queue.h Other benefits: * *_SAFE variants, allowing removal of...

One thing which is nicely done in ChibiOS documentation, is to have the driver state machine of each hal interface. For exemple: http://chibios.sourceforge.net/docs3/hal/group___i2_c.html

Example of LU decomposition: https://en.wikipedia.org/wiki/LU_decomposition#C_code_example

It would be very nice to have it in a separate code/library so it could also be used in embedded system.