Move print/debug files to quantum (#12069)
* move print/debug files to quantum * Update comments
This commit is contained in:
parent
3f419dc872
commit
34de7ca224
13 changed files with 25 additions and 44 deletions
9
quantum/logging/print.mk
Normal file
9
quantum/logging/print.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
PRINTF_PATH = $(LIB_PATH)/printf
|
||||
|
||||
VPATH += $(PRINTF_PATH)
|
||||
SRC += $(PRINTF_PATH)/printf.c
|
||||
QUANTUM_SRC +=$(QUANTUM_DIR)/logging/print.c
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_FLOAT
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_EXPONENTIAL
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_LONG_LONG
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_PTRDIFF_T
|
Loading…
Add table
Add a link
Reference in a new issue