pic16bit/Makefile: Make the XC compiler version user-configurable.

pull/7181/head
Daniel Maslowski 2021-04-24 17:41:55 +02:00 zatwierdzone przez Damien George
rodzic c5cbfd545a
commit f452b9c265
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,8 @@ QSTR_DEFS = qstrdefsport.h
# include py core make definitions
include $(TOP)/py/py.mk
XC16 = /opt/microchip/xc16/v1.35
XCVERSION ?= 1.35
XC16 ?= /opt/microchip/xc16/v$(XCVERSION)
CROSS_COMPILE ?= $(XC16)/bin/xc16-
PARTFAMILY = dsPIC33F