1. 07 12月, 2022 7 次提交
  2. 06 12月, 2022 11 次提交
  3. 05 12月, 2022 1 次提交
  4. 04 12月, 2022 1 次提交
  5. 03 12月, 2022 2 次提交
  6. 02 12月, 2022 1 次提交
  7. 01 12月, 2022 2 次提交
  8. 30 11月, 2022 2 次提交
  9. 28 11月, 2022 2 次提交
  10. 27 11月, 2022 2 次提交
  11. 25 11月, 2022 1 次提交
    • X
      [bsp] faster startup for cortex-a · 16f6157b
      xiaoguang_ma 提交于
      If the application defines dozens of global variables,
      the speed of clearing the bss segment will be slower.
      
      Because icache can be enabled before the mmu enabled.
      Therefore, in order to speed up the process of clearing the BSS segment,
      enable icache needs to be put ahead.
      16f6157b
  12. 24 11月, 2022 2 次提交
  13. 23 11月, 2022 2 次提交
  14. 22 11月, 2022 4 次提交
    • mysterywolf's avatar
      [ch32] fix a typo · fc83546c
      mysterywolf 提交于
      fc83546c
    • S
      增加野火 启明6M5板级支持包 (#6616) · 2878566c
      ShaquilleLiu 提交于
      * 增加 野火 启明6M5 板级支持包
      
      * 修复串口引脚描述错误
      
      * 上一版提交,UART端口改了,但是uart编号漏改
      Co-authored-by: NLiuxiequan <liuxiequan@cvte.com>
      2878566c
    • 哈哈哈可是开电脑'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
      [msh] remove list_xxx commands, use 'list' to replace · 84eab696
      mysterywolf 提交于
      84eab696