Stop ignoring SD hex files and improve the error when its missing.

This commit is contained in:
Scott Shawcroft 2018-11-30 13:26:12 -08:00
parent df18d22a93
commit 6e15ab6385
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
4 changed files with 18295 additions and 1 deletions

View File

@ -2,6 +2,8 @@
#########################################################
bluetooth/s132_nrf52_2.0.1/
!bluetooth/*/*.hex
# Build files
#####################
build-*/

View File

@ -28,7 +28,7 @@ define STACK_MISSING_ERROR
###### ERROR: Bluetooth LE Stack not found ############
# #
# The build target requires a Bluetooth LE stack. #
# $(SOFTDEV_VERSION_LONG) Bluetooth LE stack not found. #
# $(SOFTDEV_HEX) not found. #
# #
# Please run the download script: #
# #

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff