X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fldscripts%2FREADME.txt;h=d40e3b54bd369467ff877d6b180a94e0f306d799;hp=df612261e1bfaca5c2751ad9882ac3adcf8a9cce;hb=HEAD;hpb=3e2cb34748f8b81f2b584da8174fce3bbcd5ae9e diff --git a/firmware/ldscripts/README.txt b/firmware/ldscripts/README.txt index df61226..d40e3b5 100644 --- a/firmware/ldscripts/README.txt +++ b/firmware/ldscripts/README.txt @@ -1,10 +1,11 @@ Linking script notes, by Travis Goodspeed. -msp430f1612.x is a neighborly little linking script, the purpose of which is to -link an application for use on an MSP430F1611 or MSP430F1612. These -chips differ in that five kilobytes at 0x2500 are RAM in the 1611, -Flash in the 1612. All other scripts in this directory should be -similarly modified, but the GCC script seems to be used by default if not. +Sometimes we need to support a chip which has not yet been integrated +into the linking scripts of the day's popular msp430gcc build. This +directory holds those scripts, which eventually get deleted as chips +are better supported by GCC. + +