more stuff in the README
This commit is contained in:
parent
1df064852c
commit
53d3501604
20
README.md
20
README.md
|
@ -71,6 +71,26 @@ quite shitty to parse text-based format, making things quite complicated. The
|
|||
conditionals depend on outside knowledge (eg. exact chip names, Xtensa TRAX
|
||||
register bases, ...) which I don't have, so those are currently left ignored.
|
||||
|
||||
#### Where do I get these files?
|
||||
|
||||
CMSIS-SVD files can be obtained from eg.
|
||||
[here](https://github.com/posborne/cmsis-svd).
|
||||
|
||||
Many device tree source files can be found in the [Linux kernel source
|
||||
tree](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/).
|
||||
|
||||
NEC/Renesas DVF files can be downloaded from the Renesas website (per chip as
|
||||
"Device File" or "Parameter File"), or in bulk from Renesas toolchain updates
|
||||
or from messing around with the search tool on the Renesas webiste.
|
||||
|
||||
TRACE32 PER files can be obtained from the Lauterbach website by going through
|
||||
the "Other Updates" section of the TRACE32 downloadables.
|
||||
|
||||
ATpack files (which are zip files containing ATDFs) can be downloaded from
|
||||
[here](http://packs.download.atmel.com/).
|
||||
|
||||
TI DSLite files come with a CCStudio installation.
|
||||
|
||||
## License
|
||||
|
||||
Eh, idk yet.
|
||||
|
|
Loading…
Reference in New Issue