## libtungsten project compilation config # Remember to do 'make clean' whenever you change anything in this Makefile NAME=tc_generate_pwm CARBIDE=true BOOTLOADER=true # Available modules : adc dac eic gloc i2c spi tc trng usart # Some modules such as gpio and flash are already compiled by default # and must not be added here. MODULES=tc # Path to the toolchain. If the tools (such as arm-none-eabi-g++) are # not in your default $PATH, you MUST define their location here. # (don't forget the trailing slash) TOOLCHAIN_PATH=/home/foaly/Software/gcc-arm-none-eabi/bin/ # Include the main lib makefile include libtungsten/Makefile