Stefan Petersen

Results 4 issues of Stefan Petersen

No issue really, just want to reference this to you. Sorry for the inconvenience, but I found this the only way to get hold of you. Saw your text on...

Hello! I am currently building an application that runs under an RTOS (actually scmRTOS). I have defined the macros SPIFFS_LOCK and SPIFFS_UNLOCK to use OS mutexes to handle reading and...

**Describe the bug** Multiple return types (typically bool) should use `@retval`, not `@return`. **Code example** ```Cpp /** * @brief * * @return true * @return false */ bool some_function(void); ```...

bug

I have extracted the atomevents updates to a separate branch, else there was other non-relevant stuff. Hence the slightly odd branch name. What an event is is hopefully documented using...