mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Updating to newer version of Pico HSM SDK.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
691aa3308c
commit
7d906851dd
3 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ target_sources(pico_hsm PUBLIC
|
|||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/oid.c
|
||||
|
||||
)
|
||||
set(HSM_DRIVER "ccid")
|
||||
set(USB_ITF_CCID 1)
|
||||
include(pico-hsm-sdk/pico_hsm_sdk_import.cmake)
|
||||
|
||||
target_include_directories(pico_hsm PUBLIC
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit fa54da973caa6ca2f861cf59634d529af8bc5894
|
||||
Subproject commit e99757ed52132a55ca6b1711ccf503b2a2708e91
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
VERSION_MAJOR="3" #Version of Pico CCID Core
|
||||
VERSION_MINOR="4"
|
||||
VERSION_MAJOR="4" #Version of Pico CCID Core
|
||||
VERSION_MINOR="0"
|
||||
|
||||
echo "----------------------------"
|
||||
echo "VID/PID patcher for Pico HSM"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue