9c8ea085f83b894ae8184c92f025098cfef671b9
Stefan Schuermans initial firmware and testbed

Stefan Schuermans authored 12 years ago

1) SECTIONS
2) {
3)   . = 0x00000000;
Stefan Schuermans increased code and data add...

Stefan Schuermans authored 12 years ago

4)   .rom : {
5)      *(.text)
6)      . = 0x00002000;
7)   }
8)   . = 0x00010000;
9)   .ram : {
10)      *(.rodata)
11)      *(.data)
12)      *(.bss)
13)      *(*COM*)
14)      . = 0x00002000;
15)   }