NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
wingsorc has joined #openocd
wingsorc__ has joined #openocd
wingsorc has quit [Ping timeout: 255 seconds]
wingsorc has joined #openocd
wingsorc__ has quit [Ping timeout: 260 seconds]
gzlb has quit [Ping timeout: 255 seconds]
wingsorc__ has joined #openocd
wingsorc has quit [Read error: Connection reset by peer]
wingsorc has joined #openocd
wingsorc__ has quit [Read error: Connection reset by peer]
gzlb has joined #openocd
_whitelogger has quit [Server closed connection]
_whitelogger has joined #openocd
wingsorc has quit [Remote host closed the connection]
wingsorc has joined #openocd
Ivan0v has joined #openocd
wingsorc__ has joined #openocd
Ivan0v has quit [Ping timeout: 255 seconds]
wingsorc__ has quit [Max SendQ exceeded]
wingsorc has quit [Ping timeout: 258 seconds]
wingsorc has joined #openocd
wingsorc has quit [Ping timeout: 258 seconds]
Ivan0v has joined #openocd
Ivan0v has quit [Ping timeout: 258 seconds]
Hawk777 has joined #openocd
crabbedhaloablut has joined #openocd
joconor has quit [Ping timeout: 258 seconds]
joconor has joined #openocd
zmatt has quit [Ping timeout: 248 seconds]
zmatt has joined #openocd
nerozero has joined #openocd
Xogium has quit [Server closed connection]
Xogium has joined #openocd
Ivan0v has joined #openocd
Ivan0v has quit [Ping timeout: 240 seconds]
Hawk777 has quit [Quit: Leaving.]
manchaw has joined #openocd
manchaw has left #openocd [#openocd]
Ivan0v has joined #openocd
Haohmaru has joined #openocd
gzlb has quit [Ping timeout: 255 seconds]
gzlb has joined #openocd
defiant has quit [Quit: defiant]
Ivan0v has quit [Remote host closed the connection]
Ivan0v has joined #openocd
joconor has quit [Ping timeout: 252 seconds]
joconor has joined #openocd
sugarbeet has quit [Server closed connection]
sugarbeet has joined #openocd
Ivan0v has quit [Remote host closed the connection]
Ivan0v has joined #openocd
Ivan0v has quit [Remote host closed the connection]
<karlp> borneoa___: in 36597636f2a you added GPL tags on files that didn't have it. This includes contrib/rtos-helpers/FreeRTOS-openocd.c ?
<karlp> is that really intended?
<karlp> "add this to your prject" has rather major impliciations now...
<karlp> I would expect that file to be either public domain, or MIT at most....
HumanG33k has quit [Remote host closed the connection]
HumanG33k has joined #openocd
Ivan0v has joined #openocd
Ivan0v has quit [Ping timeout: 240 seconds]
<borneoa___> karlp: I think you are right. These files are not intended to be part of OpenOCD, but part of user projects.
<karlp> indeed...
<karlp> is that something you can "just take care of" or does this gerrit PRs or what? any discussion of what they should be?
<karlp> kinda want to look at making that uxTopUsedPriority not be required honestly. it's back in upstream from 10.4.2 anyway, but I'm not really convinced we should need it at all.
<karlp> another day perhaps though...
<PaulFertser> Apparently I'm the originial author of https://review.openocd.org/c/openocd/+/2347/1/contrib/rtos-helpers/FreeRTOS-openocd.c . Sorry for not clarifying it properly in the file itself, I am OK with it being CC0/Public Domain. I didn't really think about it as code.
<karlp> yeah, I don't reallllly feel bad just "taking it" either, there's literally no other implementation possible, but... it's nice to do it right :)
<karlp> I'm having more trouble convincing cmake to not garbage collect the damn symbol right now...
<karlp> should probably update freertos instead... ;)
<PaulFertser> The idea was that ld wouldn't garbage-collect it if --undefined=uxTopUsedPriority is specified
medicalwei has left #openocd [#openocd]
Ivan0v has joined #openocd
Ivan0v has quit [Ping timeout: 245 seconds]
<karlp> yeah, I'm just not holding this stack of make/cmake by the correct sharp corner yet :)
merethan has joined #openocd
HelloShitty has quit [Killed (NickServ (GHOST command used by user_!~HelloShit@2001:8a0:e15d:1600:faa7:6503:4d97:fa28))]
<borneoa___> Would this spdx https://spdx.org/licenses/Unlicense.html ?
<borneoa___> work for you?
<karlp> works for me at least :)
<borneoa___> MIT requires reporting the original copyright and permission notice... Why bothering the user so much when we don't want to keep control of this code! Same for BSD
<PaulFertser> Yeah, that's why I mentioned CC0
bacam has quit [Server closed connection]
<borneoa___> PaulFertser: I'm reading it... very long....
bacam has joined #openocd
matsievskiysv has joined #openocd
<PaulFertser> borneoa___: well, whatever works to put the work into public domain. I guess unlicense is as good.
<PaulFertser> I mean I said this file should be in the public domain specifically because MIT would require mentioning author names and it'd be a silly needless requirement.
jybz has joined #openocd
<karlp> I only mentioned MIT as a "at most" idea, not something I actually wanted :) MIT would have sitll been substantially better than GPL2 :)
<matsievskiysv> Hello! I work on MIPS32 target and found an error in SRL opcode. After some investigation I found out that this bug is fixed in patch https://review.openocd.org/c/openocd/+/3613 , however, this tiny patch (+6-2) is pending since 2016. It is trivial and could be easily verified just by glancing at
<matsievskiysv> https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00086-2B-MIPS32BIS-AFP-05.04.pdf#page=282 . How can I reach out someone with merge access to pull this patch?
<borneoa___> matsievskiysv: there are few patches around MIPS under discussion recently, e.g. 7905. Maybe asking Oleksij and Walter to review 3613 too?
<matsievskiysv> Thanks for the pointer! Added them to reviewers list.
<borneoa___> PaulFertser: CC0 looks ok. The only concern I have is that someone could feel scared in front of such long text and don't use that code. The text in Unlicense is much easier to read, but probably not as effective from legal pow.
<borneoa___> matsievskiysv: feel free to ping us again, if you don't see any progress
Guest67 has joined #openocd
Guest67 has quit [Client Quit]
<karlp> / SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
<karlp> doh, that pasted before I'd editor
<karlp> // SPDX-License-Identifier: CC0 OR Unlicense OR <<anythingelse>>> ?
matsievskiysv has quit [Ping timeout: 250 seconds]
tlwoerner has quit [Server closed connection]
tlwoerner has joined #openocd
gzlb has quit [Quit: WeeChat 4.1.1]
Ivan0v has joined #openocd
Ivan0v has quit [Ping timeout: 272 seconds]
bvernoux has joined #openocd
merethan has quit [Ping timeout: 258 seconds]
Haohmaru has quit [Ping timeout: 258 seconds]
vampirefrog has joined #openocd
Ivan0v has joined #openocd
nerozero has quit [Ping timeout: 245 seconds]
zjason` has joined #openocd
zjason has quit [Ping timeout: 264 seconds]
nathanhi- is now known as nathanhi
Ivan0v has quit [Remote host closed the connection]
bvernoux has quit [Quit: Leaving]
Fleck has quit [Server closed connection]
Fleck has joined #openocd