Skip to content

Commit d98e5c3

Browse files
committed
qtouch: Remove binding layer and unused header file
The qtouch configurator has changed the default output to not use the binding layer. Let's remove it to be more in sync with the configurator. No functionality is lost. All changes come from the new templates.
1 parent 0e56594 commit d98e5c3

File tree

7 files changed

+44
-589
lines changed

7 files changed

+44
-589
lines changed

external/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ if(CMAKE_CROSSCOMPILING)
154154
set_property(TARGET asf4-drivers PROPERTY INTERFACE_LINK_LIBRARIES "")
155155

156156
find_library(QTOUCHLIB_A qtm_acq_samd51_0x000f PATHS asf4-drivers/qtouch/lib/gcc NO_CMAKE_FIND_ROOT_PATH)
157-
find_library(QTOUCHLIB_B qtm_binding_layer_cm4_0x0005 PATHS asf4-drivers/qtouch/lib/gcc NO_CMAKE_FIND_ROOT_PATH)
158157
find_library(QTOUCHLIB_T qtm_touch_key_cm4_0x0002 PATHS asf4-drivers/qtouch/lib/gcc NO_CMAKE_FIND_ROOT_PATH)
159158

160159
add_library(cryptoauthlib

external/asf4-drivers/qtouch/include/qtm_binding_layer_0x0005_api.h

Lines changed: 0 additions & 226 deletions
This file was deleted.

external/asf4-drivers/qtouch/include/qtm_scroller_0x000b_api.h

Lines changed: 0 additions & 151 deletions
This file was deleted.

external/asf4-drivers/qtouch/include/touch_api_ptc.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ extern "C" {
3232

3333
#include "hal_timer.h"
3434

35-
#include "qtm_common_components_api.h"
36-
#include "qtm_binding_layer_0x0005_api.h"
3735
#include "qtm_acq_samd51_0x000f_api.h"
36+
#include "qtm_common_components_api.h"
3837
#include "qtm_touch_key_0x0002_api.h"
39-
#include "qtm_scroller_0x000b_api.h"
4038

4139
/*----------------------------------------------------------------------------
4240
* prototypes
-4.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)