RT-Thread / RT-Thread/rt-thread
[HUST CSE IOTS&P] rt_hwcrypto_device 中的 id 位数过少
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 12.2k
- Forks
- 5.4k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 40
Description
在 hwcrypto.h 中所定义的 64 位 unique id 长度不能满足所有的条件,例如 STM32F1 中使用 96 位的 unique id ,是否可以定义为一个指向数组的指针更加合适
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 with the unique ID definition in components/drivers/hwcrypto/hwcrypto.h at line 92. Compare its current 64-bit representation with the 96-bit unique ID used by STM32F1, then determine whether an array pointer is an appropriate API change. Done means reaching an agreed definition that supports the stated hardware requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100