forked from PAWPAW-Mirror/lib_xua
Update to version 2.0.0
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
lib_xua Change Log
|
lib_xua Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
2.0.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
* CHANGED: HID event ID from list to bit and byte location in HID Report
|
||||||
|
* CHANGED: Interface to UserHIDRecordEvent()
|
||||||
|
|
||||||
1.3.0
|
1.3.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 1.3.0
|
VERSION = 2.0.0
|
||||||
|
|
||||||
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
|
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
|
||||||
lib_xassert(>=4.0.0) \
|
lib_xassert(>=4.0.0) \
|
||||||
|
|||||||
@@ -67,10 +67,10 @@ foreach( testsourcefile ${APP_SOURCES} )
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/../../../Unity/src"
|
"${CMAKE_CURRENT_SOURCE_DIR}/../../../Unity/src"
|
||||||
)
|
)
|
||||||
set(APP_DEPENDENT_MODULES
|
set(APP_DEPENDENT_MODULES
|
||||||
"lib_xua(>=1.3.0)"
|
"lib_xua(>=2.0.0)"
|
||||||
"lib_logging(>=3.0.0)"
|
"lib_logging(>=3.0.0)"
|
||||||
"lib_xassert(>=4.0.0)"
|
"lib_xassert(>=4.0.0)"
|
||||||
"lib_xud(>=1.0.0)"
|
"lib_xud(>=2.0.0)"
|
||||||
"lib_spdif(>=4.0.0)"
|
"lib_spdif(>=4.0.0)"
|
||||||
"lib_mic_array(>=4.0.0)"
|
"lib_mic_array(>=4.0.0)"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user