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

Commit

Permalink
v2.2.7
Browse files Browse the repository at this point in the history
- important security updates
- add support for IAR tools
- add privileged boot code example
- hexfive-conf @098e5a (v2.2.7+)
- hexfive-kern-arm @993347 (v2.0.1)
  • Loading branch information
Hex-Five-Labs committed Aug 21, 2023
1 parent 19b087a commit 16b4c4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bsp/ATSAME70/boot
2 changes: 1 addition & 1 deletion bsp/EKRA6M3/boot
2 changes: 1 addition & 1 deletion bsp/GD32307/boot
2 changes: 1 addition & 1 deletion bsp/IMXRT1020/boot
4 changes: 2 additions & 2 deletions bsp/STM32F767/boot/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright(C) 2020 Hex Five Security, Inc. - All Rights Reserved
# Copyright(C) 2023 Hex Five Security, Inc. - All Rights Reserved

TARGET := boot

Expand All @@ -13,7 +13,7 @@ CFLAGS += -ffunction-sections -fdata-sections -fomit-frame-pointer
CFLAGS += -O0
CFLAGS += -Wall

LDFLAGS += -T ../memory.lds -T ./linker.ld
LDFLAGS += -T ../../$(BOARD)/memory.lds -T linker.ld
LDFLAGS += -nostartfiles -nodefaultlibs -nostdlib
LDFLAGS += -Xlinker --gc-sections
LDFLAGS += -Wl,-Map,$(TARGET).map
Expand Down

0 comments on commit 16b4c4a

Please sign in to comment.