1. 12 10月, 2022 5 次提交
  2. 11 10月, 2022 10 次提交
  3. 10 10月, 2022 4 次提交
  4. 09 10月, 2022 7 次提交
    • X
      bug fix · 80f495de
      xiaoguang_ma 提交于
      When detecting all SDIO devices fails, it is also necessary to return information
      80f495de
    • wannomore's avatar
      [bsp][c28x] add driver for GPIO and improve pwm's driver (#6493) · 7c122cca
      wannomore 提交于
      1. 增加PWM模块的配置kconfig代码
      2. 调整目录结构,新增c28x文件夹,将原有tms320f28379的porting移动至c28x文件夹下,通用设备驱动移动至c28x/libraries下
      3. 增加gpio驱动代码以及外部中断触发驱动代码
      
      目前已经在tms320f28379上通过测试
      7c122cca
    • F
      remove unused code to improve speed · e80facfd
      Frank Buss 提交于
      The RT_ASSERT(obj != object) line is only compiled for debug mode.
      But the rt_enter/exit_critical causes the compiler not to optimize
      at least these 2 calls, even if it could optimize out the whole loop,
      because the rt_list_entry function has no side effect, and RT_ASSET
      is a no-operation in release mode. So this patch fixes this:
      - no warnings anymore
      - better speed in release mode
      e80facfd
    • mysterywolf's avatar
      [dist-ide] 优化导出RTThread Studio工程命令 · 6b60aab1
      mysterywolf 提交于
      - 导出rtstudio工程时,多增加一级目录,防止BSP本地Sconscript和导出的工程的Sconscript粘接 导致编译出错
      - 增加命令别名 --dist-rtstudio 该命令和 --dist-ide命令执行一致,方便用户理解,--dist-ide IDE表示的内容过于宽泛
      6b60aab1
    • armink_ztl's avatar
      [components][utilities][ulog] Improve the HEX LOG by new formater. (#6490) · a48f446a
      armink_ztl 提交于
      - 重构格式化器
      - 重写 HEX 日志功能,与标准日志使用相同的格式化器。与标准日志在日志过滤功能和日志头显示功能上一致
      a48f446a
    • B
      560a2120
    • 斌cazure's avatar
      [bsp][ch32v307] 添加can驱动 (#6484) · c17d5d50
      斌cazure 提交于
      CH32V307 添加can驱动。
      CAN1和CAN2均可以使用,而且调整好波特率
      c17d5d50
  5. 03 10月, 2022 1 次提交
  6. 02 10月, 2022 1 次提交
  7. 30 9月, 2022 5 次提交
  8. 29 9月, 2022 5 次提交
  9. 28 9月, 2022 1 次提交
  10. 27 9月, 2022 1 次提交