mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-11-03 23:51:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			329 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			329 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOOT_APP_BIN_ROOT := $(call dequote,$(COMPONENT_PATH))
 | 
						|
 | 
						|
ifndef CONFIG_PARTITION_TABLE_CUSTOM
 | 
						|
PARTITION_TABLE_CSV_PATH = $(call dequote,$(abspath $(BOOT_APP_BIN_ROOT)/$(subst $(quote),,tools/partitions/$(CONFIG_ARDUHAL_PARTITION_SCHEME).csv)))
 | 
						|
endif
 | 
						|
 | 
						|
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1 -DBOARD_HAS_PSRAM
 |