J.IMBERT
Results
3
comments of
J.IMBERT
Without any command and a buffer of only 10, I increase the .text of only 11632 bytes and .data of 368 on an stm32l496 (cortex m4) So it's really small...
`if(arr_idx >= (MAXROW * MAXCOL))` is used to test the out of range of arr_idx. As the last index is at MAXROW * MAXCOL - 1, the next not allowed...
To bypass this issue you can overwrite this function with your own.