Re: [OpenOCD-devel] adapter related commands refactoring

2018-11-21 Thread Marc Schink
I would need some argumentation, why "speed" and not "khz" or "rate" or "freq". Well, why not "khz"? It's the worst command name I can think of. It's an unit and not an adapter action or property. (Un)fortunately, we don't have a similar command to make fun of but what about "adapter ms" inst

Re: [OpenOCD-devel] SiLabs MGM111 Support

2018-11-21 Thread Oleksij Rempel
Ich würde empfehlen auf Englisch zu fragen. Es ist internationale Gemeinschaft. Dann würde ich noch empfehlen, den Mailer auf Platintext zu konfigurieren - HTML ist nicht willkommen. Am 21.11.18 um 16:40 schrieb Jan Rude: > Hallo zusammen, > >   > > zuerst: ich bin neu in dem ganzen OpenOCD und

[OpenOCD-devel] SiLabs MGM111 Support

2018-11-21 Thread Jan Rude
Hallo zusammen, zuerst: ich bin neu in dem ganzen OpenOCD und Debugging Thema also verzeiht, wenn ich einige Dinge übersehen habe. Ich wühle mich gerade durch den Code von OpenOCD und frage mich, ob der Silabs MGM111 SoC schon unterstützt wird (DataSheet: https://www.silabs.com/documents/pu

[OpenOCD-devel] [PATCH]: 3bb9d30 nrf5: Fix misuse of flash bank number

2018-11-21 Thread gerrit
This is an automated email from Gerrit. Andreas Fritiofson (andreas.fritiof...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4775 -- gerrit commit 3bb9d30e378233b6fa8ab8f28a3489c93471424f Author: Andreas Fritiofson Date: Wed Nov 21 14:09:3

Re: [OpenOCD-devel] adapter related commands refactoring

2018-11-21 Thread Oleksij Rempel
Am 20.11.18 um 17:21 schrieb Antonio Borneo: > On Tue, Nov 20, 2018 at 1:43 PM Oleksij Rempel wrote: >> >> Hi all, >> >> i started this discussion on the irc #openocd. As PaulFertser suggested, >> lets move it to the mailing list. >> >> To make at least some of the commands more consistent, i deci

Re: [OpenOCD-devel] adapter related commands refactoring

2018-11-21 Thread Oleksij Rempel
Am 20.11.18 um 21:38 schrieb Marc Schink: >> Hi all, >> >> i started this discussion on the irc #openocd. As PaulFertser suggested, >> lets move it to the mailing list. >> >> To make at least some of the commands more consistent, i decided to >> rework adapter related part. Initial patch is here: >