IvanBayan / pcb-printer-firmware

PCB laser printer firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCB printer firmware

Firmware source code for PCB laser printer.

Build

building depend on premake5(https://premake.github.io)

place config.mk with variable TOOLCHAINPATH, for example

TOOLCHAINPATH=$(HOME)/gcc-arm-none-eabi-6-2017-q1-update

build project and firmwre

$ make project
$ make release

firmware produced at bin folder

flashing via openocd

$ make flash

License

This source code is available to anybody free of charge, under the terms of MIT License (see LICENSE).

For CMSIS licensing see source files.

About

PCB laser printer firmware

License:MIT License


Languages

Language:C 88.8%Language:C++ 7.9%Language:Assembly 1.6%Language:Lua 1.5%Language:Makefile 0.1%