mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	add versions
This commit is contained in:
		| @@ -90,8 +90,8 @@ async def to_code(config): | ||||
|     cg.add_platformio_option( | ||||
|         "platform_packages", | ||||
|         [ | ||||
|             "platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf", | ||||
|             "platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng", | ||||
|             "platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1.zip", | ||||
|             "platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip", | ||||
|         ], | ||||
|     ) | ||||
|  | ||||
|   | ||||
| @@ -186,8 +186,8 @@ build_src_flags = -include Arduino.h | ||||
| extends = common | ||||
| platform = platformio/nordicnrf52@10.3.0 | ||||
| platform_packages = | ||||
|     platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf | ||||
|     platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng | ||||
|     platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1.zip | ||||
|     platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip | ||||
| build_flags = | ||||
|     ${common.build_flags} | ||||
|     -DUSE_ZEPHYR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user