koenkooi / multiwii-firmware

Firmware - GitHub mirror of the official SVN multiwii project
https://github.com/multiwii/multiwii-firmware/wiki
13 stars 1 forks source link

Add highlevel copter+board define #6

Open koenkooi opened 10 years ago

koenkooi commented 10 years ago

Related to #5, but slightly different: should we add a config option that defines both the board (the HEX_NANO section in def.h) and the actual copter (the #define HEX6X in config.h)? I'd like to have a single codebase for building the hex and quad variants, not 2 different codebases like flexbot has.

gromain commented 10 years ago

I would go with this. An option for the board, an option for the copter. Easier to understand, more flexible, easier to maintain too (one codebase only). On Apr 18, 2014 2:08 PM, "Koen Kooi" notifications@github.com wrote:

Related to #5 https://github.com/koenkooi/multiwii-firmware/issues/5, but slightly different: should we add a config option that defines both the board (the HEX_NANO section in def.h) and the actual copter (the #define HEX6X in config.h)? I'd like to have a single codebase for building the hex and quad variants, not 2 different codebases like flexbot has.

— Reply to this email directly or view it on GitHubhttps://github.com/koenkooi/multiwii-firmware/issues/6 .