Searched refs:g (Results 1 – 6 of 6) sorted by relevance
/USBX-v6.2.1/cmake/ |
D | arm-none-eabi.cmake | 3 set(CMAKE_CXX_COMPILER arm-none-eabi-g++) 23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags") 24 SET(CMAKE_CXX_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "cxx debug compiler flags") 25 SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags")
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_utility.h | 220 #define _ux_system_event_flags_create(g,name) (UX_SUCCESS) argument 222 #define _ux_system_event_flags_delete(g) do{}while(0) argument 223 #define _ux_system_event_flags_get(g,req,gopt,actual,wopt) (*actual = 0) argument 224 #define _ux_system_event_flags_set(g,flags,option) do{(void)flags;}while(0) argument 225 #define _ux_system_event_flags_set_rc(g,flags,option) (UX_SUCCESS) argument 266 #define _ux_device_event_flags_create(g,name) do{}while(0) argument 267 #define _ux_device_event_flags_delete(g) do{}while(0) argument 268 #define _ux_device_event_flags_get(g,req,gopt,actual,wopt) do{}while(0) argument 269 #define _ux_device_event_flags_set(g,flags,option) do{}while(0) argument 319 #define _ux_host_event_flags_create(g,name) (UX_SUCCESS) argument [all …]
|
D | ux_api.h | 471 …INE_INSERT(i,a,b,c,d,f,g,h) _ux_trace_event_insert((ULONG) i, (ULONG) a, (ULONG) b, (UL… argument 869 #define UX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f,g,h) argument
|
/USBX-v6.2.1/scripts/ |
D | install.sh | 9 g++ \
|
/USBX-v6.2.1/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
|
/USBX-v6.2.1/ |
D | README.md | 34 …or GA) will be tagged to mark the commit and push it into the Github releases tab, e.g. `v6.2-rel`.
|