Go to file
Aaron Giles f5730e89ef Exposed an address space for EEPROM devices. This has several
side-effects:
 - EEPROM memory is now visible in the debugger
 - EEPROM memory can be accessed like any CPU/device memory
    (i.e., use eeprom.b@<addr> instead of eeprom.eb@<addr>)

Removed support in the expression engine for EEPROM-specific
accesses.

Updated all systems that muck directly with EEPROM memory to
use memory accessors instead on the EEPROM address space.

Extended the devtempl.h file to support device address spaces.

Cleaned up romload a bit to make it clear that region flags are
enforced for any device with an address space, not just CPUs.
2009-12-28 18:04:50 +00:00
docs Changed behavior of -watchdog option to act like a real watchdog. It now 2009-12-24 02:52:17 +00:00
src Exposed an address space for EEPROM devices. This has several 2009-12-28 18:04:50 +00:00
.gitattributes Optimized RDP implementation further with more flattened branches. [Harmony] 2009-12-28 10:34:33 +00:00
makefile Removed the global "includes" include and instead specify the "includes" path in all #include occurences. [Oliver Stoneberg] 2009-12-21 23:09:02 +00:00