Skip to content

Commit 9e39aad

Browse files
committed
fix:fix bootloader ram size from link.lds,release 1.1.0 sdk version.
1 parent b6239a1 commit 9e39aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/art_pi2_bootloader/board/linker_scripts/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Program Entry, set to mark it as "used" and avoid gc */
66
MEMORY
77
{
8-
ROM (rx) : ORIGIN =0x08000000,LENGTH =128k
8+
ROM (rx) : ORIGIN =0x08000000,LENGTH =64k
99
RAM (rw) : ORIGIN =0x24000000,LENGTH =512k
1010
}
1111
ENTRY(Reset_Handler)

sdk-bsp-stm32h7r-realthread-artpi2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
yaml_version: 3
3-
pkg_version: 1.0.0
3+
pkg_version: 1.1.0
44
pkg_vendor: RealThread
55
pkg_type: Board_Support_Packages
66
board:
77
name: STM32H7R7-RT-ART-Pi2
8-
version: 1.0.0
8+
version: 1.1.0
99
vendor: RT-Thread
1010
description_zh: ART-Pi2 是 RT-Thread 团队专门为嵌入式软件工程师、开源创客设计的一款极具扩展功能的 DIY 开源硬件.
1111
description_en: ART-Pi2 is a DIY open source hardware specially designed for embedded software engineers and open source makers after six months of careful preparation by RT-Thread team

0 commit comments

Comments
 (0)