RT-Thread / RT-Thread/rt-thread

[Feature] 设备驱动中的命令希望配置成可裁剪 默认开启 加入kconfig

Open
#11,146 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
12.2k
Forks
5.4k
Avg merge
4d 12h
Merged PRs (30d)
40

Description

Describe problem solved by the proposed feature

设备驱动中 例如pwm can adc pin 这些命令虽然很方便 但是 也暂用了大量的flash 希望可以通过kconfig 裁剪

Describe your preferred solution

No response

Describe possible alternatives

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the device-driver command registrations for pwm, can, adc, and pin, then review the project's existing Kconfig conventions. The work is done when each command can be independently disabled through Kconfig, remains enabled by default, and the disabled options no longer contribute their command code to the firmware.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
build-system, embedded-iot
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.