Go to file
Eric Evenchick 7d2462425d changed target name, added artifact upload 2015-01-28 16:09:15 -05:00
Drivers first commit 2015-01-14 10:09:08 -05:00
Inc first commit 2015-01-14 10:09:08 -05:00
Middlewares/ST/STM32_USB_Device_Library first commit 2015-01-14 10:09:08 -05:00
Src removed temp files 2015-01-28 15:27:47 -05:00
.gitignore first commit 2015-01-14 10:09:08 -05:00
.travis.yml changed target name, added artifact upload 2015-01-28 16:09:15 -05:00
LICENSE.md first commit 2015-01-14 10:09:08 -05:00
Makefile changed target name, added artifact upload 2015-01-28 16:09:15 -05:00
README.md first commit 2015-01-14 10:09:08 -05:00
STM32F042C6_FLASH.ld first commit 2015-01-14 10:09:08 -05:00
cantact.ioc first commit 2015-01-14 10:09:08 -05:00
stm32f0x.cfg first commit 2015-01-14 10:09:08 -05:00

README.md

CANtact Firmware

This repository contains sources for CANtact firmware.

Building

Firmware builds with GCC. Specifically, you will need gcc-arm-none-eabi, which is packaged for Windows, OS X, and Linux on Launchpad. Download for your system and add the bin folder to your PATH.

With that done, you should be able to compile using make.

Flashing & Debugging

Debugging and flashing can be done with any STM32 Discovery board as a programmer. You can also use other tools that support SWD.

To use an STM32 Discovery, run OpenOCD using the stm32f0x.cfg file: openocd -f fw/stm32f0x.cfg.

With OpenOCD running, arm-none-eabi-gdb can be used to load code and debug.

License

See LICENSE.md