Skip to content

Commit 6e15ab6

Browse files
committed
Stop ignoring SD hex files and improve the error when its missing.
1 parent df18d22 commit 6e15ab6

File tree

4 files changed

+18295
-1
lines changed

4 files changed

+18295
-1
lines changed

ports/nrf/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#########################################################
33
bluetooth/s132_nrf52_2.0.1/
44

5+
!bluetooth/*/*.hex
6+
57
# Build files
68
#####################
79
build-*/

ports/nrf/bluetooth/bluetooth_common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define STACK_MISSING_ERROR
2828
###### ERROR: Bluetooth LE Stack not found ############
2929
# #
3030
# The build target requires a Bluetooth LE stack. #
31-
# $(SOFTDEV_VERSION_LONG) Bluetooth LE stack not found. #
31+
# $(SOFTDEV_HEX) not found. #
3232
# #
3333
# Please run the download script: #
3434
# #

0 commit comments

Comments
 (0)