Skip to content

Commit

Permalink
Update device startup code and linker scripts
Browse files Browse the repository at this point in the history
Only include the CM4 startup code and linker scripts with the target for each board.
  • Loading branch information
Kyle Kearney committed Aug 27, 2019
1 parent 2cd3e1e commit d9bb4f0
Show file tree
Hide file tree
Showing 44 changed files with 133 additions and 8,574 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; to pass a scatter file through a C preprocessor.

;*******************************************************************************
;* \file cy8c6xx7_cm4_dual.scat
;* \file cy8c6xx7_cm4_dual.sct
;* \version 2.50
;*
;* Linker file for the ARMCC.
Expand Down Expand Up @@ -173,7 +173,7 @@ LR_IROM1 FLASH_CM4_START FLASH_CM4_SIZE
RW_RAM_DATA +0
{
* (.cy_ramfunc)
.ANY (+RW, +ZI)
* (+RW, +ZI)
}

; Place variables in the section that should not be initialized during the
Expand Down

This file was deleted.

Loading

0 comments on commit d9bb4f0

Please sign in to comment.