You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
320 B

  1. PRINTF_PATH = $(LIB_PATH)/printf
  2. VPATH += $(PRINTF_PATH)
  3. SRC += $(PRINTF_PATH)/printf.c
  4. QUANTUM_SRC +=$(QUANTUM_DIR)/logging/print.c
  5. OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_FLOAT
  6. OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_EXPONENTIAL
  7. OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_LONG_LONG
  8. OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_PTRDIFF_T