BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

Dependency system on make config seems to be broken #53

Open BenjaminSoelberg opened 7 years ago

BenjaminSoelberg commented 7 years ago

reproduce: enable 0.244hz enable temperatur module disable 0.244hz save

make clean && make && sudo make install

The temp module is still accessable in the watch but not working as the 0.244 timer is disabled But the temp module is still included even so it depends on the 0.244 timer