Browse Source

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

pull/7181/head
Daniel Maslowski 4 years ago
committed by Damien George
parent
commit
f452b9c265
  1. 3
      ports/pic16bit/Makefile

3
ports/pic16bit/Makefile

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

Loading…
Cancel
Save