boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
emeb has quit [Quit: Leaving.]
xantoz has quit [Ping timeout: 240 seconds]
xantoz has joined #openocd
xantoz has quit [Read error: Connection reset by peer]
xantoz has joined #openocd
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
Hawk777 has quit [Quit: Leaving.]
borneoa_ has joined #openocd
Flecks is now known as Fleck
nerozero has joined #openocd
Hawk777 has joined #openocd
emeb has joined #openocd
thinkfat has joined #openocd
thinkfat has quit [Ping timeout: 240 seconds]
nerozero has quit [Ping timeout: 240 seconds]
emeb has quit [Ping timeout: 250 seconds]
emeb has joined #openocd
Hawk777 has quit [Quit: Leaving.]
thinkfat has joined #openocd
thinkfat has quit [Ping timeout: 265 seconds]
Guest64 has joined #openocd
<Guest64>
PaulFertser ... is this what you mean by "the other network"? :)
<PaulFertser>
Guest64: exactly :)
<Guest64>
cool... reasons understood and agreed with :)
<PaulFertser>
I had good experience with STM32 MCUs but there're many others.
<PaulFertser>
And I heard RISC-V is nice too.
<PaulFertser>
So not just ARM.
<Guest64>
I'm supporting AVR for others, I have a custom compiler... I'm trying to support a range of chips. I started with AVR for slightly historical reasons. I'm now very much looking to bring ARM support online.
<Guest64>
RISC-V will be high on my list too... it's a question of what I get working when.
<Guest64>
AVR seems to have this product called AVaRICE but it seems to be abandonware.
<PaulFertser>
If you're targetting MCU users Cortex-M should be the priority
<Guest64>
yeah, reasonable
<PaulFertser>
Plenty of offerings from different vendors.
<Guest64>
I am starting to think the only really viable approach is to tell customers "you can have the compiler and IDE for AVR but not a debugger" and to give the full experience for ARM Cortex M MCUs.
<PaulFertser>
Sounds sensible to me. You can try integrating avarice for users that have avrdragon or whatever special debugging hardware is needed. And avrdude for flashing. But that's about it I guess.
<Guest64>
AVR still have a strong foothold in production devices I think... 8 bit seems a bit loopy in this day and age but it's still widely used from what I heard, both PIC and AVR.
<PaulFertser>
BTW, STM8 is supported by OpenOCD
<PaulFertser>
And PIC32 (MIPS)
<Guest64>
And of course the older Arduinos and all the clones of them make AVR still a thing to some extent.