Skip to content

Commit fadc463

Browse files
author
dthiele
committed
added flag for bootloader update
1 parent e1d2cc1 commit fadc463

File tree

2 files changed

+58
-57
lines changed

2 files changed

+58
-57
lines changed
Binary file not shown.

hardware/pinoccio/avr/bootloaders/STK500RFR2/STK500RFR2.cproj

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -153,63 +153,64 @@
153153
<PropertyGroup Condition=" '$(Configuration)' == '_PINOCCIO_256RFR2_' ">
154154
<ToolchainSettings>
155155
<AvrGcc>
156-
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
157-
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
158-
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
159-
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
160-
<avrgcc.compiler.symbols.DefSymbols>
161-
<ListValues>
162-
<Value>F_CPU=16000000UL</Value>
163-
<Value>_PINOCCIO_256RFR2_=1</Value>
164-
<Value>pinoccio</Value>
165-
<Value>_SW_VERSION_=5</Value>
166-
</ListValues>
167-
</avrgcc.compiler.symbols.DefSymbols>
168-
<avrgcc.compiler.directories.IncludePaths>
169-
<ListValues>
170-
<Value>../uracoli-src/inc</Value>
171-
<Value>../uracoli-src/inc/boards</Value>
172-
</ListValues>
173-
</avrgcc.compiler.directories.IncludePaths>
174-
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
175-
<avrgcc.compiler.optimization.OtherFlags>-fdata-sections</avrgcc.compiler.optimization.OtherFlags>
176-
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
177-
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
178-
<avrgcc.compiler.optimization.DebugLevel>Maximum (-g3)</avrgcc.compiler.optimization.DebugLevel>
179-
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
180-
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic>
181-
<avrgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -mrelax</avrgcc.compiler.miscellaneous.OtherFlags>
182-
<avrgcc.linker.libraries.Libraries>
183-
<ListValues>
184-
<Value>uracoli_pinoccio</Value>
185-
</ListValues>
186-
</avrgcc.linker.libraries.Libraries>
187-
<avrgcc.linker.libraries.LibrarySearchPaths>
188-
<ListValues>
189-
<Value>../uracoli-src/lib</Value>
190-
</ListValues>
191-
</avrgcc.linker.libraries.LibrarySearchPaths>
192-
<avrgcc.linker.memorysettings.Flash>
193-
<ListValues>
194-
<Value>.text=0x1F000</Value>
195-
<Value>.bootlup=0x1FE80</Value>
196-
</ListValues>
197-
</avrgcc.linker.memorysettings.Flash>
198-
<avrgcc.linker.miscellaneous.LinkerFlags>-Wl,--relax</avrgcc.linker.miscellaneous.LinkerFlags>
199-
<avrgcc.assembler.general.AssemblerFlags>-mrelax -DBOARD=USER_BOARD</avrgcc.assembler.general.AssemblerFlags>
200-
<avrgcc.assembler.general.IncludePaths>
201-
<ListValues>
202-
<Value>../src</Value>
203-
<Value>../src/ASF/common/boards</Value>
204-
<Value>../src/ASF/common/boards/user_board</Value>
205-
<Value>../src/ASF/common/utils</Value>
206-
<Value>../src/ASF/mega/utils</Value>
207-
<Value>../src/ASF/mega/utils/preprocessor</Value>
208-
<Value>../src/config</Value>
209-
</ListValues>
210-
</avrgcc.assembler.general.IncludePaths>
211-
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
212-
</AvrGcc>
156+
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
157+
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
158+
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
159+
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
160+
<avrgcc.compiler.symbols.DefSymbols>
161+
<ListValues>
162+
<Value>F_CPU=16000000UL</Value>
163+
<Value>_PINOCCIO_256RFR2_=1</Value>
164+
<Value>pinoccio</Value>
165+
<Value>_SW_VERSION_=5</Value>
166+
<Value>WIBO_FLAVOUR_BOOTLUP=1</Value>
167+
</ListValues>
168+
</avrgcc.compiler.symbols.DefSymbols>
169+
<avrgcc.compiler.directories.IncludePaths>
170+
<ListValues>
171+
<Value>../uracoli-src/inc</Value>
172+
<Value>../uracoli-src/inc/boards</Value>
173+
</ListValues>
174+
</avrgcc.compiler.directories.IncludePaths>
175+
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
176+
<avrgcc.compiler.optimization.OtherFlags>-fdata-sections</avrgcc.compiler.optimization.OtherFlags>
177+
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
178+
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
179+
<avrgcc.compiler.optimization.DebugLevel>Maximum (-g3)</avrgcc.compiler.optimization.DebugLevel>
180+
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
181+
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic>
182+
<avrgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -mrelax</avrgcc.compiler.miscellaneous.OtherFlags>
183+
<avrgcc.linker.libraries.Libraries>
184+
<ListValues>
185+
<Value>uracoli_pinoccio</Value>
186+
</ListValues>
187+
</avrgcc.linker.libraries.Libraries>
188+
<avrgcc.linker.libraries.LibrarySearchPaths>
189+
<ListValues>
190+
<Value>../uracoli-src/lib</Value>
191+
</ListValues>
192+
</avrgcc.linker.libraries.LibrarySearchPaths>
193+
<avrgcc.linker.memorysettings.Flash>
194+
<ListValues>
195+
<Value>.text=0x1F000</Value>
196+
<Value>.bootlup=0x1FE80</Value>
197+
</ListValues>
198+
</avrgcc.linker.memorysettings.Flash>
199+
<avrgcc.linker.miscellaneous.LinkerFlags>-Wl,--relax</avrgcc.linker.miscellaneous.LinkerFlags>
200+
<avrgcc.assembler.general.AssemblerFlags>-mrelax -DBOARD=USER_BOARD</avrgcc.assembler.general.AssemblerFlags>
201+
<avrgcc.assembler.general.IncludePaths>
202+
<ListValues>
203+
<Value>../src</Value>
204+
<Value>../src/ASF/common/boards</Value>
205+
<Value>../src/ASF/common/boards/user_board</Value>
206+
<Value>../src/ASF/common/utils</Value>
207+
<Value>../src/ASF/mega/utils</Value>
208+
<Value>../src/ASF/mega/utils/preprocessor</Value>
209+
<Value>../src/config</Value>
210+
</ListValues>
211+
</avrgcc.assembler.general.IncludePaths>
212+
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
213+
</AvrGcc>
213214
</ToolchainSettings>
214215
<MemorySettings />
215216
<GenerateHexFile>True</GenerateHexFile>

0 commit comments

Comments
 (0)