Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
280fc85d
Commit
280fc85d
authored
Feb 27, 2013
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Use a slightly less insane/redundant toolchain configuration from within Atmel Studio.
parent
fa2a8fca
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LUFA/StudioIntegration/lufa_toolchain.xml
+7
-11
7 additions, 11 deletions
LUFA/StudioIntegration/lufa_toolchain.xml
with
7 additions
and
11 deletions
LUFA/StudioIntegration/lufa_toolchain.xml
+
7
−
11
View file @
280fc85d
...
@@ -10,37 +10,33 @@
...
@@ -10,37 +10,33 @@
<lufa>
<lufa>
<asf>
<asf>
<!-- Sourced from Atmel ASF 3.6.0, required for extensions to pass project generator validation -->
<select-by-device
id=
"common.utils.toolchain_config"
caption=
"Toolchain configuration defaults"
>
<select-by-device
id=
"common.utils.toolchain_config"
caption=
"Toolchain configuration defaults"
>
<module
type=
"build-specific"
id=
"common.utils.toolchain_config#avr"
caption=
"Toolchain configuration defaults for 8-bit AVR"
>
<module
type=
"build-specific"
id=
"common.utils.toolchain_config#avr"
caption=
"Toolchain configuration defaults for 8-bit AVR"
>
<info
type=
"gui-flag"
value=
"hidden"
/>
<info
type=
"gui-flag"
value=
"hidden"
/>
<device-support
value=
"avr"
/>
<device-support
value=
"avr"
/>
<toolchain-config
name=
"avrgcc.assembler.general.AssemblerFlags"
value=
"-mrelax"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned"
value=
"False"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned"
value=
"False"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.optimization.OtherFlags"
value=
"-fdata-sections"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.optimization.OtherFlags"
value=
"-fdata-sections"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.warnings.AllWarnings"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.warnings.AllWarnings"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.miscellaneous.OtherFlags"
value=
"-std=gnu99
-Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax
-fno-strict-aliasing"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.compiler.miscellaneous.OtherFlags"
value=
"-std=gnu99 -fno-strict-aliasing"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.linker.optimization.GarbageCollectUnusedSections"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.linker.optimization.GarbageCollectUnusedSections"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.linker.optimization.RelaxBranches"
value=
"True"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.linker.miscellaneous.LinkerFlags"
value=
"-Wl,--relax"
toolchain=
"avrgcc"
/>
<toolchain-config
name=
"avrgcc.linker.miscellaneous.LinkerFlags"
value=
"-Wl,--relax"
toolchain=
"avrgcc"
/>
</module>
</module>
</select-by-device>
</select-by-device>
<!-- Sourced from Atmel ASF 3.6.0, required for extensions to pass project generator validation -->
<module
type=
"build-specific"
id=
"common.utils.toolchain_config#uc3"
caption=
"Toolchain configuration defaults for 32-bit AVR"
>
<module
type=
"build-specific"
id=
"common.utils.toolchain_config#uc3"
caption=
"Toolchain configuration defaults for 32-bit AVR"
>
<info
type=
"gui-flag"
value=
"hidden"
/>
<info
type=
"gui-flag"
value=
"hidden"
/>
<device-support
value=
"uc3"
/>
<device-support
value=
"uc3"
/>
<toolchain-config
name=
"avr32gcc.assembler.general.AssemblerFlags"
value=
"-mrelax"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.optimization.OtherFlags"
value=
"-fdata-sections"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.optimization.OtherFlags"
value=
"-fdata-sections"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.optimization.PrepareFunctionsForGarbageCollection"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.warnings.AllWarnings"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.warnings.AllWarnings"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.miscellaneous.OtherFlags"
value=
"-std=gnu99 -fno-strict-aliasing -mno-cond-exec-before-reload"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.linker.optimization.GarbageCollectUnusedSections"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.linker.optimization.GarbageCollectUnusedSections"
value=
"True"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.compiler.miscellaneous.OtherFlags"
value=
"-std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -mno-cond-exec-before-reload -fno-strict-aliasing"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.preprocessingassembler.general.AssemblerFlags"
value=
"-mrelax"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.linker.miscellaneous.LinkerFlags"
value=
"-Wl,--relax"
toolchain=
"avr32gcc"
/>
<toolchain-config
name=
"avr32gcc.linker.miscellaneous.LinkerFlags"
value=
"-Wl,--relax"
toolchain=
"avr32gcc"
/>
</module>
</module>
</asf>
</asf>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment