1. 11 4月, 2022 3 次提交
  2. 09 4月, 2022 1 次提交
  3. 08 4月, 2022 1 次提交
    • C
      Lm402 (#5746) · 6b565152
      CaocoWang 提交于
      * 1、添加基于STM32WLE5JC的BSP
      2、修正stm32wlxx的引用
      
      * edit readme
      6b565152
  4. 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
  5. 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
  6. 05 4月, 2022 1 次提交
  7. 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
  8. 01 4月, 2022 2 次提交
  9. 30 3月, 2022 5 次提交
  10. 29 3月, 2022 14 次提交
  11. 28 3月, 2022 4 次提交
  12. 27 3月, 2022 2 次提交
    • mysterywolf's avatar
      增加依赖项 · a2b17574
      mysterywolf 提交于
      a2b17574
    • armink_ztl's avatar
      完善串口 V2 框架 (#5720) · bae1be0f
      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
      bae1be0f
  13. 26 3月, 2022 1 次提交
    • A
      Add some drivers (#5208) · bee9f4c7
      ACM32_MCU 提交于
      * 1. 新增了i2c/spi/rtc/crypto等驱动;2. 删除了部分文件中的未使用到的头文件包含; 3. 修改keil编译时pm文件atoi的头文件stdlib未包含的警告
      
      * 修改文件格式
      
      * BSP
      
      1. 修改f4系列bsp的readme文件与工程文件
      2. 修改f0系列源文件的版权信息、删除目前没有的库文件。
      3. 其他
      
      * 还原.gitignore文件
      Co-authored-by: Naisino2200 <90822414+aisino2200@users.noreply.github.com>
      bee9f4c7