Fix USB, DOS line endings, integrate and reorganize project
[rapper.git] / new_cmsis / boards / lpc1768 / flash.ld
similarity index 98%
rename from new_cmsis/LPC1768-flash.ld
rename to new_cmsis/boards/lpc1768/flash.ld
index cebf954..16e6a20 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This is the NXP LPC1768 linker file for code running from flash.
  *
- * TODO: 
+ * TODO:
  * - handle the exotic input sections (e.g. glue and veneer, C++ sections)
  * - add additional Ethernet and USB RAM memory regions (2x16k)
  * - add boot ROM memory regions
@@ -45,6 +45,6 @@ SECTIONS {
     . = ALIGN(4);
     _ebss = .;
   } > ram
-  
+
   _sstack = ORIGIN(ram) + LENGTH(ram);
 }