Peter Maxwell Warasila
Peter Maxwell Warasila
Since @ycsin brought up MISRA compliance, the ublox-sara-r4 file could probably use a once over by someone who has better ingested the new(ish) coding guidelines published in the docs. I'll...
> > Since @ycsin brought up MISRA compliance, the ublox-sara-r4 file could probably use a once over by someone who has better ingested the new(ish) coding guidelines published in the...
> > > > Since @ycsin brought up MISRA compliance, the ublox-sara-r4 file could probably use a once over by someone who has better ingested the new(ish) coding guidelines published...
I have not had time to diagnose the issue, but the sara driver is at least partially broken with the current state of this PR. I tested with the fixes...
Hi folks, It's been a year since this issue was last touched and I am finding myself in a situation where I'm strongly considering using ubxlib over the community sara-r4...
Additionally, the usage in `stm32u5xx_hal_flash.h` in the definition of `IS_FLASH_PAGE()` would need to be updated from `FLASH_PAGE_NB` to `FLASH_PAGE_NB_PER_BANK`.
I also have the same issue and it's extremely annoying. Normally this sort of behavior would be something that I would manipulate in the configuration files for other tiling window...
+1 Right now, there is no good way to sort or search through the releases in GOGS, and since any tag goes in there and the sort is pretty much...
From #8: "If precision is provides, then string doesnt need to have null termination, so strlen must be fixed too" I'm not sure what you mean in the null termination...
This could be similar in behavior to `lwsprintf`: ``` C size_t len = strnlen(b, p->m.flags.precision ? p->m.precision : SIZE_MAX); ``` This also removes the necessity of the two nested if...