issues Search Results · repo:RT-Thread/packages language:Python
Filter by
38 results
(56 ms)38 results
inRT-Thread/packages (press backspace or delete to remove)默认执行menuconfig时有太多的警告信息了,如何在这方面更严苛些,在提交PR ci的时候,可以对这些进行检查,把警告按错误处理。
Image
BernardXiong
- 2
- Opened on Jan 30
- #1851
由于不同主线版本不可避免会修改某些函数声明或数据类型,因此对应的软件包也需要尽可能同步适配,通过版本宏去做区分,下面是一个示例
如: 1.在主线版本5.0.2中,分离sensor框架为V1和V2两个版本 image 2.在主线版本5.1.0中,修改fetch_data函数声明为:
rt_ssize_t (*fetch_data)(struct rt_sensor_device *sensor, ...
kurisaW
- Opened on Sep 6, 2024
- #1774
如果是sensor_v2版本,仿照如下修改
config PKG_PACKAGES_NAME_USING_SENSOR_V2
bool Enable sensor_v2 divce framework
depends on RT_VER_NUM = 0x50001
select RT_USING_SENSOR
select ...
kurisaW
- 1
- Opened on Sep 6, 2024
- #1773
Ryan-CW-Code
- Opened on Jul 29, 2024
- #1763
❯ scons --menuconfig scons: Reading SConscript files ... scons: Entering directory
/Users/charlie/rt-thread-5.0.2/tools/kconfig-frontends scons: Reading SConscript files ... scons: done reading
SConscript ...
cltsp
- 1
- Opened on Jun 21, 2024
- #1742
e9aaac079bda2a9531e91eee37cbe9f rt_thread里已经没有name变量了,这里需要更新
messigogogo
- 3
- Opened on Jun 20, 2023
- #1629
如果你发现软件包提过PR之后,长时间联系不到作者,请在PR中关联这个issue。 社区这边会尝试帮忙找到作者,并且帮忙合并~。
supperthomas
- 7
- Opened on May 29, 2023
- #1618
环境
操作系统 Win10 env 版本 v1.3.5 RT-Thread 版本 v4.1.1
复现步骤
在 menuconfig 中:
Location: │ - RT-Thread online packages │ - multimedia packages │ - Enable GUI Engine (PKG_USING_GUIENGINE [=y])
启用 Enable GUI ...
IcyFeather233
- 2
- Opened on May 13, 2023
- #1614

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.