Skip to content

Commit 186f385

Browse files
committed
templates: kB simbol (not KB)
1 parent 39d0453 commit 186f385

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

ilg.gnuarmeclipse.templates.cortexm/templates/cortexm_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ CM.group.target.description=Select the target processor family and define flash
2121
CM.core.label=Processor core:
2222
CM.core.description=The ARM Cortex-M core (M0, M0+, M3, M4).
2323

24-
CM.flashSize.label=Flash size (KB):
25-
CM.flashSize.description=The internal flash size in KB.
24+
CM.flashSize.label=Flash size (kB):
25+
CM.flashSize.description=The internal flash size in kB.
2626
CM.flashSize.default=128
2727

28-
CM.ramSize.label=RAM size (KB):
28+
CM.ramSize.label=RAM size (kB):
2929
CM.ramSize.description=\
30-
The internal RAM size in KB. It must match \n\
30+
The internal RAM size in kB. It must match \n\
3131
exactly the physical RAM size, not more,\n\
3232
not less.
3333
CM.ramSize.default=20

ilg.gnuarmeclipse.templates.freescale/templates/klxx_c_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ KLxx.group.target.description=Select the target processor family and define flas
2121
KLxx.chipFamily.label=Chip family:
2222
KLxx.chipFamily.description=The Kinetis KLxx chip family.
2323

24-
KLxx.flashSize.label=Flash size (KB):
25-
KLxx.flashSize.description=The internal flash size in KB.\n\
24+
KLxx.flashSize.label=Flash size (kB):
25+
KLxx.flashSize.description=The internal flash size in kB.\n\
2626
FRDM_KL25 has 128K, FRDM_KL46 has 256K.
2727
KLxx.flashSize.default=128
2828

29-
KLxx.ramSize.label=RAM size (KB):
29+
KLxx.ramSize.label=RAM size (kB):
3030
KLxx.ramSize.description=\
31-
The internal RAM size in KB. It must match \n\
31+
The internal RAM size in kB. It must match \n\
3232
exactly the physical RAM size, not more,\n\
3333
not less. FRDM_KL25 has 16K, FRDM_KL46 has 32K.
3434
KLxx.ramSize.default=16

ilg.gnuarmeclipse.templates.stm/templates/stm32f0xx_exe_c_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ STM32F0xx.group.target.description=Select the target processor family and define
1515
STM32F0xx.chipFamily.label=Chip family:
1616
STM32F0xx.chipFamily.description=The STM32F0xx chip family.
1717

18-
STM32F0xx.flashSize.label=Flash size (KB):
19-
STM32F0xx.flashSize.description=The internal flash size in KB.
18+
STM32F0xx.flashSize.label=Flash size (kB):
19+
STM32F0xx.flashSize.description=The internal flash size in kB.
2020
STM32F0xx.flashSize.default=64
2121

22-
STM32F0xx.ramSize.label=RAM size (KB):
23-
STM32F0xx.ramSize.description=The internal RAM size in KB.
22+
STM32F0xx.ramSize.label=RAM size (kB):
23+
STM32F0xx.ramSize.description=The internal RAM size in kB.
2424
STM32F0xx.ramSize.default=8
2525

2626
STM32F0xx.hseValue.label=Clock (Hz):

ilg.gnuarmeclipse.templates.stm/templates/stm32f10x_exe_c_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ STM32F10x.group.target.description=Select the target processor family and define
1515
STM32F10x.chipFamily.label=Chip family:
1616
STM32F10x.chipFamily.description=The STM32F10x chip family.
1717

18-
STM32F10x.flashSize.label=Flash size (KB):
19-
STM32F10x.flashSize.description=The internal flash size in KB.
18+
STM32F10x.flashSize.label=Flash size (kB):
19+
STM32F10x.flashSize.description=The internal flash size in kB.
2020
STM32F10x.flashSize.default=128
2121

22-
STM32F10x.ramSize.label=RAM size (KB):
23-
STM32F10x.ramSize.description=The internal RAM size in KB.
22+
STM32F10x.ramSize.label=RAM size (kB):
23+
STM32F10x.ramSize.description=The internal RAM size in kB.
2424
STM32F10x.ramSize.default=20
2525

2626
STM32F10x.hseValue.label=External clock (Hz):

ilg.gnuarmeclipse.templates.stm/templates/stm32f2xx_exe_c_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ STM32F2xx.group.target.description=Select the target processor family and define
1515
STM32F2xx.chipFamily.label=Chip family:
1616
STM32F2xx.chipFamily.description=The STM32F2xx chip family.
1717

18-
STM32F2xx.flashSize.label=Flash size (KB):
19-
STM32F2xx.flashSize.description=The internal flash size in KB.
18+
STM32F2xx.flashSize.label=Flash size (kB):
19+
STM32F2xx.flashSize.description=The internal flash size in kB.
2020
STM32F2xx.flashSize.default=128
2121

22-
STM32F2xx.ramSize.label=RAM size (KB):
23-
STM32F2xx.ramSize.description=The internal RAM size in KB.
22+
STM32F2xx.ramSize.label=RAM size (kB):
23+
STM32F2xx.ramSize.description=The internal RAM size in kB.
2424
STM32F2xx.ramSize.default=20
2525

2626
STM32F2xx.hseValue.label=External clock (Hz):

ilg.gnuarmeclipse.templates.stm/templates/stm32f3xx_exe_c_project/template.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ STM32F3xx.group.target.description=Select the target processor family and define
1515
STM32F3xx.chipFamily.label=Chip family:
1616
STM32F3xx.chipFamily.description=The STM32F3xx chip family.
1717

18-
STM32F3xx.flashSize.label=Flash size (KB):
19-
STM32F3xx.flashSize.description=The internal flash size in KB.
18+
STM32F3xx.flashSize.label=Flash size (kB):
19+
STM32F3xx.flashSize.description=The internal flash size in kB.
2020
STM32F3xx.flashSize.default=256
2121

22-
STM32F3xx.ramSize.label=RAM size (KB):
23-
STM32F3xx.ramSize.description=The internal RAM size in KB.
22+
STM32F3xx.ramSize.label=RAM size (kB):
23+
STM32F3xx.ramSize.description=The internal RAM size in kB.
2424
STM32F3xx.ramSize.default=40
2525

26-
STM32F3xx.ccmRamSize.label=CCM RAM size (KB):
27-
STM32F3xx.ccmRamSize.description=The internal Core Coupled RAM size in KB.
26+
STM32F3xx.ccmRamSize.label=CCM RAM size (kB):
27+
STM32F3xx.ccmRamSize.description=The internal Core Coupled RAM size in kB.
2828
STM32F3xx.ccmRamSize.default=8
2929

3030
STM32F3xx.hseValue.label=External clock (Hz):

ilg.gnuarmeclipse.templates.stm/templates/stm32f4xx_exe_c_project/template.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ STM32F4xx.group.target.description=Select the target processor family and define
1515
STM32F4xx.chipFamily.label=Chip family:
1616
STM32F4xx.chipFamily.description=The STM32F4xx chip family.
1717

18-
STM32F4xx.flashSize.label=Flash size (KB):
19-
STM32F4xx.flashSize.description=The internal flash size in KB.
18+
STM32F4xx.flashSize.label=Flash size (kB):
19+
STM32F4xx.flashSize.description=The internal flash size in kB.
2020
STM32F4xx.flashSize.default=1024
2121

2222
STM32F4xx.hseValue.label=External clock (Hz):
2323
STM32F4xx.hseValue.description=The external clock frequency, in Hz.
2424
STM32F4xx.hseValue.default=8000000
2525

26-
STM32F4xx.ramSize.label=RAM size (KB):
27-
STM32F4xx.ramSize.description=The internal RAM size in KB.
26+
STM32F4xx.ramSize.label=RAM size (kB):
27+
STM32F4xx.ramSize.description=The internal RAM size in kB.
2828
STM32F4xx.ramSize.default=192
2929

3030
STM32F4xx.content.label=Content:

0 commit comments

Comments
 (0)