From 72a50e7b229d0801fd2e7cd3fc3fbb52cf2d18a5 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 4 Oct 2016 19:36:57 +0000 Subject: [PATCH] Refs #133. Corrected comment related to BOOT_CPU_BYTE_ORDER_MOTOROLA because the Endian modes were mixed up. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@151 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- .../ARM7_LPC2000_Olimex_LPC_L2294_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_GCC/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM0_STM32_Discovery_STM32F051_GCC/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM0_STM32_Discovery_STM32F051_IAR/Boot/blt_conf.h | 4 ++-- .../Boot/blt_conf.h | 4 ++-- .../ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/blt_conf.h | 4 ++-- .../ARMCM3_EFM32_Olimex_EM32G880F128STK_IAR/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM3_LM3S_EK_LM3S8962_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_LM3S_EK_LM3S8962_IAR/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/blt_conf.h | 4 ++-- .../Boot/blt_conf.h | 4 ++-- .../ARMCM3_STM32_Olimex_STM32H103_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_STM32_Olimex_STM32H103_GCC/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_STM32_Olimex_STM32H103_IAR/Boot/blt_conf.h | 4 ++-- .../ARMCM3_STM32_Olimex_STM32P103_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_STM32_Olimex_STM32P103_GCC/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM3_STM32_Olimex_STM32P103_IAR/Boot/blt_conf.h | 4 ++-- .../Demo/ARMCM3_STM32_Olimex_STM32P103_Keil/Boot/blt_conf.h | 4 ++-- .../ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h | 4 ++-- Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h | 4 ++-- .../Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Boot/blt_conf.h | 4 ++-- Target/Source/xcp.h | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_Crossworks/Boot/blt_conf.h b/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_Crossworks/Boot/blt_conf.h index 1c90c21f..e0b9634b 100644 --- a/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_GCC/Boot/blt_conf.h b/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_GCC/Boot/blt_conf.h index 3f0ec99b..0da4e2b6 100644 --- a/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARM7_LPC2000_Olimex_LPC_L2294_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_GCC/Boot/blt_conf.h index e07396bd..ad0d4b49 100644 --- a/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_IAR/Boot/blt_conf.h index 47805786..63540dc6 100644 --- a/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM0_STM32_Discovery_STM32F051_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_Crossworks/Boot/blt_conf.h index 8c41b54f..8ed72cba 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/blt_conf.h index d6345104..9a204526 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_IAR/Boot/blt_conf.h index d01b7b63..1ab88386 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h index c46bfe20..05904c66 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h index f1587d4a..3766a0ee 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h index 025eb746..abfd2b90 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_Crossworks/Boot/blt_conf.h index 36f64be0..8208c7af 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/blt_conf.h index 4aabb05f..9b5dde99 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_IAR/Boot/blt_conf.h index fcc1878c..1d7652e9 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/blt_conf.h index 795221c9..e8a29e44 100644 --- a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC/Boot/blt_conf.h index cb2fd2dc..1dc0b822 100644 --- a/Target/Demo/ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_Crossworks/Boot/blt_conf.h index bc29e872..38d880da 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_GCC/Boot/blt_conf.h index 991a4362..771e586d 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_IAR/Boot/blt_conf.h index 988cae67..9fa03b81 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32H103_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Crossworks/Boot/blt_conf.h index 54ab2c29..7c7a5b10 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_GCC/Boot/blt_conf.h index 7a457b08..685fb050 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_IAR/Boot/blt_conf.h index 05a3681f..465d363b 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Keil/Boot/blt_conf.h b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Keil/Boot/blt_conf.h index edad0791..add7d3d0 100644 --- a/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Keil/Boot/blt_conf.h +++ b/Target/Demo/ARMCM3_STM32_Olimex_STM32P103_Keil/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h index 25f2de80..06744700 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_Crossworks/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h index 6e4b7f1e..ff693849 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_GCC/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h index f4f21023..0cb1ede6 100644 --- a/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_STM32_Olimex_STM32E407_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h b/Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h index 06ff24c5..54007060 100644 --- a/Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h +++ b/Target/Demo/ARMCM4_TM4C_DK_TM4C123G_IAR/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Boot/blt_conf.h b/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Boot/blt_conf.h index 1b5cfa6c..a4776da0 100644 --- a/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Boot/blt_conf.h +++ b/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Boot/blt_conf.h @@ -36,8 +36,8 @@ * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects little endian mode and 0 selects - * big endian mode. + * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects + * little endian mode. * * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be * called the moment the user program is about to be started. This could be used to diff --git a/Target/Source/xcp.h b/Target/Source/xcp.h index 62e756e6..3ae0a7af 100644 --- a/Target/Source/xcp.h +++ b/Target/Source/xcp.h @@ -51,10 +51,10 @@ #define XCP_STATION_ID_STRING "OpenBLT" #if (BOOT_CPU_BYTE_ORDER_MOTOROLA > 0) -/** \brief XCP byte ordering according to the Motorola (little-endian). */ +/** \brief XCP byte ordering according to the Motorola (big-endian). */ #define XCP_MOTOROLA_FORMAT (0x01) #else -/** \brief XCP byte ordering according to the Intel (big-endian). */ +/** \brief XCP byte ordering according to the Intel (little-endian). */ #define XCP_MOTOROLA_FORMAT (0x00) #endif