mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Improve comments
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
TOOLCHAIN ?= arm-gcc-m7f
|
TOOLCHAIN ?= arm-gcc-m7f
|
||||||
ION_KEYBOARD_LAYOUT = layout_B3
|
ION_KEYBOARD_LAYOUT = layout_B3
|
||||||
PCB_LATEST = 343
|
PCB_LATEST = 343 # PCB version 3.43
|
||||||
|
|||||||
@@ -33,8 +33,10 @@ $(BUILD_DIR)/test.external_flash.write.$(EXE): $(BUILD_DIR)/quiz/src/test_ion_ex
|
|||||||
binpack:
|
binpack:
|
||||||
ifndef USE_IN_FACTORY
|
ifndef USE_IN_FACTORY
|
||||||
@echo "CAUTION: You are building a binpack."
|
@echo "CAUTION: You are building a binpack."
|
||||||
@echo "You must specify where this binpack will be used"
|
@echo "You must specify where this binpack will be used."
|
||||||
@echo "Please set the USE_IN_FACTORY environment variable to either 0 or 1 to proceed."
|
@echo "Please set the USE_IN_FACTORY environment variable to either:"
|
||||||
|
@echo " - 0 for use in diagnostic"
|
||||||
|
@echo " - 1 for use in production"
|
||||||
@exit -1
|
@exit -1
|
||||||
endif
|
endif
|
||||||
rm -rf output/binpack
|
rm -rf output/binpack
|
||||||
|
|||||||
Reference in New Issue
Block a user