| 
									
										
										
										
											2022-09-12 12:02:21 +00:00
										 |  |  | [nrf52_base] | 
					
						
							|  |  |  | ; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files | 
					
						
							| 
									
										
										
										
											2023-07-07 23:58:49 +00:00
										 |  |  | platform = platformio/nordicnrf52@^10.0.0 | 
					
						
							| 
									
										
										
										
											2022-09-12 12:02:21 +00:00
										 |  |  | extends = arduino_base | 
					
						
							| 
									
										
										
										
											2023-05-08 12:03:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-12 12:02:21 +00:00
										 |  |  | build_type = debug ; I'm debugging with ICE a lot now | 
					
						
							|  |  |  | build_flags =  | 
					
						
							|  |  |  |   ${arduino_base.build_flags} -Wno-unused-variable  | 
					
						
							|  |  |  |   -Isrc/platform/nrf52 | 
					
						
							| 
									
										
										
										
											2023-05-08 12:03:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-12 12:02:21 +00:00
										 |  |  | build_src_filter =  | 
					
						
							| 
									
										
										
										
											2023-01-09 16:03:52 +00:00
										 |  |  |   ${arduino_base.build_src_filter} -<platform/esp32/> -<platform/stm32wl> -<nimble/> -<mesh/api/> -<mesh/http/> -<modules/esp32> -<mqtt/> -<platform/rp2040> -<mesh/eth/> | 
					
						
							| 
									
										
										
										
											2023-05-08 12:03:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | lib_deps= | 
					
						
							|  |  |  |   ${arduino_base.lib_deps} | 
					
						
							| 
									
										
										
										
											2023-06-27 12:08:32 +00:00
										 |  |  |   jgromes/RadioLib@^6.1.0 | 
					
						
							| 
									
										
										
										
											2023-05-08 12:03:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-12 12:02:21 +00:00
										 |  |  | lib_ignore = | 
					
						
							| 
									
										
										
										
											2023-06-27 12:08:32 +00:00
										 |  |  |   BluetoothOTA |