nuttx/drivers/usbhost
yinshengkai 85f727f232 tools: replace INCDIR to Makefile variable
In the past, header file paths were generated by the incdir command
Now they are generated by concatenating environment variables

In this way, when executing makefile, no shell command will be executed,
it will improve the speed of executing makfile
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2022-11-03 19:59:55 +08:00
..
hid_parser.c Remove the unnecessary inclusion of assert.h and string.h from public header files 2021-12-20 10:30:08 +01:00
Kconfig Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE 2022-05-28 18:41:51 +03:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
usbhost_cdcacm.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbhost_cdcmbim.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbhost_composite.c Correct more improper use of malloc(), zalloc(), and free() 2020-08-04 20:41:43 +01:00
usbhost_composite.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
usbhost_devaddr.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbhost_enumerate.c drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
usbhost_findclass.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
usbhost_ft232r.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbhost_hidkbd.c Fix Error: usbhost/usbhost_storage.c:1471:24: error: unused function 'usbhost_getle32' 2022-10-30 16:03:35 +01:00
usbhost_hidmouse.c Fix usbhost/usbhost_hidmouse.c:1693:13: error: unused function 'usbhost_putle16' 2022-11-01 17:12:42 +01:00
usbhost_hub.c Fix usbhost/usbhost_hub.c:1339:3: error: 'free' called on pointer 'alloc' with nonzero offset 12 [-Werror=free-nonheap-object] 2022-10-23 22:44:35 +02:00
usbhost_max3421e.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
usbhost_registerclass.c drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
usbhost_registry.c drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
usbhost_registry.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
usbhost_skeleton.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbhost_storage.c Fix Error: usbhost/usbhost_storage.c:1471:24: error: unused function 'usbhost_getle32' [-Werror,-Wunused-function] 2022-10-31 06:30:26 +01:00
usbhost_trace.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
usbhost_xboxcontroller.c Fix Error: usbhost/usbhost_storage.c:1471:24: error: unused function 'usbhost_getle32' 2022-10-30 16:03:35 +01:00