mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 23:34:03 +00:00 
			
		
		
		
	 569a911455
			
		
	
	
		569a911455
		
			
		
	
	
	
		
			
	
		
	
	
		
			Some checks failed
		
		
	
	CI / setup (check) (push) Has been cancelled
				
			CI / setup (esp32) (push) Has been cancelled
				
			CI / setup (esp32c3) (push) Has been cancelled
				
			CI / setup (esp32c6) (push) Has been cancelled
				
			CI / setup (esp32s3) (push) Has been cancelled
				
			CI / setup (nrf52840) (push) Has been cancelled
				
			CI / setup (rp2040) (push) Has been cancelled
				
			CI / setup (rp2350) (push) Has been cancelled
				
			CI / setup (stm32) (push) Has been cancelled
				
			CI / version (push) Has been cancelled
				
			CI / build-debian-src (push) Has been cancelled
				
			CI / package-pio-deps-native-tft (push) Has been cancelled
				
			CI / test-native (push) Has been cancelled
				
			CI / docker-deb-amd64 (push) Has been cancelled
				
			CI / docker-deb-amd64-tft (push) Has been cancelled
				
			CI / docker-alp-amd64 (push) Has been cancelled
				
			CI / docker-alp-amd64-tft (push) Has been cancelled
				
			CI / docker-deb-arm64 (push) Has been cancelled
				
			CI / docker-deb-armv7 (push) Has been cancelled
				
			CI / check (push) Has been cancelled
				
			CI / build-esp32 (push) Has been cancelled
				
			CI / build-esp32s3 (push) Has been cancelled
				
			CI / build-esp32c3 (push) Has been cancelled
				
			CI / build-esp32c6 (push) Has been cancelled
				
			CI / build-nrf52840 (push) Has been cancelled
				
			CI / build-rp2040 (push) Has been cancelled
				
			CI / build-rp2350 (push) Has been cancelled
				
			CI / build-stm32 (push) Has been cancelled
				
			CI / gather-artifacts (esp32) (push) Has been cancelled
				
			CI / gather-artifacts (esp32c3) (push) Has been cancelled
				
			CI / gather-artifacts (esp32c6) (push) Has been cancelled
				
			CI / gather-artifacts (esp32s3) (push) Has been cancelled
				
			CI / gather-artifacts (nrf52840) (push) Has been cancelled
				
			CI / gather-artifacts (rp2040) (push) Has been cancelled
				
			CI / gather-artifacts (rp2350) (push) Has been cancelled
				
			CI / gather-artifacts (stm32) (push) Has been cancelled
				
			CI / release-artifacts (push) Has been cancelled
				
			CI / release-firmware (esp32) (push) Has been cancelled
				
			CI / release-firmware (esp32c3) (push) Has been cancelled
				
			CI / release-firmware (esp32c6) (push) Has been cancelled
				
			CI / release-firmware (esp32s3) (push) Has been cancelled
				
			CI / release-firmware (nrf52840) (push) Has been cancelled
				
			CI / release-firmware (rp2040) (push) Has been cancelled
				
			CI / release-firmware (rp2350) (push) Has been cancelled
				
			CI / release-firmware (stm32) (push) Has been cancelled
				
			CI / publish-firmware (push) Has been cancelled
				
			Master backmerge
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| [env:picomputer-s3]
 | |
| extends = esp32s3_base
 | |
| board = bpi_picow_esp32_s3
 | |
| board_check = true
 | |
| board_build.partitions = partition-table-8MB.csv
 | |
| ;OpenOCD flash method
 | |
| ;upload_protocol = esp-builtin
 | |
| ;Normal method
 | |
| upload_protocol = esptool
 | |
| 
 | |
| build_flags = 
 | |
|   ${esp32s3_base.build_flags}
 | |
|   -DPICOMPUTER_S3
 | |
|   -I variants/esp32s3/picomputer-s3
 | |
| 
 | |
| lib_deps = 
 | |
|   ${esp32s3_base.lib_deps}
 | |
|   lovyan03/LovyanGFX@^1.2.0
 | |
| 
 | |
| build_src_filter =
 | |
|   ${esp32s3_base.build_src_filter}
 | |
| 
 | |
| 
 | |
| [env:picomputer-s3-tft]
 | |
| extends = env:picomputer-s3
 | |
| 
 | |
| build_flags =
 | |
|   ${env:picomputer-s3.build_flags}
 | |
|   -D MESHTASTIC_EXCLUDE_WEBSERVER=1
 | |
|   -D INPUTDRIVER_MATRIX_TYPE=1
 | |
|   -D USE_PIN_BUZZER=PIN_BUZZER
 | |
|   -D USE_SX127x
 | |
|   -D HAS_SCREEN=1
 | |
|   -D HAS_TFT=1
 | |
|   -D RAM_SIZE=1560
 | |
|   -D LV_LVGL_H_INCLUDE_SIMPLE
 | |
|   -D LV_CONF_INCLUDE_SIMPLE
 | |
|   -D LV_COMP_CONF_INCLUDE_SIMPLE
 | |
|   -D LV_USE_SYSMON=0
 | |
|   -D LV_USE_PROFILER=0
 | |
|   -D LV_USE_PERF_MONITOR=0
 | |
|   -D LV_USE_MEM_MONITOR=0
 | |
|   -D LV_USE_LOG=0
 | |
|   -D USE_LOG_DEBUG
 | |
|   -D LOG_DEBUG_INC=\"DebugConfiguration.h\"
 | |
|   -D LGFX_SCREEN_WIDTH=240
 | |
|   -D LGFX_SCREEN_HEIGHT=320
 | |
|   -D DISPLAY_SIZE=320x240 ; landscape mode
 | |
|   -D LGFX_DRIVER=LGFX_PICOMPUTER_S3
 | |
|   -D GFX_DRIVER_INC=\"graphics/LGFX/LGFX_PICOMPUTER_S3.h\"
 | |
|   -D VIEW_320x240
 | |
| ;  -D USE_DOUBLE_BUFFER
 | |
|   -D USE_PACKET_API
 | |
| 
 | |
| lib_deps =
 | |
|   ${env:picomputer-s3.lib_deps}
 | |
|   ${device-ui_base.lib_deps}
 |