Skip to content

Commit

Permalink
Enable PSRAM builds when used as IDF component
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Jul 15, 2018
1 parent 28a410d commit e63aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
BOOT_APP_BIN_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
ESPTOOL_ALL_FLASH_ARGS += $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)

CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1 -DBOARD_HAS_PSRAM

boot-app0:
@echo "Rebooting to APP0"
Expand Down

0 comments on commit e63aa40

Please sign in to comment.