Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
f7afa8de
Commit
f7afa8de
authored
Dec 14, 2018
by
mathiasap
Committed by
Ken A. Redergård
Dec 14, 2018
Browse files
Changed connectivity filename for tests (#178)
parent
9faba69e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
f7afa8de
...
...
@@ -38,7 +38,7 @@ file(TO_NATIVE_PATH "${CONNECTIVITY_ROOT}/sd_api_v3/connectivity_${CONNECTIVITY_
file
(
TO_NATIVE_PATH
"
${
CONNECTIVITY_ROOT
}
/sd_api_v5/connectivity_
${
CONNECTIVITY_VERSION
}
_1m_with_s132_5.1.0.hex"
SD_API_V5_S132_HEX
)
file
(
TO_NATIVE_PATH
"
${
CONNECTIVITY_ROOT
}
/sd_api_v6/connectivity_
${
CONNECTIVITY_VERSION
}
_1m_with_s132_6.1.0.hex"
SD_API_V6_S132_HEX
)
file
(
TO_NATIVE_PATH
"
${
CONNECTIVITY_ROOT
}
/sd_api_v6/connectivity_
${
CONNECTIVITY_VERSION
}
_1m_with_s140_6.1.0.hex"
SD_API_V6_S140_HEX
)
file
(
TO_NATIVE_PATH
"
${
CONNECTIVITY_ROOT
}
/sd_api_v6/connectivity_
${
CONNECTIVITY_VERSION
}
_
1m
_with_s140_
usb_
6.1.0.hex"
SD_API_V6_S140_PCA10056_USB_HEX
)
file
(
TO_NATIVE_PATH
"
${
CONNECTIVITY_ROOT
}
/sd_api_v6/connectivity_
${
CONNECTIVITY_VERSION
}
_
usb
_with_s140_6.1.0.hex"
SD_API_V6_S140_PCA10056_USB_HEX
)
function
(
parse_device_id device_id parse_error segger_sn serial_port
)
set
(
INVALID_FORMAT_MESSAGE
"Device id
${
device_id
}
is in an invalid format, must be <SEGGER_SERIAL_NUMBER>:<SERIAL_PORT>"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment