robertlipe / svdtoheaders

svdtoheaders parses CMSIS System View Description (SVD) file and writes C headers describing parts, written in style of Nuttx memorymap.h and various peripheral device register files.
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

default prefix is CH32V #2

Open eeucalyptus opened 7 months ago

eeucalyptus commented 7 months ago

I would recommend using a more neutral default prefix or none at all.

robertlipe commented 7 months ago

Well, that makes it wrong for everyone instead of wrong for everyone except one family of chip, but I supposed I'd accept a PR that just blanked the defaults for prefix and svdfile on the following line.

On Sat, Jan 13, 2024 at 3:34 PM eeucalyptus @.***> wrote:

I would recommend using a more neutral default prefix or none at all.

— Reply to this email directly, view it on GitHub https://github.com/robertlipe/svdtoheaders/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCSD37JNCFT73PXWIKKHRTYOL4V5AVCNFSM6AAAAABBZSYKC2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4DANBYGM2DMMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

eeucalyptus commented 7 months ago

Okay, I wouldn't consider no prefix as wrong, but that might be a personal thing. I'll see into it :)