diff options
| author | hathach <[email protected]> | 2019-05-02 14:30:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-02 14:30:49 +0700 |
| commit | f9d9eebfe1dbf462a69e7d3a967b2ad103ae2277 (patch) | |
| tree | 4f5850e95b0912f39f72dfc142ccf7076c164012 /tools | |
| parent | 45b856e03bbf7cb02540b9e57c775a619d3f07b3 (diff) | |
support hid generic inout #58
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_all.py b/tools/build_all.py index 8a945712e..4f1bc2636 100644 --- a/tools/build_all.py +++ b/tools/build_all.py @@ -4,7 +4,7 @@ import sys import subprocess import time -all_device_example = ["cdc_msc_hid", "msc_dual_lun"] +all_device_example = ["cdc_msc_hid", "msc_dual_lun", "hid_generic_inout"] all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "stm32f407g_disc1"] for example in all_device_example: |
