bl602-pac icon indicating copy to clipboard operation
bl602-pac copied to clipboard

The SVD needs improvements

Open sajattack opened this issue 3 years ago • 4 comments

I would recommend, before developing HAL further, we should concentrate on improving the SVD and PAC so we have a better foundation. I generated the docs for the PAC, and I can see there are:

  • No/useless documentation for what the peripherals are
  • Duplications of blocks that are identical (ie timer2 and timer3 have the same fields but are totally duplicated)
  • No field accessors / enumeratedValues beyond .bits()
  • No/useless field documentation

So I think we should start by going through the reference manual and updating the SVD.

sajattack avatar Nov 28 '20 21:11 sajattack