| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
** Yes it's technically quiesce but it's lunch time and I'm hungry
|
|
|
|
|
|
|
|
|
|
Turns out, you can just pass this thing an architecture that is
*completely* different from the one in the platform you are also passing
in and it'll just happily do the wrong thing. While that's pretty wild,
I'm in favor of not having to make this particular mistake again the
next time I copy/paste some code, so we're now deprecating it.
|
|
|
|
core functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't want to wait 10 seconds to glob for rust plugins! Someone should really go and rip out all these duplicate cmake files...
|
|
Reason #555 we should redo rust cmake stuff
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
|
|
|
|
|
|
resolver symbol.
|
|
|
|
|
|
|
|
|
|
entries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we assumed a well-formed SVD file to only address its register block with a single definition, this is unfortunately not always the case and to handle it we must attempt to merge blocks, more work on this needs to be done later to support multi-register address blocks.
|