Accepting request 1100629 from home:amanzini:branches:hardware

- update to 1.1.2:
  * Small release with one bug fix to allow specifying 0 for --bus, and some minor documentation edits.
- bump SDK to latest 1.5.1 to support newer boards

OBS-URL: https://build.opensuse.org/request/show/1100629
OBS-URL: https://build.opensuse.org/package/show/hardware/picotool?expand=0&rev=22
This commit is contained in:
2023-07-25 13:23:43 +00:00
committed by Git OBS Bridge
parent 3006c4e1e0
commit 21498ae974
6 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72cd35d82c4c8fffcca045b0429a581d1c57b52f30d4efa8251f8c8c5c51edee
size 926255

3
pico-sdk-1.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95f5e522be3919e36a47975ffd3b208c38880c14468bd489ac672cfe3cec803c
size 1024817

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d824dbe48969ab9ae4c5311b15bca3449f5758c43602575c2dc3af13fcba195
size 44928

3
picotool-1.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1746ead7815c13be1152f0645db8ea3b277628eb0110d42a0a186db37d40a91
size 45282

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 25 13:20:17 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.1.2:
* Small release with one bug fix to allow specifying 0 for --bus, and some minor documentation edits.
- bump SDK to latest 1.5.1 to support newer boards
-------------------------------------------------------------------
Wed Feb 15 13:02:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,10 +16,10 @@
#
%define sdk_version 1.3.0
%define sdk_version 1.5.1
Name: picotool
URL: https://github.com/raspberrypi/picotool
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: Tool to inspect RP2040 binaries
License: BSD-3-Clause
@@ -34,7 +34,7 @@ Source1: https://github.com/raspberrypi/pico-sdk/archive/%{sdk_version}.t
Picotool is a tool for inspecting RP2040 binaries, and interacting with RP2040 devices when they are in BOOTSEL mode.
%prep
%setup -q -a 1
%autosetup -a 1
%build
%cmake -DPICO_SDK_PATH="../pico-sdk-%{sdk_version}"