ARM: prettify current cmsis- files.
This is, reformat the "Changes for Teacup" section, change tabs for spaces, remove trailing whitespace and keep the file as close to the original as possible.
This commit is contained in:
parent
5fa7bfbf81
commit
4ff26e1776
|
|
@ -1,11 +1,11 @@
|
|||
/* Linker script for mbed LPC1114. */
|
||||
/* Linker script for mbed LPC1114 */
|
||||
/*
|
||||
Changes for Teacup:
|
||||
|
||||
Copied from in spring 2015 from https://github.com/mbedmicro/mbed, file
|
||||
Copied in spring 2015 from https://github.com/mbedmicro/mbed, file
|
||||
mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/
|
||||
TOOLCHAIN_GCC_ARM/TARGET_LPC11XX/LPC1114.ld
|
||||
|
||||
Changes for Teacup:
|
||||
|
||||
- Removed trailing whitespace, replaced tabs by spaces.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -30,13 +30,13 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/*
|
||||
Changes for Teacup:
|
||||
|
||||
Copied from in spring 2015 from https://github.com/mbedmicro/mbed, file
|
||||
Copied in spring 2015 from https://github.com/mbedmicro/mbed, file
|
||||
mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/
|
||||
TOOLCHAIN_GCC_ARM/startup_LPC11xx.s
|
||||
|
||||
- Removed trailing whitespace, replaced tabs by spaces.
|
||||
Changes for Teacup:
|
||||
|
||||
- (None)
|
||||
*/
|
||||
.syntax unified
|
||||
.arch armv6-m
|
||||
|
|
|
|||
Loading…
Reference in New Issue