Skip to content

Develop/nn#10

Merged
00lllooolll00 merged 7 commits into
masterfrom
develop/nn
Feb 14, 2026
Merged

Develop/nn#10
00lllooolll00 merged 7 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 13, 2026 05:26

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 performs a small cleanup pass across L2_Core by simplifying its documentation structure and removing redundant #include directives in several HAL source files.

Changes:

  • Removes the “实现状态” documentation section and renumbers subsequent headings in L2_Core/readme.md.
  • Removes duplicated #include "../../utils/inc/ek_assert.h" lines across multiple HAL modules.
  • Removes an unused ek_export.h include from ek_hal_gpio.c.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
L2_Core/readme.md Deletes the “实现状态” section and renumbers the remaining documentation headings.
L2_Core/hal/src/ek_hal_uart.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_tim.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_tick.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_spi.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_ltdc.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_i2c.c Removes a duplicate ek_assert.h include.
L2_Core/hal/src/ek_hal_gpio.c Removes an unused include (ek_export.h).
L2_Core/hal/src/ek_hal_dma2d.c Removes a duplicate ek_assert.h include.

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

Comment thread L2_Core/readme.md
Comment on lines +194 to +196
## 5. 移植层设计(port/)

### 6.1 设备表驱动模式
### 5.1 设备表驱动模式

Copilot AI Feb 13, 2026

Copy link

Choose a reason for hiding this comment

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

After renumbering this section to ## 5. 移植层设计(port/) / ### 5.1 ..., the next subsection header later in this section still reads ### 6.2 EK_EXPORT 自动注册, which makes the numbering inconsistent. Please renumber that subsection to ### 5.2 ... (and confirm subsequent subsection numbers are consistent).

Copilot uses AI. Check for mistakes.
@00lllooolll00 00lllooolll00 merged commit 6353a53 into master Feb 14, 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