Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
CrossToolchain:avr
edbg
edbg.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File edbg.spec of Package edbg
# # spec file for package edbg # # Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global udevdir %{_prefix}/lib/udev %global tag uaccess Name: edbg Version: 0.0.0+git20240120.5d77d4a Release: 0 Summary: CMSIS-DAP programmer License: BSD-3-Clause Group: System/Management Url: https://github.com/ataradov/%{name} Source: %{name}-%{version}.tar.gz BuildRequires: glibc-devel BuildRequires: gcc-devel BuildRequires: systemd-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a simple command line utility for programming ARM-based MCUs through CMSIS-DAP SWD interface. It works on Linux, Mac OS X and Windows. It was tested with Atmel mEDBG- and EDBG-based boards, Atmel-ICE, LPC-Link2, IBDAP and Free-DAP-based debuggers. %prep %setup -q %build make %install install -d %{buildroot}%{_bindir} install -m 755 %{name} %{buildroot}%{_bindir} install -d %{buildroot}%{udevdir}/rules.d install -m 644 *.rules %{buildroot}%{udevdir}/rules.d %files %defattr(-,root,root,-) %doc README.md %{_bindir}/* %{udevdir} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor