Building own CF firmware in eclipse

Firmware/software/electronics/mechanics
Post Reply
marc345
Beginner
Posts: 7
Joined: Mon Aug 24, 2020 8:02 pm

Building own CF firmware in eclipse

Post by marc345 »

Hi guys

I extended the CF firmware for the purpose of a project, I use the bitcrazeVM for developing and was wondering if I somehow could include my git gepo containing the firmware code in eclipse and beeing able to use the "Build Targets" interface located on the right side of eclpise to build and flash the firmware? (I am using the radio dongle currently).
Basically my firmware folder is a copy of the official one in the projects folder of the bitcrazeVM with a couple of new files.

All the best
Marc
wydmynd
Member
Posts: 87
Joined: Thu Dec 06, 2018 9:25 am

Re: Building own CF firmware in eclipse

Post by wydmynd »

I used Eclipse initially, but then just installed VSCode on the VM , I recommend it.
You can make and upload binaries with just three commands on the terminal.
  • make clean (if changes made to makefile),
  • make
  • make cload (to upload)
Post Reply