1. 01 2月, 2023 5 次提交
  2. 31 1月, 2023 1 次提交
  3. 30 1月, 2023 2 次提交
  4. 29 1月, 2023 3 次提交
  5. 24 1月, 2023 1 次提交
  6. 23 1月, 2023 2 次提交
  7. 21 1月, 2023 2 次提交
  8. 20 1月, 2023 3 次提交
  9. 19 1月, 2023 3 次提交
  10. 18 1月, 2023 3 次提交
  11. 17 1月, 2023 4 次提交
  12. 16 1月, 2023 4 次提交
    • [bsp/bl808] add: drv_gpio (#6856) · 84af32db
      螺丝松掉的人 提交于
      * [bsp/bl808] add: drv_gpio
      84af32db
    • R
      [IFX]Remove HAL_Drivers/config folder · 1632ad08
      Rbb666 提交于
      1632ad08
    • L
      add some apm32 bsp and fix apm32f0/apm32f1 gcc startup assembly file bug and... · 2da43feb
      luobeihai 提交于
      add some apm32 bsp and fix apm32f0/apm32f1 gcc startup assembly file bug and fix apm32 drv_eth.c bug (#6855)
      
      * add some apm32 bsp and fix apm32f0/apm32f4 gcc startup assembly file bug and fix drv_eth.c bug
      
      * fix apm32f103xe-minibroard and apm32f407ig-minibroard link.lds file error
      
      * replace apm32f051r8-evalboard picture
      
      * fix apm32f1 gcc assembly startup file suffix name
      
      * renamed startup_apm32f10x_md.s/startup_apm32f10x_hd.s file and modify apm32f103xe-minibroard/board SConscript file
      2da43feb
    • S
      [rt-smart] porting c906 and D1s to mm (#6848) · f0dadcb3
      Shell 提交于
      * [rv64/bsp] porting to mm
      
      * [mm] report more info for debugging
      
      * [fix] code format
      
      * [libcpu/c906] porting to RTOS
      
      * [fix] using rtdbg api
      
      * [fix] add return
      
      * [fix] report more information for debugging
      
      * [fix] use assert 0 for unrecoverable error
      f0dadcb3
  13. 14 1月, 2023 1 次提交
    • [bsp] wch ch32v307v-r1动态初始化堆内存 (#6849) · fec74045
      会飞的诸 提交于
      #### 为什么提交这份PR (why to submit this PR)
      - 修复ch32v307v-r1 board.h 中变量_stack_size未声明BUG
      - 提供ch32v307v-r1动态堆内存分配(宏开关)代码
      - ch32v307v-r1 MD文档新增烧录方式,作为烧录后无运行结果的替代方案
      
      #### 你的解决方案是什么 (what is your solution)
      - 去掉_stack_size未声明变量
      - 动态分配内存堆,将堆起始地址放在.bss段结尾,堆结束地址放在.stack段开头[详情](https://club.rt-thread.org/ask/article/001065082e9ae611.html)
      - 将烧录工具替换为WCH-LinkUtility
      
      #### 在什么测试环境下测试通过 (what is the test environment)
      - 开发工具: RT-Thread Studio
      - 测试板卡:ch32v307v-r1评估板
      - 烧录工具:WCH-LinkUtility
      fec74045
  14. 13 1月, 2023 6 次提交