/hal_espressif-3.6.0/components/libsodium/ |
D | component.mk | 75 $(LSRC)/crypto_pwhash/argon2/argon2-fill-block-ref.o: CFLAGS += -Wno-unknown-pragmas 76 $(LSRC)/crypto_pwhash/argon2/pwhash_argon2i.o: CFLAGS += -Wno-type-limits 77 $(LSRC)/crypto_pwhash/argon2/pwhash_argon2id.o: CFLAGS += -Wno-type-limits 78 $(LSRC)/crypto_pwhash/argon2/argon2-core.o: CFLAGS += -Wno-type-limits 79 $(LSRC)/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.o: CFLAGS += -Wno-type-limits 80 $(LSRC)/sodium/utils.o: CFLAGS += -Wno-unused-variable 87 CFLAGS += -DCONFIGURED -Wno-unused-function 90 CFLAGS += -DNATIVE_LITTLE_ENDIAN -DHAVE_WEAK_SYMBOLS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS 93 $(LSRC)/randombytes/randombytes.o: CFLAGS+=-DRANDOMBYTES_DEFAULT_IMPLEMENTATION 96 $(LSRC)/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.o: CFLAGS += -Wno-implicit-fallthro… [all …]
|
/hal_espressif-3.6.0/components/bootloader/subproject/ |
D | Makefile | 14 CFLAGS = macro 18 CFLAGS += -I $(IDF_PATH)/components/$(IDF_TARGET)/include 19 CFLAGS += -I $(IDF_PATH)/components/esp_common/include 20 CFLAGS += -I $(IDF_PATH)/components/newlib/platform_include 21 CFLAGS += -I $(IDF_PATH)/components/xtensa/include -I $(IDF_PATH)/components/xtensa/$(IDF_TARGET)/i… 30 CFLAGS += -D BOOTLOADER_BUILD=1 33 CFLAGS += -I$(BUILD_DIR_BASE)/../include
|
/hal_espressif-3.6.0/components/wpa_supplicant/ |
D | component.mk | 81 CFLAGS += -DCONFIG_SHA256 -DCONFIG_DPP -DCONFIG_IEEE80211W -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DEAP… 84 CFLAGS += -DCONFIG_WPA3_SAE 87 CFLAGS += -DCONFIG_WPS_STRICT 90 CFLAGS += -DCONFIG_MBO 93 CFLAGS += -DCONFIG_SUITEB192 96 CFLAGS += -DCONFIG_SUITEB 99 CFLAGS += -DCONFIG_GCMP 102 CFLAGS += -DCONFIG_GMAC
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | Makefile | 6 CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversion -Wno-macro-redef… macro 45 CFLAGS+=-DINSTR_IS_OFF 59 CFLAGS+=-DUSE_BSD_STRING 66 @$(CC) $(CFLAGS) -c $< -o $@ 70 @$(CC) $(CFLAGS) -include mdns_mock.h $(MDNS_C_DEPENDENCY_INJECTION) -c $< -o $@
|
/hal_espressif-3.6.0/components/lwip/ |
D | component.mk | 54 CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack var… 56 lwip/src/netif/ppp/ppp.o: CFLAGS += -Wno-uninitialized 57 lwip/src/netif/ppp/pppos.o: CFLAGS += -Wno-implicit-fallthrough 58 lwip/src/core/tcp.o: CFLAGS += -Wno-type-limits
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | Makefile | 26 CFLAGS := macro 167 CFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ 170 CFLAGS += -I "." -I "${SRCDIR}" 173 $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ 176 $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ 179 $(CC) -I $(SRCDIR) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ 219 $(CONFIG_SHELL) $(check-lxdialog) -check $(CC) $(CFLAGS) $(LOADLIBES_mconf) 227 EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(CC) $(CFLAGS))
|
/hal_espressif-3.6.0/components/esp_system/test_eh_frame_parser/ |
D | Makefile | 17 CFLAGS=-W -fasynchronous-unwind-tables -I. -I../include/ -std=c99 -g -DCONFIG_ESP_SYSTEM_USE_EH_FRA… macro 30 $(CC) -o $@ -c $^ $(CFLAGS) 34 $(CC) -o $@ -c $^ $(CFLAGS)
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | Makefile | 86 CFLAGS = -std=c99 -Wall -Werror -Os \ macro 97 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tstub_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter … 101 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tstub_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $… 105 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tstub_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter … 109 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -DESP32S3BETA2=1 -Tstub_32s3_beta_2.ld -Wl,-Map=$(@:.e… 113 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tstub_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
|
/hal_espressif-3.6.0/components/spi_flash/sim/ |
D | Makefile | 36 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@ 39 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@ 44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1}
|
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/ |
D | Makefile | 36 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@ 39 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@ 44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1}
|
/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | component.mk | 10 CFLAGS+= -DCONFIG_WPA3_SAE 11 CFLAGS+= -DCONFIG_DPP
|
/hal_espressif-3.6.0/components/expat/ |
D | component.mk | 8 CFLAGS += -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM 10 CFLAGS += -Wno-implicit-fallthrough
|
/hal_espressif-3.6.0/components/app_trace/ |
D | component.mk | 19 CFLAGS := $(subst --coverage,,$(CFLAGS))
|
/hal_espressif-3.6.0/components/libsodium/test/ |
D | component.mk | 33 $(LS_TEST_OBJDIR)/$(1).o: CFLAGS+=-Dxmain=$(1)_xmain -Dmain=$(1)_main 44 CFLAGS += -DBROWSER_TESTS
|
/hal_espressif-3.6.0/components/esp_system/ |
D | component.mk | 30 startup.o stack_check.o: CFLAGS := $(filter-out -fstack-protector%, $(CFLAGS))
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | build-system-legacy.rst | 220 - ``CFLAGS``: 传递给 C 编译器的标志。根据项目设置已经定义一组默认的 ``CFLAGS``,可以通过 ``CFLAGS +=`` 来为组件添加特定的标志,也可以完全重写该变量(尽管… 227 apps/dhcpserver.o: CFLAGS += -Wno-unused-variable 331 例如,如果您的组件需要为整个项目添加 CFLAGS(不仅仅是为自身的源文件),那么可以在 ``Makefile.projbuild`` 中设置 ``CFLAGS +=`` 。
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-windows.rst | 59 …export CPPFLAGS="$CPPFLAGS -D__USE_MINGW_ANSI_STDIO=1 -Wno-error"; export CFLAGS="$CFLAGS -Wno-err… 94 …export CPPFLAGS="$CPPFLAGS -D__USE_MINGW_ANSI_STDIO=1 -Wno-error"; export CFLAGS="$CFLAGS -Wno-err…
|
/hal_espressif-3.6.0/components/bt/ |
D | component.mk | 24 CFLAGS += -Wno-implicit-fallthrough 141 host/bluedroid/bta/sdp/bta_sdp_act.o: CFLAGS += -Wno-unused-const-variable 142 host/bluedroid/btc/core/btc_config.o: CFLAGS += -Wno-unused-const-variable 143 host/bluedroid/stack/btm/btm_sec.o: CFLAGS += -Wno-unused-const-variable 144 host/bluedroid/stack/smp/smp_keys.o: CFLAGS += -Wno-unused-const-variable
|
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/ |
D | Makefile | 42 CFLAGS += -fprofile-arcs -ftest-coverage -DLINUX_TARGET 47 CFLAGS += -fsanitize=address
|
/hal_espressif-3.6.0/examples/system/gcov/main/ |
D | component.mk | 6 CFLAGS += --coverage
|
/hal_espressif-3.6.0/examples/system/gcov/components/sample/ |
D | component.mk | 6 CFLAGS += --coverage
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | component.mk | 5 hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable
|
/hal_espressif-3.6.0/components/console/ |
D | component.mk | 4 argtable3/argtable3.o: CFLAGS += -Wno-clobbered
|
/hal_espressif-3.6.0/components/cbor/ |
D | component.mk | 6 tinycbor/src/open_memstream.o: CFLAGS += -D__linux__
|
/hal_espressif-3.6.0/components/esp_event/ |
D | component.mk | 17 esp_event.o: CFLAGS += -std=gnu11
|