Skip to content

Develop/nn#12

Merged
00lllooolll00 merged 5 commits into
masterfrom
develop/nn
Feb 25, 2026
Merged

Develop/nn#12
00lllooolll00 merged 5 commits into
masterfrom
develop/nn

Conversation

@00lllooolll00

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 25, 2026 16:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes hardcoded linker scripts and implements a dynamic linker script generation system. The system automatically generates appropriate linker scripts based on MCU-specific memory parameters, making the build configuration more maintainable and reducing code duplication across different MCU targets.

Changes:

  • Introduced dynamic linker script generation mechanism with MCU-specific memory parameters
  • Removed hardcoded linker scripts from build configuration files
  • Removed unused CMSIS and STARM driver files

Reviewed changes

Copilot reviewed 57 out of 161 changed files in this pull request and generated no comments.

Show a summary per file
File Description
L1_MCU/STM32F429ZIT6_GCC/CMakeLists.txt Added memory parameter definitions for linker script generation
L1_MCU/GD32F470ZGT6/CMakeLists.txt Added memory parameter definitions for linker script generation
L1_MCU/CMakeLists.txt Integrated linker script generation and configuration
CMakeLists.txt Updated to use dynamically generated linker script
.github/workflows/build.yml Removed hardcoded linker script path from build configuration
L1_MCU/STM32F429ZIT6_STARM/* Deleted STARM MCU files and CMSIS drivers
L1_MCU/STM32F429ZIT6_GCC/stm32f429zit6_flash.ld Removed static linker script file
L1_MCU/GD32F470ZGT6/gd32f470zgt6_flash.ld Removed static linker script file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@00lllooolll00 00lllooolll00 merged commit f74a776 into master Feb 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants