<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD, branch mips-hack-upstream</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/?h=mips-hack-upstream</id>
<link rel='self' href='https://git.amat.us/openocd/atom/?h=mips-hack-upstream'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2017-09-22T14:04:24Z</updated>
<entry>
<title>Some hack for MIPS, don't remember the details</title>
<updated>2017-09-22T14:04:24Z</updated>
<author>
<name>David Barksdale</name>
<email>david.barksdale@exodusintel.com</email>
</author>
<published>2017-09-15T19:42:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=61126661bbdf2ad4ca87437601e0981bbeabbe81'/>
<id>urn:sha1:61126661bbdf2ad4ca87437601e0981bbeabbe81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for STM32F722, F723, F413 and F423</title>
<updated>2017-08-10T08:35:47Z</updated>
<author>
<name>Andreas Bolsch</name>
<email>hyphen0break@gmail.com</email>
</author>
<published>2017-03-05T18:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=7719e9618e753ac41a46a2488dfba549ac578891'/>
<id>urn:sha1:7719e9618e753ac41a46a2488dfba549ac578891</id>
<content type='text'>
IDs for STM32F722, F723, F413 and F423 added, handling of PCROP
for F722/723 and additional nWPRT bits for F413/423 implemented.
The additional protection bit positions for F413/423 conflict
with other options bits for the F7xx variants, additionally the
last two sectors share a common bit.

Protection for F413 and F767/777 now use protection blocks
rather sectors for dealing with protections bits.

Checking for halted state in 'lock' and 'unlock' removed: When
PCROP is activated in F723, halted state is not detected properly,
but lock/unlock sequence is required to disable PCROP.

Tested with STM32F723E-Disco, STM32F413ZH-Nucleo.

Change-Id: Ie6ddab47a9ae8461087d369b4f289b7f9d1e031c
Signed-off-by: Andreas Bolsch &lt;hyphen0break@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/4045
Tested-by: jenkins
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>log: Add a new debug level (4) for verbose I/O debug</title>
<updated>2017-08-10T08:29:06Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2017-04-02T10:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=3ee81fd78760b2a7b6e70663f22045706bbcd65a'/>
<id>urn:sha1:3ee81fd78760b2a7b6e70663f22045706bbcd65a</id>
<content type='text'>
Change ftdi SWD driver and CMSIS-DAP to use it instead of LOG_DEBUG().

Change-Id: I17ba3de2086c7159209db61fba3faf067dfc5023
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3805
Tested-by: jenkins
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
</content>
</entry>
<entry>
<title>stm32l1: Devid 0x429 only has 8bit flash size register</title>
<updated>2017-08-10T08:20:39Z</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2017-08-09T17:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=04b23ef5022bd0ebbcac7ceed5112d822bbd966d'/>
<id>urn:sha1:04b23ef5022bd0ebbcac7ceed5112d822bbd966d</id>
<content type='text'>
A footnote in RM0038r14.

Change-Id: Ic31894d846fbbe917a7290b2b7ff8fb582bb65da
Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
Reviewed-on: http://openocd.zylin.com/4198
Tested-by: jenkins
Reviewed-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backup</title>
<updated>2017-07-24T12:11:06Z</updated>
<author>
<name>Tomas Vanek</name>
<email>vanekt@fbl.cz</email>
</author>
<published>2017-07-13T19:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=02bc718d1a49dd04bffa446f1dadd6b86d0d107c'/>
<id>urn:sha1:02bc718d1a49dd04bffa446f1dadd6b86d0d107c</id>
<content type='text'>
If a MCU has FlexNVM partitioned as EEPROM backup only
(no data flash), kinetis_probe_chip() detects zero fcfg2_maxaddr1
and adjusts flash banks count to 1, what is obviously wrong.

The change limits the test to devices without FlexNVM.

Computation of program flash/FlexNVM blocks is now more robust.

Missing case 0x07 is added to switch (fcfg1_depart)

Change-Id: I0bd6030a0fe1ab62aeb0223bbdf2aee1505bf6a0
Reported-by: simon.haines@scalardata.com
Signed-off-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
Reviewed-on: http://openocd.zylin.com/4180
Tested-by: jenkins
Reviewed-by: Simon Haines &lt;simon.haines@scalardata.com&gt;
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>flash Kinetis: fix devices with smallest program flash (8 and 16 kB)</title>
<updated>2017-07-24T12:09:37Z</updated>
<author>
<name>Tomas Vanek</name>
<email>vanekt@fbl.cz</email>
</author>
<published>2017-06-29T21:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=dbd0d90af9ba12934eabd68d82aac9d7eb7e1e6a'/>
<id>urn:sha1:dbd0d90af9ba12934eabd68d82aac9d7eb7e1e6a</id>
<content type='text'>
Change-Id: I2692b9877a7f877104528f279a69e8cc1cfbcdbf
Reported-by: David Miller Lowe &lt;milhead@gmail.com&gt;
Signed-off-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
Reviewed-on: http://openocd.zylin.com/4173
Tested-by: jenkins
Reviewed-by: Miller Lowe &lt;miller.lowe@trailtech.net&gt;
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>mips32: inline functions in headers must be static</title>
<updated>2017-07-07T08:54:35Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2017-07-06T07:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=29cfe9c5eede2cd2fb3a62f44bdaf4f58377b027'/>
<id>urn:sha1:29cfe9c5eede2cd2fb3a62f44bdaf4f58377b027</id>
<content type='text'>
Change-Id: If1d0fc6766cadc2db33408ae5c0968de6b7a1b94
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/4178
Tested-by: jenkins
Reviewed-by: Salvador Arroyo &lt;sarroyofdez@yahoo.es&gt;
Reviewed-by: Stian Skjelstad &lt;stian@nixia.no&gt;
</content>
</entry>
<entry>
<title>rtos: better sanity checking for uCOS-III</title>
<updated>2017-06-30T20:23:47Z</updated>
<author>
<name>Steven Stallion</name>
<email>stallion@squareup.com</email>
</author>
<published>2017-06-22T05:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=0e4fbfba03e7453846e75b2a54a8b8a6613dbb1e'/>
<id>urn:sha1:0e4fbfba03e7453846e75b2a54a8b8a6613dbb1e</id>
<content type='text'>
This patch improves the OSRunning check. If the rtos_running check
fails, update_threads will return an error rather than attempt to update
the thread list using bad values.

Change-Id: I8614c325504d3a9ab19aebb6862b1fe445a0c8e7
Signed-off-by: Steven Stallion &lt;stallion@squareup.com&gt;
Reviewed-on: http://openocd.zylin.com/4166
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtos: style corrections for uCOS-III</title>
<updated>2017-06-30T20:23:15Z</updated>
<author>
<name>Steven Stallion</name>
<email>stallion@squareup.com</email>
</author>
<published>2017-05-03T17:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=e6fe4dddb97835a60cc512fea977550d7ae4056f'/>
<id>urn:sha1:e6fe4dddb97835a60cc512fea977550d7ae4056f</id>
<content type='text'>
This patch corrects a number of style infractions in RTOS support for
uC/OS-III. These were missed during initial review last year prior to
the 0.10.0 release.

Change-Id: Ia2139f6ca381d4087fd8ee989f7a03ac474d7440
Signed-off-by: Steven Stallion &lt;stallion@squareup.com&gt;
Reviewed-on: http://openocd.zylin.com/4120
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>zynq_7000: Add expected id for Zynq 7z100 devices</title>
<updated>2017-06-30T20:21:27Z</updated>
<author>
<name>Moritz Fischer</name>
<email>moritz.fischer@ettus.com</email>
</author>
<published>2017-06-30T18:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6767c1c1a31aac084467aa50d5810f7a4ca563f4'/>
<id>urn:sha1:6767c1c1a31aac084467aa50d5810f7a4ca563f4</id>
<content type='text'>
As found on the NI Project Sulfur SDR board.

Change-Id: I47bdd38ae85cf45cedad8797ea03bf3105153320
Signed-off-by: Moritz Fischer &lt;moritz.fischer@ettus.com&gt;
Reviewed-on: http://openocd.zylin.com/4176
Tested-by: jenkins
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
</feed>
