aboutsummaryrefslogtreecommitdiff
path: root/ports/pic16bit/Makefile
AgeCommit message (Collapse)Author
2021-04-28pic16bit/Makefile: Make the XC compiler version user-configurable.Daniel Maslowski
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
Many ports already allow overriding CROSS_COMPILE. This modifies the remaining ports to allow it as well.
2019-01-25pic16bit: Update to compile with latest xc16 v1.35 compiler.Damien George
This port has been verified to work with these latest changes.
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
Also renames "stmhal" to "stm32" in documentation and everywhere else.
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.