Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/
DMakefile43 CFLAGS = -std=c99 -Wall -Werror -Os \ macro
54 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tapp_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
58 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tapp_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $^…
62 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tapp_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
66 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
70 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
/hal_espressif-latest/components/spi_flash/sim/
DMakefile36 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@
39 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@
44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1}
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile36 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@
39 $(CC) $(CPPFLAGS) $(CFLAGS) $< - o $@
44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1}
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DMakefile119 CFLAGS = -std=c99 -Wall -Werror -Os \ macro
132 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tstub_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
136 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tstub_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $…
140 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tstub_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
144 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3BETA2=1 -Tstub_32s3_beta_2.ld -Wl,-Map=$(@:.elf=.map) -o …
148 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tstub_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
/hal_espressif-latest/tools/esptool_py/test/elf2image/esp32-too-many-sections/
DMakefile13 CFLAGS=-W -std=c99 macro
61 $(CC) -c -o $@ $^ $(CFLAGS)
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME62 - CFLAGS for compiler flags.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild19 - The default "Size" setting will add the -0s flag to CFLAGS.
20 - The "Debug" setting will add the -Og flag to CFLAGS.
21 - The "Performance" setting will add the -O2 flag to CFLAGS.
22 - The "None" setting will add the -O0 flag to CFLAGS.