<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/openocd, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/openocd: move from testing</title>
<updated>2020-04-09T10:34:56+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2020-04-09T10:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=136ef1e9fb1f95298f9193ad2e9ba3b3817f328c'/>
<id>136ef1e9fb1f95298f9193ad2e9ba3b3817f328c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: modernize APKBUILD</title>
<updated>2020-04-09T10:34:56+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2020-04-09T10:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0f49d5a17bdbc0fcb5f4f4f338a4682c077d40da'/>
<id>0f49d5a17bdbc0fcb5f4f4f338a4682c077d40da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: Fix license</title>
<updated>2019-03-11T15:39:56+00:00</updated>
<author>
<name>Marian Buschsieweke</name>
<email>marian.buschsieweke@ovgu.de</email>
</author>
<published>2019-03-08T16:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8453b959187e28283cb827a1fc14b0587d4e073a'/>
<id>8453b959187e28283cb827a1fc14b0587d4e073a</id>
<content type='text'>
In the file COPYING the GPL2 is given. But some files in the source (grep for
GPL) state they are license GPL2+ and GPL3 only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the file COPYING the GPL2 is given. But some files in the source (grep for
GPL) state they are license GPL2+ and GPL3 only.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: enable bcm2835gpio for Raspberry Pi</title>
<updated>2018-12-14T10:15:40+00:00</updated>
<author>
<name>Brad Fritz</name>
<email>brad@fewerhassles.com</email>
</author>
<published>2018-11-30T23:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c5fe2726909ed3f2d7aefedbc3532d039d2a2232'/>
<id>c5fe2726909ed3f2d7aefedbc3532d039d2a2232</id>
<content type='text'>
Follow-up to 958a8ae7e7 because the 0.10.0 [release notes] also
request `--enable-bcm2835gpio` for builds that support Raspberry Pi:

&gt; 7.  Please add --enable-sysfsgpio for all targets running Linux, the
&gt; kernel (esp. useful for SBCs), additionally for builds that support
&gt; RaspberryPi, please add --enable-bcm2835gpio

`--enable-bcm2835gpio` is ignored when building on non-ARM architectures.
This configuration is also consistent with the [Debian packaging].

[release notes]: https://sourceforge.net/p/openocd/mailman/message/35570895/
[Debian packaging]: https://salsa.debian.org/electronics-team/openocd/blob/debian/0.10.0-4/debian/rules#L33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to 958a8ae7e7 because the 0.10.0 [release notes] also
request `--enable-bcm2835gpio` for builds that support Raspberry Pi:

&gt; 7.  Please add --enable-sysfsgpio for all targets running Linux, the
&gt; kernel (esp. useful for SBCs), additionally for builds that support
&gt; RaspberryPi, please add --enable-bcm2835gpio

`--enable-bcm2835gpio` is ignored when building on non-ARM architectures.
This configuration is also consistent with the [Debian packaging].

[release notes]: https://sourceforge.net/p/openocd/mailman/message/35570895/
[Debian packaging]: https://salsa.debian.org/electronics-team/openocd/blob/debian/0.10.0-4/debian/rules#L33
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: enable sysfsgpio configure option</title>
<updated>2018-10-15T19:36:14+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2018-10-15T19:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=958a8ae7e789dec3721f9f109225dc1f6b463770'/>
<id>958a8ae7e789dec3721f9f109225dc1f6b463770</id>
<content type='text'>
The release notes for 0.10.0 explicitly request this [0]:

	7. Please add --enable-sysfsgpio for all targets running Linux, the
	kernel (esp. useful for SBCs), additionally for builds that support
	RaspberryPi, please add --enable-bcm2835gpio

[0]: https://sourceforge.net/p/openocd/mailman/message/35570895/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The release notes for 0.10.0 explicitly request this [0]:

	7. Please add --enable-sysfsgpio for all targets running Linux, the
	kernel (esp. useful for SBCs), additionally for builds that support
	RaspberryPi, please add --enable-bcm2835gpio

[0]: https://sourceforge.net/p/openocd/mailman/message/35570895/
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:15+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3b516609b49a621f80d2084316438d55a5cbbcaf'/>
<id>3b516609b49a621f80d2084316438d55a5cbbcaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: claim maintainership</title>
<updated>2017-10-27T19:18:59+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2017-10-27T19:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cc1dce17904c37990f2dee39d9f0c8bca20f36d6'/>
<id>cc1dce17904c37990f2dee39d9f0c8bca20f36d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: add check</title>
<updated>2017-10-27T18:57:03+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2017-10-27T18:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a210700f9f0885d9787ba0671cb87ec2201292b2'/>
<id>a210700f9f0885d9787ba0671cb87ec2201292b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/openocd: new aport</title>
<updated>2017-04-03T19:21:16+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-11-18T12:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d9acf8f5e55c46941ce9a491ce8812cfbfb750c4'/>
<id>d9acf8f5e55c46941ce9a491ce8812cfbfb750c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
