mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[psram] Add P4 support (#8545)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: clydeps <U5yx99dok9>
This commit is contained in:
		| @@ -424,6 +424,18 @@ build_flags = | ||||
|     ${flags:clangtidy.build_flags} | ||||
|     -DUSE_ESP32_VARIANT_ESP32S3 | ||||
|  | ||||
| ;;;;;;;; ESP32-P4 ;;;;;;;; | ||||
|  | ||||
| [env:esp32p4-idf] | ||||
| extends = common:esp32-idf | ||||
| board = esp32-p4-evboard | ||||
|  | ||||
| board_build.esp-idf.sdkconfig_path = .temp/sdkconfig-esp32p4-idf | ||||
| build_flags = | ||||
|     ${common:esp32-idf.build_flags} | ||||
|     ${flags:runtime.build_flags} | ||||
|     -DUSE_ESP32_VARIANT_ESP32P4 | ||||
|  | ||||
| ;;;;;;;; RP2040 ;;;;;;;; | ||||
|  | ||||
| [env:rp2040-pico-arduino] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user