Files
sw_openocd/src/target
ntfreak 4da019edeb David Brownell <david-b@pacbell.net>:
Clean up treatment of registers in ARMv7-M and Cortex-M3. 

 - At the arch level:
    * Just list registers and names; don't impose core-specific
      policy about how they are accessed.
    * Each register has a symbol.
    * Remove the register mode field (irrelevant to debugger)

 - At the core/implementation level:
    * Just map the registers to their relevant access methods;
      don't require the arch level to say how that should work
      (cores other than Cortex-M3 could do it differently).
    * Don't use undefined bits from register 20.
    * Use register IDs that are part of the ARMv7-M interface.

In short, there's now a real distinction between the arch
and core layers.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2554 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-07-21 20:15:11 +00:00
..
2009-06-23 22:45:47 +00:00
2009-06-21 03:15:59 +00:00
2009-07-21 20:15:11 +00:00
2009-07-21 20:15:11 +00:00
2009-06-23 22:45:15 +00:00
2009-06-23 22:40:10 +00:00
2009-06-23 22:44:17 +00:00
2009-07-16 10:43:15 +00:00
2009-07-16 10:30:50 +00:00
2009-06-23 22:44:17 +00:00
2009-06-18 07:11:40 +00:00