oresat / oresat-firmware

OreSat firmware based on ChibiOS for M0 and M4 microcontrollers
GNU General Public License v3.0
36 stars 13 forks source link

Edit cfgs so I2C changes compile #12

Closed chroco closed 5 years ago

chroco commented 5 years ago

Set I2C things to TRUE so app_blinky and app_template compile

heliochronix commented 5 years ago

With the new CAN framework in place, this should eliminate the need for any dependencies in app_blinky outside of ChibiOS itself due to a restructuring of the common dir build system. app_blinky should build relatively easy and cleanly now, because it doesn't depend on the common dir.