bfueldner / pysvd

Python System View Description parser
MIT License
9 stars 2 forks source link

Object names #3

Open Guillaume227 opened 3 years ago

Guillaume227 commented 3 years ago

Hello, thanks for the useful library. I have been playing around with it in the terminal and I have suggestions for making it more user-friendly.

Would be much nicer to see:

[DCMI,
 FMC,
 DBG,
 DMA2,
 DMA1,
 RCC,
 GPIOH,
 GPIOG,
 GPIOF,
...]

etc. I can see most of the classes derivatives have a 'name' member (some don't though), we could discuss what the best approach is if you are open to it.

bfueldner commented 2 years ago

@Guillaume227: Sorry for my long off-time. I use Github only for publishing the master/develop branches. So I didn't recognize your request. I agree with your argument, that the printout is not very user-friendly. Your welcome to fork and support this tiny project. As you can see, documentation #1 is also outstanding as my part.

bfueldner commented 2 years ago

Misleadingly closed by another commit with same issue number from private repository server.