• Array initialization inside struct
    Hello, I try compile this code (.c) with --c99 option struct sx { char c; char a[]; }; static struct sx xx = { 1, {[5] = 0} }; and have error error: #146: too many initializer values How...
  • Array initialization inside struct
    Hello, I try compile this code (.c) with --c99 option struct sx { char c; char a[]; }; static struct sx xx = { 1, {[5] = 0} }; and have error error: #146: too many initializer values How...
  • Cortex, events inside a interrupt
    Good day, IÂ'm starting a project with Cortex M3 (STM32F103R more exactly) using the RTX. IÂ'm having troubles when I set some event ("os_evt_set" or "os_mbx_send") inside a interrupt. Every time...
  • Cortex, events inside a interrupt
    Good day, IÂ'm starting a project with Cortex M3 (STM32F103R more exactly) using the RTX. IÂ'm having troubles when I set some event ("os_evt_set" or "os_mbx_send") inside a interrupt. Every time...
  • Vulkan shader problem on Mali Gpu: Accessing array elements inside an Uniform buffer returns all-zero values
    One of my game engine demo (Android) app runs well on devices with Adreno and PowerVR Gpus. However, when I test it on devices with Mali Gpus, I can not get any lighting effect on 3D objects, See the...