source: avrstuff/CPC stuff/gordon/manager/link.ld@ 7c25c3e

main
Last change on this file since 7c25c3e was 7c25c3e, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

PROGRESS!
With the fixed hardware, things are going much better...

Support for erasing and writing ROM 5 (as a test). Seems not very reliable yet, but mostly working.
I'll add a compare with source and see if I can find what's going wrong.

git-svn-id: svn://pulkomandy.tk/avrstuff@82 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 59 bytes
Line 
1SECTIONS {
2 .text: { *(.text) }
3 .uninit: { *(.uninit) }
4}
Note: See TracBrowser for help on using the repository browser.