index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
makefile: Replace CFLAGS -I with -iquote
Michael 'ASAP' Weinrich
2024-04-03
1
-2
/
+3
*
makefile: fix warning about lto serial compilation (#6543)
John Unland
2024-04-02
1
-1
/
+1
*
makefile: disable null pointer checks
Eric Callahan
2022-06-08
1
-1
/
+1
*
Makefile: Default to python3 for micro-controller build scripts
Kevin O'Connor
2022-05-13
1
-1
/
+1
*
Makefile: Improve handling of board symbolic link creation
Kevin O'Connor
2022-02-03
1
-4
/
+8
*
Makefile: Include debug symbols in the .elf
Sergey Alirzaev
2021-06-08
1
-2
/
+2
*
Makefile: Use CURDIR instead of PWD
Kevin O'Connor
2021-05-19
1
-2
/
+2
*
Makefile: Improve build when changing micro-controller architecture
Kevin O'Connor
2020-12-17
1
-18
/
+23
*
scripts: Convert build from Linux Kconfig to new kconfiglib
Kevin O'Connor
2020-11-23
1
-13
/
+9
*
Makefile: fixed missing dependency on autoconf.h
Boleslaw Ciesielski
2020-06-15
1
-1
/
+1
*
Makefile: Use "tr -s" in compile_time_request.txt generation
Kevin O'Connor
2019-08-22
1
-1
/
+1
*
Makefile: Translate null characters to newline characters in ctr requests
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
Makefile: Add generic rule for precompiling linker scripts
Kevin O'Connor
2019-08-21
1
-0
/
+4
*
makefile: Fixed build on OSX
LyleCheatham
2019-05-20
1
-2
/
+4
*
Makefile: Fix lpc176x and stm32f1 builds
Kevin O'Connor
2019-03-02
1
-2
/
+4
*
Makefile: Explicitly list source code in klipper.elf compile
Kevin O'Connor
2019-03-01
1
-2
/
+2
*
scripts: Add a test case for Ubuntu 18.04 compiler error
Kevin O'Connor
2018-12-22
1
-0
/
+1
*
build: Add gcc option -std=gnu11
Kevin O'Connor
2018-05-21
1
-1
/
+1
*
build: Link objects ahead of libraries to avoid failures on some platforms
Sebastian Meyer
2018-02-25
1
-1
/
+1
*
build: Add gcc and binutils version to mcu data dictionary
Kevin O'Connor
2017-12-21
1
-1
/
+1
*
build: Default to python2 in the Makefile
Kevin O'Connor
2017-06-28
1
-1
/
+1
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-10
/
+1
*
build: Avoid linker magic in compile_time_request.c unique id generation
Kevin O'Connor
2017-05-26
1
-9
/
+12
*
build: Add __visible to variables in compile_time_request.c
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
build: Rename makefile CFLAGS-y to CFLAGS and LDFLAGS-y to CFLAGS_klipper.elf
Kevin O'Connor
2017-05-15
1
-9
/
+7
*
build: Add workaround to suppress broken avr-gcc "misspelled" warnings
Kevin O'Connor
2017-04-24
1
-1
/
+1
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-1
/
+1
*
build: Disable gcc's use-linker-plugin option
Kevin O'Connor
2016-12-22
1
-2
/
+2
*
build: Be sure to also include out/*.d files in Makefile
Kevin O'Connor
2016-10-21
1
-1
/
+1
*
build: Support creating and storing the data dictionary on each build
Kevin O'Connor
2016-09-10
1
-1
/
+1
*
build: Avoid objcopy --dump-section flag
Kevin O'Connor
2016-07-10
1
-1
/
+1
*
build: Update declfuncs.lds.S to only use progmem sections on AVR
Kevin O'Connor
2016-06-14
1
-2
/
+2
*
build: Default to O2 optimization
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
gpiocmds: Add Kconfig option to allow boards to disable ADC commands
Kevin O'Connor
2016-06-13
1
-2
/
+3
*
Makefile: Move listing of directories to create to board makefiles
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
1
-2
/
+4
*
avr: Initial support for Atmel AT90USB1286 mcu
Kevin O'Connor
2016-06-05
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+123