1. 09 1月, 2023 3 次提交
  2. 08 1月, 2023 1 次提交
  3. 02 1月, 2023 3 次提交
  4. 01 1月, 2023 1 次提交
  5. 30 12月, 2022 1 次提交
  6. 26 12月, 2022 2 次提交
  7. 25 12月, 2022 1 次提交
  8. 23 12月, 2022 1 次提交
  9. 22 12月, 2022 3 次提交
    • mysterywolf's avatar
      [sensor] draft new sensor-hal framework (#6746) · 262392a6
      mysterywolf 提交于
      * [sensor] new sensor framework
      针对老版本sensor框架的诸多不合理设计进行重构
      之前的PR中已经重构了浮点数相关的问题
      本次PR主要围绕sensor的整体架构予以重构,对过于理想化的参数和模式予以删除
      * [sensor] 增加can modbus总线类型
      * [stm32l745] 完善sensor对接
      * [sensor] fix the onchip ID print
      262392a6
    • Z
      [stm32f1] 对于RTC-Alarm进行添加STM32F1宏控制 (#6765) · f4323f20
      Zxy 提交于
      并确认并列出已经在什么情况或板卡上进行了测试。
      And confirm in which case or board has been tested. -->
      STM32F103ZET6
      
      为什么提交这份PR (why to submit this PR)
      使用STM32F103ZET6的RTC的Alarm功能出现问题,按照原本的驱动代码编译会报错。
      
      你的解决方案是什么 (what is your solution)
      修改底层驱动drv_rtc.c文件,将报错的几个结构体给注释掉即可。
      
      在什么测试环境下测试通过 (what is the test environment)
      rtstudio下对STM32F103ZET6进行测试并且成功运行Alarm功能
      f4323f20
    • [arduino][stm32f427-robomaster-a] : 对接RTduino (#6767) · eec9d4f5
      螺丝松掉的人 提交于
      * [arduino][stm32f427-robomaster-a] : 对接RTduino
      
      * Update README.md
      
      * Update pins_arduino.c
      Co-authored-by: mysterywolf's avatarMan, Jianting (Meco) <920369182@qq.com>
      eec9d4f5
  10. 20 12月, 2022 2 次提交
  11. 16 12月, 2022 1 次提交
  12. 15 12月, 2022 1 次提交
  13. 12 12月, 2022 1 次提交
    • mysterywolf's avatar
      [rtdef] use lower-case to define attributes (#6728) · 99bdf978
      mysterywolf 提交于
      * [rtdef] rename RT_WEAK attribute as rt_weak
      
      * [rtdef] rename RT_USED attribute as rt_used
      
      * [rtdef] rename RT_SECTION attribute as rt_section
      
      * [rtdef] rename ALIGN attribute as rt_align
      
      * [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
      99bdf978
  14. 10 12月, 2022 1 次提交
  15. 07 12月, 2022 1 次提交
  16. 06 12月, 2022 7 次提交
  17. 05 12月, 2022 1 次提交
  18. 03 12月, 2022 1 次提交
  19. 22 11月, 2022 3 次提交
    • 哈哈哈可是开电脑's avatar
      [CAN]update struct can_filter_item and rt_can_msg (#6556) · 569e2ae1
      哈哈哈可是开电脑 提交于
      * 修改ry命令,已便于自定义保存路径
      
      * modified:   components/utilities/ymodem/ry_sy.c
      
      * 修复从被动错误恢复后发送返回异常
      
      * 修复在自动重传模式下,ACK异常阻塞线程
      - 删除TX中断函数else分支。仅当RQCP位 置一才进入该中断
      - 添加SCE中断函数中关于ACK_ERR的else判断。自动重传模式下会进入该判断,打断自动重传释放完成量。
      
      * 增加对于CAN1与CAN2的SCE中断和TX中断的公共处理函数
      
      * formatting格式化代码
      
      * update struct can_filter_item and rt_can_msg
      1. 对过滤器号和索引号结构体定义中同一名称hdr进行重命名hdr_bank和hdr_index,
      以便准确区分.采用宏定义兼容以前变量名.
      2. 添加接收标识rxfifo,已指明是哪个RXFIFO.
      
      * 更正42M下的波特率
      
      * 修复接收获取索引号错误
      
      * 添加接收标识
      
      * 更新注释
      
      * 取消CANFD限制
      
      * update struct can_filter_item and rt_can_msg
      569e2ae1
    • mysterywolf's avatar
      [stm32] 解决Error_Handler()函数在*_msp.c文件下报错的问题 · 6808f48b
      mysterywolf 提交于
      在用户头文件区增加#include <drv_common.h>即可
      6808f48b
    • mysterywolf's avatar
      [stm32l475-pandora] select AHT10_USING_SENSOR_DEVICE · dc5f280a
      mysterywolf 提交于
      dc5f280a
  20. 21 11月, 2022 1 次提交
  21. 19 11月, 2022 1 次提交
  22. 15 11月, 2022 2 次提交
  23. 14 11月, 2022 1 次提交