1. 20 4月, 2022 1 次提交
  2. 19 4月, 2022 3 次提交
  3. 18 4月, 2022 5 次提交
  4. 16 4月, 2022 1 次提交
    • mysterywolf's avatar
      update arduino related (#5809) · 9fa8c78c
      mysterywolf 提交于
      - add comments
      - remove ARDUINO_PWM_HZ
      - remove initVariant blank function
      - support DAC0
      - improve Kconfig of STM32L475 PANDORA
      - add readme
      - add i2c1 bus device
      9fa8c78c
  5. 15 4月, 2022 4 次提交
  6. 14 4月, 2022 3 次提交
    • Z
      Update drv_can.c · ecb69f56
      zuozuojia 提交于
      删除多余注释,另外确定了对于其他型号单片机的适应性
      ecb69f56
    • ZZJ!'s avatar
      [bsp/stm32] fix the bug of can filter conflict · ff36a39d
      ZZJ! 提交于
      ff36a39d
    • K
      Add Microchip SAM series MCU support for RT-Thread (#5771) · 8af8decb
      Kevin Liu 提交于
      * Add Microchip SAM series MCU support for RT-Thread
      
      Add Microchip SAM series MCU support for RT-Thread, including SAM Cortex-M0+, M4F and M7.
      
      * Add bsp directory to ignored check list
      
      Add bsp directory to ignored check list, add microchip /samc21/same54/same70 to workflows list
      
      * remove STDIO definition and bug fix
      
      1. remove STDIO code from Microchip official BSP. 2. bug fix of SAME70 hpl/hpl_usart.c, samc21&same54 hpl/hpl_sercom.c baudrate update interface.  3. Add RT-Thread standard STDIO implementation on Microchip SAM MCU.
      
      * add CAN driver & example and script fix
      
      Add CAN driver and example for SAMC21/SAME5x/SAME70 and fix rtconfig.py issue(unused space might result link error)
      
      * Add Chinese version README
      
      Add Chinese version README for SAMC21/E54/E70
      8af8decb
  7. 13 4月, 2022 4 次提交
  8. 11 4月, 2022 7 次提交
  9. 09 4月, 2022 1 次提交
  10. 08 4月, 2022 1 次提交
    • C
      Lm402 (#5746) · 6b565152
      CaocoWang 提交于
      * 1、添加基于STM32WLE5JC的BSP
      2、修正stm32wlxx的引用
      
      * edit readme
      6b565152
  11. 07 4月, 2022 1 次提交
    • mysterywolf's avatar
      improve libc time and MSVC simulator (#5775) · c318dfa9
      mysterywolf 提交于
      - [libc] 解决由于类unix操作系统发展历史原因fcntl.h定义的标志位在不同编译器中定义不同的问题
      - [simulator] 部分宏定义转为全局宏定义以确保vs内置文件可以正确配置
      - [simulator] 取消自欺欺人式的警告消除处理方式
      - [libc][time] 优化time相关结构体在不同编译器下的包含
      c318dfa9
  12. 06 4月, 2022 4 次提交
    • 一隅天涯's avatar
      [bsp/gd32]Complete the pins device define. · 33603974
      一隅天涯 提交于
      33603974
    • 一隅天涯's avatar
      [bsp/gd32] Add gd32450i-eval board bsp. · 00970db1
      一隅天涯 提交于
      00970db1
    • B
      [bsp/ch32v103r-evt] add ch32v103r-evt bsp · 99526cc0
      blta 提交于
      feat: move MRS demo source to bsp and libraries folder
      
      feat: update Sconscript
      
      feat: modify SConstruct in the bsp
      
      feat: use the rtconfig.py of gd32vf103v-eval bsp to modify
      
      feat: use the MRS's rtconfig.h temoporarily
      
      feat: update Kconfig files
      
      feat: use the MRS's .ld and rename as link.lds
      
      feat: add ch32v1 porting folder
      
      perf: remove board/system_ch32v10x.c
      
      fix: define SOC_ARM_SERIES_CH32V103 in rtconfig.h
      
      fix: add some neccessary macros in rtconfig.h
      
      perf: use the menuconfig to generate rtconfig.h
      
      feat: add readme.md
      
      fix: correct the bad encode in main.c
      
      fix: include board.h in main.c
      
      perf: check and update README.md
      
      perf: remove ch32f10x_port_cn.md
      
      feat: ignore the standard libraries's CI checking
      
      feat: add sdk_dist.py
      
      fix: correct some style errors again
      
      perf: simply the board/kconfig
      
      fix: format ch32v103r-evt
      
      fix: format drvs and libcpu
      99526cc0
    • mysterywolf's avatar
      [arduino] 非必要功能使用弱依赖 (#5757) · 953ebe29
      mysterywolf 提交于
      953ebe29
  13. 05 4月, 2022 1 次提交
  14. 04 4月, 2022 1 次提交
    • armink_ztl's avatar
      完善 Serial V2 框架 (#5770) · 039efbb0
      armink_ztl 提交于
      * [stm32] fix h7 uart V2 driver unused code.
      
      * [DeviceDriver][serialv2] fix the serialv2 when using for console device on DMA mode.
      
      * [stm32][art-pi] using serial v2 by default
      
      * [DeviceDriver][SerialV2] Add termios for serial@V2 .
      
      * [BSP][STM32] Add hardware flow control for STM32 serial@V2 driver.
      
      * [DeviceDriver][Serial@V2] Add hardware flow control for serial V2.
      039efbb0
  15. 01 4月, 2022 2 次提交
  16. 30 3月, 2022 1 次提交