aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Use CURDIR instead of PWDKevin O'Connor2021-05-191-2/+2
* Makefile: Improve build when changing micro-controller architectureKevin O'Connor2020-12-171-18/+23
* scripts: Convert build from Linux Kconfig to new kconfiglibKevin O'Connor2020-11-231-13/+9
* Makefile: fixed missing dependency on autoconf.hBoleslaw Ciesielski2020-06-151-1/+1
* Makefile: Use "tr -s" in compile_time_request.txt generationKevin O'Connor2019-08-221-1/+1
* Makefile: Translate null characters to newline characters in ctr requestsKevin O'Connor2019-08-221-2/+2
* Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor2019-08-211-0/+4
* makefile: Fixed build on OSXLyleCheatham2019-05-201-2/+4
* Makefile: Fix lpc176x and stm32f1 buildsKevin O'Connor2019-03-021-2/+4
* Makefile: Explicitly list source code in klipper.elf compileKevin O'Connor2019-03-011-2/+2
* scripts: Add a test case for Ubuntu 18.04 compiler errorKevin O'Connor2018-12-221-0/+1
* build: Add gcc option -std=gnu11Kevin O'Connor2018-05-211-1/+1
* build: Link objects ahead of libraries to avoid failures on some platformsSebastian Meyer2018-02-251-1/+1
* build: Add gcc and binutils version to mcu data dictionaryKevin O'Connor2017-12-211-1/+1
* 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