Skip to content

Commit

Permalink
templates: kB simbol (not KB)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 7, 2015
1 parent 39d0453 commit 186f385
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ CM.group.target.description=Select the target processor family and define flash
CM.core.label=Processor core:
CM.core.description=The ARM Cortex-M core (M0, M0+, M3, M4).

CM.flashSize.label=Flash size (KB):
CM.flashSize.description=The internal flash size in KB.
CM.flashSize.label=Flash size (kB):
CM.flashSize.description=The internal flash size in kB.
CM.flashSize.default=128

CM.ramSize.label=RAM size (KB):
CM.ramSize.label=RAM size (kB):
CM.ramSize.description=\
The internal RAM size in KB. It must match \n\
The internal RAM size in kB. It must match \n\
exactly the physical RAM size, not more,\n\
not less.
CM.ramSize.default=20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ KLxx.group.target.description=Select the target processor family and define flas
KLxx.chipFamily.label=Chip family:
KLxx.chipFamily.description=The Kinetis KLxx chip family.

KLxx.flashSize.label=Flash size (KB):
KLxx.flashSize.description=The internal flash size in KB.\n\
KLxx.flashSize.label=Flash size (kB):
KLxx.flashSize.description=The internal flash size in kB.\n\
FRDM_KL25 has 128K, FRDM_KL46 has 256K.
KLxx.flashSize.default=128

KLxx.ramSize.label=RAM size (KB):
KLxx.ramSize.label=RAM size (kB):
KLxx.ramSize.description=\
The internal RAM size in KB. It must match \n\
The internal RAM size in kB. It must match \n\
exactly the physical RAM size, not more,\n\
not less. FRDM_KL25 has 16K, FRDM_KL46 has 32K.
KLxx.ramSize.default=16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ STM32F0xx.group.target.description=Select the target processor family and define
STM32F0xx.chipFamily.label=Chip family:
STM32F0xx.chipFamily.description=The STM32F0xx chip family.

STM32F0xx.flashSize.label=Flash size (KB):
STM32F0xx.flashSize.description=The internal flash size in KB.
STM32F0xx.flashSize.label=Flash size (kB):
STM32F0xx.flashSize.description=The internal flash size in kB.
STM32F0xx.flashSize.default=64

STM32F0xx.ramSize.label=RAM size (KB):
STM32F0xx.ramSize.description=The internal RAM size in KB.
STM32F0xx.ramSize.label=RAM size (kB):
STM32F0xx.ramSize.description=The internal RAM size in kB.
STM32F0xx.ramSize.default=8

STM32F0xx.hseValue.label=Clock (Hz):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ STM32F10x.group.target.description=Select the target processor family and define
STM32F10x.chipFamily.label=Chip family:
STM32F10x.chipFamily.description=The STM32F10x chip family.

STM32F10x.flashSize.label=Flash size (KB):
STM32F10x.flashSize.description=The internal flash size in KB.
STM32F10x.flashSize.label=Flash size (kB):
STM32F10x.flashSize.description=The internal flash size in kB.
STM32F10x.flashSize.default=128

STM32F10x.ramSize.label=RAM size (KB):
STM32F10x.ramSize.description=The internal RAM size in KB.
STM32F10x.ramSize.label=RAM size (kB):
STM32F10x.ramSize.description=The internal RAM size in kB.
STM32F10x.ramSize.default=20

STM32F10x.hseValue.label=External clock (Hz):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ STM32F2xx.group.target.description=Select the target processor family and define
STM32F2xx.chipFamily.label=Chip family:
STM32F2xx.chipFamily.description=The STM32F2xx chip family.

STM32F2xx.flashSize.label=Flash size (KB):
STM32F2xx.flashSize.description=The internal flash size in KB.
STM32F2xx.flashSize.label=Flash size (kB):
STM32F2xx.flashSize.description=The internal flash size in kB.
STM32F2xx.flashSize.default=128

STM32F2xx.ramSize.label=RAM size (KB):
STM32F2xx.ramSize.description=The internal RAM size in KB.
STM32F2xx.ramSize.label=RAM size (kB):
STM32F2xx.ramSize.description=The internal RAM size in kB.
STM32F2xx.ramSize.default=20

STM32F2xx.hseValue.label=External clock (Hz):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ STM32F3xx.group.target.description=Select the target processor family and define
STM32F3xx.chipFamily.label=Chip family:
STM32F3xx.chipFamily.description=The STM32F3xx chip family.

STM32F3xx.flashSize.label=Flash size (KB):
STM32F3xx.flashSize.description=The internal flash size in KB.
STM32F3xx.flashSize.label=Flash size (kB):
STM32F3xx.flashSize.description=The internal flash size in kB.
STM32F3xx.flashSize.default=256

STM32F3xx.ramSize.label=RAM size (KB):
STM32F3xx.ramSize.description=The internal RAM size in KB.
STM32F3xx.ramSize.label=RAM size (kB):
STM32F3xx.ramSize.description=The internal RAM size in kB.
STM32F3xx.ramSize.default=40

STM32F3xx.ccmRamSize.label=CCM RAM size (KB):
STM32F3xx.ccmRamSize.description=The internal Core Coupled RAM size in KB.
STM32F3xx.ccmRamSize.label=CCM RAM size (kB):
STM32F3xx.ccmRamSize.description=The internal Core Coupled RAM size in kB.
STM32F3xx.ccmRamSize.default=8

STM32F3xx.hseValue.label=External clock (Hz):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ STM32F4xx.group.target.description=Select the target processor family and define
STM32F4xx.chipFamily.label=Chip family:
STM32F4xx.chipFamily.description=The STM32F4xx chip family.

STM32F4xx.flashSize.label=Flash size (KB):
STM32F4xx.flashSize.description=The internal flash size in KB.
STM32F4xx.flashSize.label=Flash size (kB):
STM32F4xx.flashSize.description=The internal flash size in kB.
STM32F4xx.flashSize.default=1024

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

STM32F4xx.ramSize.label=RAM size (KB):
STM32F4xx.ramSize.description=The internal RAM size in KB.
STM32F4xx.ramSize.label=RAM size (kB):
STM32F4xx.ramSize.description=The internal RAM size in kB.
STM32F4xx.ramSize.default=192

STM32F4xx.content.label=Content:
Expand Down

0 comments on commit 186f385

Please sign in to comment.