diff options
| author | hathach <[email protected]> | 2023-08-09 18:46:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-09 18:46:23 +0700 |
| commit | 1268d1a0937a1a7c9d7b20b17581a82f233d066d (patch) | |
| tree | 7a9cafa3922ca14da8c5804228a23b393c12dd85 /examples | |
| parent | 1abfa9ac75195b09bfc7d3bcd794acc0dceb435f (diff) | |
update hil test and json (remove troublesome lpc54608), run hil test on ci with IAR build
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt index f590fff3f..0a2e49ef0 100644 --- a/examples/device/CMakeLists.txt +++ b/examples/device/CMakeLists.txt @@ -17,6 +17,7 @@ family_add_subdirectory(cdc_uac2) family_add_subdirectory(dfu) family_add_subdirectory(dfu_runtime) family_add_subdirectory(dynamic_configuration) +family_add_subdirectory(hid_boot_interface) family_add_subdirectory(hid_composite) family_add_subdirectory(hid_composite_freertos) family_add_subdirectory(hid_generic_inout) |
