kopia lustrzana https://github.com/meshtastic/firmware
				
				
				
			
		
			
				
	
	
		
			14 wiersze
		
	
	
		
			703 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			14 wiersze
		
	
	
		
			703 B
		
	
	
	
		
			INI
		
	
	
; Seeed Xiao BLE: https://www.digikey.com/en/products/detail/seeed-technology-co-ltd/102010448/16652893
 | 
						|
[env:xiao_ble]
 | 
						|
extends = nrf52840_base
 | 
						|
board = xiao_ble_sense
 | 
						|
board_level = extra
 | 
						|
build_flags = ${nrf52840_base.build_flags} -Ivariants/xiao_ble -Isrc/platform/nrf52/softdevice -Isrc/platform/nrf52/softdevice/nrf52 -D EBYTE_E22 -DEBYTE_E22_900M30S -DPRIVATE_HW
 | 
						|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
 | 
						|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/xiao_ble>
 | 
						|
lib_deps = 
 | 
						|
  ${nrf52840_base.lib_deps}
 | 
						|
debug_tool = jlink
 | 
						|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
 | 
						|
;upload_protocol = jlink
 |