Dusan Cervenka
Dusan Cervenka
# Description Based on https://www.doxygen.nl/manual/commands.html i would expect that when "doxdocgen.generic.boolReturnsTrueFalse": true is set, then output will contains @retval true .. @retval false ... instead of @return true ... @return...
OS: Kubuntu 21.04 VSC:1.58.0 extension: 1.5.1 Hello, in my CMakeList i have this configuration: `set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -D__FILENAME__='\"$(notdir $(abspath $
I am suggesting to extend rpmsg_lite_wait_for_link_up with one parameter uint32_t timeoutMs and return value -> true/false So user can insert max time to wait in ms and return true/false based...
What is wrong here @MichalPrincNXP? Comment or macro definition, or it is ok? https://github.com/NXPmicro/rpmsg-lite/blob/c6b11f8ea44b049a11a35d8e08590d4532da1778/lib/include/platform/imx7ulp_m4/rpmsg_platform.h#L29 https://github.com/NXPmicro/rpmsg-lite/blob/c6b11f8ea44b049a11a35d8e08590d4532da1778/lib/include/platform/imx7ulp_m4/rpmsg_platform.h#L30
Hi @MichalPrincNXP, from what i see in code i would say that env_init_counter
env_create_mutex for freertos has semaphore implementation: https://www.geeksforgeeks.org/mutex-vs-semaphore/ This can consufe users during new ports or debugging.
Null termination removed. #10
stdint.h
Hi, Thanks for this project. Looks good for our purpose. Would be great to support types from stdint.h like uint8_t, int8_t, ... by default without adding them manually, or support...
Now: a = cparse.myEnum.e() will assign value of e into a. reference #14
e.g.: a = cparse.myEnum.e willl assign myEnum.e string into a.