Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-arm committed Dec 14, 2020
1 parent e59cdff commit 516eb21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion records/hic_hal/k20dx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ common:
includes:
- source/hic_hal/freescale/k20dx
- source/hic_hal/freescale/k20dx/MK20D5
- projectfiles/uvision/k20dx_bl/build
sources:
hic_hal:
- source/hic_hal/freescale
Expand All @@ -28,6 +27,8 @@ tool_specific:
misc:
ld_flags:
- --predefine="-I..\..\..\source\hic_hal\freescale\k20dx"
includes:
- projectfiles/uvision/k20dx_bl/build
sources:
hic_hal:
- source/hic_hal/freescale/k20dx/armcc
Expand Down
3 changes: 2 additions & 1 deletion records/hic_hal/k26f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ common:
- source/hic_hal/freescale/k26f
- source/hic_hal/freescale/k26f/MK26F18
- source/hic_hal/freescale/iap
- projectfiles/uvision/k26f_bl/build
sources:
hic_hal:
- source/hic_hal/freescale/k26f
Expand All @@ -34,6 +33,8 @@ tool_specific:
- --no_unaligned_access
asm_flags:
- --no_unaligned_access
includes:
- projectfiles/uvision/k26f_bl/build
sources:
hic_hal:
- source/hic_hal/freescale/k26f/armcc
Expand Down
3 changes: 2 additions & 1 deletion records/hic_hal/kl26z.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ common:
includes:
- source/hic_hal/freescale/kl26z
- source/hic_hal/freescale/kl26z/MKL26Z4
- projectfiles/uvision/kl26z_bl/build
sources:
hic_hal:
- source/hic_hal/freescale
Expand All @@ -28,6 +27,8 @@ tool_specific:
misc:
ld_flags:
- --predefine="-I..\..\..\source\hic_hal\freescale\kl26z"
includes:
- projectfiles/uvision/kl26z_bl/build
sources:
hic_hal:
- source/hic_hal/freescale/kl26z/armcc
Expand Down
3 changes: 2 additions & 1 deletion records/hic_hal/sam3u2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ common:
- OS_CLOCK=96000000
includes:
- source/hic_hal/atmel/sam3u2c
- projectfiles/uvision/sam3u2c_bl/build
sources:
hic_hal:
- source/hic_hal/atmel/sam3u2c
Expand All @@ -20,6 +19,8 @@ tool_specific:
misc:
ld_flags:
- --predefine="-I..\..\..\source\hic_hal\atmel\sam3u2c"
includes:
- projectfiles/uvision/sam3u2c_bl/build
sources:
hic_hal:
- source/hic_hal/atmel/sam3u2c/armcc
Expand Down

0 comments on commit 516eb21

Please sign in to comment.