tobermory
tobermory
I would very much like to add fuse's ioctl callback to fuse4j, but am not sure how to proceed. I see that some C files are autogenerated from Java class...
Line 740, in javafs_setxattr, 3 local variables are defined twice, in different scopes. Result is that the cleanup logic will never be run, thus leaking memory. I think this has...
I have a simple application that uses RTX5, an RTOS complying with the RTOS-2 api: https://www.keil.com/pack/doc/CMSIS/RTOS2/html/ I am compiling my app against the 5.6.0 tag of the CMSIS_5 code, which...
I am a total newbie to renode. I have a .bin file built for a SiliconLabs efm32gg MCU. There is a close match with ` efm32gg942.repl ` I built such...
The explanation of the RTOS2 api call osKernelGetTickCount(), at https://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html#ga84bcdbf2fb76b10c8df4e439f0c7e11b includes a discussion on how to adapt the 32-bit counter, which may rollover, into a 64-bit one which likely will...
I am aware that RTX4 code is several years old and no longer supported. I do wonder if any code author could comment on rt_HAL_CM.h's undef of the __USE_EXCLUSIVE_ACCESS macro...