sforkowany z mirror/meshtastic-firmware
				
			
		
			
				
	
	
		
			22 wiersze
		
	
	
		
			638 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			22 wiersze
		
	
	
		
			638 B
		
	
	
	
		
			INI
		
	
	
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
 | 
						|
[portduino_base]
 | 
						|
platform = https://github.com/meshtastic/platform-native.git#096b3c3e9c5c8e19d4c3b6cd803fffef2a9be4c5
 | 
						|
framework = arduino
 | 
						|
build_src_filter = 
 | 
						|
  ${env.build_src_filter} 
 | 
						|
  -<platform/esp32/> 
 | 
						|
  -<nimble/> 
 | 
						|
  -<platform/nrf52/> 
 | 
						|
  -<platform/stm32wl/> 
 | 
						|
  -<platform/rp2040>
 | 
						|
  -<mesh/http/>
 | 
						|
  -<mesh/eth/>
 | 
						|
  -<modules/esp32>
 | 
						|
  -<modules/Telemetry>
 | 
						|
  +<../variants/portduino>
 | 
						|
lib_deps =
 | 
						|
  ${env.lib_deps}
 | 
						|
  ${networking_base.lib_deps}
 | 
						|
  rweather/Crypto@^0.4.0
 | 
						|
build_flags = ${arduino_base.build_flags} -fPIE -Isrc/platform/portduino
 |