hydevcode
hydevcode
分享一下gh命令的一些使用技巧: hydevcode/post#6
- [ ] RT-Thread sensor框架 - [ ] 待定
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 定时自动发布release版本 #### 你的解决方案是什么 (what is your solution) 根据上一个版本的标签(tag)生成新的版本号,同时获取上一个版本的时间点,以此为起点提取至今的所有Pull Request(PR),并将这些PR作为新版本的描述信息。 #### 请提供验证的bsp和config (provide the config and bsp)  - BSP:...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 编写一份CI脚本,针对重点看护产品,结合版本versionconfig ci自动生成版本测试产物,其中包含针对不同平台下,不同驱动/外设/软件包生成的可执行文件 在原本的yml基础上,同时还会编译对应的的demo.c文件,举个例子,这个pr中包含一个aht21的例子,内容是上电后自动读取温湿度并打印出来,最后生成该demo的bin文件,可以直接烧写进板子里测试 #### 你的解决方案是什么 (what is your solution)  attachconfig生成的产物: https://github.com/hydevcode/rt-thread/actions/runs/14299438695 versionconfig生成的产物: https://github.com/hydevcode/rt-thread/actions/runs/14299305688 #### 请提供验证的bsp和config (provide the config...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 根据attachconfig实现自动编译elf文件,生成的elf文件可以按yml中的名词命名,比如coponent.elf 保存到attach-output文件夹中 命令: scons --attachtest=all 自动将所有attachconfig选项编译成elf scons --attachtest=peripheral.aht21 选择单个选项进行编译 #### 你的解决方案是什么 (what is your solution) 按照issues https://github.com/RT-Thread/rt-thread/issues/10052 的描述实现功能 ####...