aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: Default to python2 in the MakefileKevin O'Connor2017-06-281-1/+1
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-10/+1
* build: Avoid linker magic in compile_time_request.c unique id generationKevin O'Connor2017-05-261-9/+12
* build: Add __visible to variables in compile_time_request.cKevin O'Connor2017-05-151-1/+1
* build: Rename makefile CFLAGS-y to CFLAGS and LDFLAGS-y to CFLAGS_klipper.elfKevin O'Connor2017-05-151-9/+7
* build: Add workaround to suppress broken avr-gcc "misspelled" warningsKevin O'Connor2017-04-241-1/+1
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-1/+1
* build: Disable gcc's use-linker-plugin optionKevin O'Connor2016-12-221-2/+2
* build: Be sure to also include out/*.d files in MakefileKevin O'Connor2016-10-211-1/+1
* build: Support creating and storing the data dictionary on each buildKevin O'Connor2016-09-101-1/+1
* build: Avoid objcopy --dump-section flagKevin O'Connor2016-07-101-1/+1
* build: Update declfuncs.lds.S to only use progmem sections on AVRKevin O'Connor2016-06-141-2/+2
* build: Default to O2 optimizationKevin O'Connor2016-06-141-1/+1
* gpiocmds: Add Kconfig option to allow boards to disable ADC commandsKevin O'Connor2016-06-131-2/+3
* Makefile: Move listing of directories to create to board makefilesKevin O'Connor2016-06-131-3/+3
* generic: Create generic board infrastructure and move misc.h to itKevin O'Connor2016-06-131-2/+4
* avr: Initial support for Atmel AT90USB1286 mcuKevin O'Connor2016-06-051-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+123