Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
example apps: use better Crossworks method for app placement
Browse files Browse the repository at this point in the history
  • Loading branch information
majbthrd committed May 6, 2018
1 parent 37f6ba7 commit 626305b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
5 changes: 0 additions & 5 deletions example-apps/mouseplay/ATSAMD11D14AM_MemoryMap.xml

This file was deleted.

4 changes: 1 addition & 3 deletions example-apps/mouseplay/D11mouseplay.hzp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
linker_memory_map_file="$(DeviceMemoryMapFile)"
linker_output_format="bin"
linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml"
linker_section_placement_macros="FLASH_START=0x400"
macros="DeviceLoaderFile=$(TargetsDir)/SAM_D/Loader/SAM_D11_Loader.elf;DeviceMemoryMapFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_MemoryMap.xml;DeviceRegisterDefinitionFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_Registers.xml;DeviceFamily=SAM D;DeviceSubFamily=SAM D11"
package_dependencies="SAM_D"
project_directory=""
Expand All @@ -52,9 +53,6 @@
<file file_name="usb_std.c" />
<file file_name="usb_hid.c" />
</folder>
<folder Name="System Files">
<file file_name="ATSAMD11D14AM_MemoryMap.xml" />
</folder>
</project>
<configuration Name="THUMB Debug" inherited_configurations="THUMB;Debug" />
<configuration
Expand Down
5 changes: 0 additions & 5 deletions example-apps/vcp/ATSAMD11D14AM_MemoryMap.xml

This file was deleted.

4 changes: 1 addition & 3 deletions example-apps/vcp/ataradov-vcp.hzp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
linker_memory_map_file="$(DeviceMemoryMapFile)"
linker_output_format="bin"
linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml"
linker_section_placement_macros="FLASH_START=0x400"
macros="DeviceLoaderFile=$(TargetsDir)/SAM_D/Loader/SAM_D11_Loader.elf;DeviceMemoryMapFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_MemoryMap.xml;DeviceRegisterDefinitionFile=$(TargetsDir)/SAM_D/XML/ATSAMD11D14AM_Registers.xml;DeviceFamily=SAM D;DeviceSubFamily=SAM D11"
package_dependencies="SAM_D"
project_directory=""
Expand All @@ -52,9 +53,6 @@
<file file_name="usb_descriptors.c" />
<file file_name="usb_std.c" />
</folder>
<folder Name="System Files">
<file file_name="ATSAMD11D14AM_MemoryMap.xml" />
</folder>
</project>
<configuration Name="THUMB Debug" inherited_configurations="THUMB;Debug" />
<configuration
Expand Down

0 comments on commit 626305b

Please sign in to comment.