Loading
pioasm: 2.1.1 -> 2.2.0
- Use cmake's built-in install targets instead of manually installing only the binary. This installs cmake config files (pioasmConfig.cmake, pioasmConfigVersion.cmake, pioasmTargets.cmake) to lib/cmake/pioasm/, enabling find_package(pioasm CONFIG) to work. Without these files, projects using pico-sdk fall back to rebuilding pioasm from source via ExternalProject_Add for every build target. - Remove gcc-15 patch (included upstream) - Add updateScript and changelog