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

This commit is contained in:
Daniel Maslowski 2021-04-24 17:41:55 +02:00 committed by Damien George
parent c5cbfd545a
commit f452b9c265
1 changed files with 2 additions and 1 deletions

View File

@ -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