diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 17:13:52 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 17:13:52 +0000 |
commit | 9d397dfbbea03968384b9a1b0ae121b6ba256806 (patch) | |
tree | bba755d8eb00dfed0c56707e7748b46a24a8e670 /openpicc/config | |
parent | 820b68313794bc658cd664cbfd7adddbcfcd2cf8 (diff) |
Add pio_irq and pll code
(and a dummy dbgu.h)
git-svn-id: https://svn.openpcd.org:2342/trunk@322 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/config')
-rw-r--r-- | openpicc/config/atmel-rom.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index 9a74420..0a9a04d 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -29,6 +29,7 @@ SECTIONS __data_beg_src__ = __end_of_text__; *(.data) *(.data.*) + *(.fastrun) *(.ramfunc) __data_end__ = .; } >ram AT>flash |