Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 388 Bytes

File metadata and controls

23 lines (17 loc) · 388 Bytes

T-962A reflow oven custom firmware

Custom firmware for the T-962A reflow oven, including Supernode customizations.

Building

Build with gcc-arm-none-eabi, version 4.9.

On OS X,

brew tap PX4/homebrew-px4
brew install gcc-arm-none-eabi-49
make clean
make

Programming

See instructions on the original project.