RT-Thread / RT-Thread/rt-thread
[Feature] 设备驱动中的命令希望配置成可裁剪 默认开启 加入kconfig
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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