1. 16 8月, 2022 1 次提交
  2. 27 4月, 2022 1 次提交
    • K
      添加对Microchip SAML10系列支持 (#5868) · 55c98270
      Kevin Liu 提交于
      * Add SAML10 Cortex-M23 series support
      
      1. Add SAML10 Cortex-M23 series support; 2. remove STDIO related code of same54 series, no need any more; 3. update rtconfig.py to support output bin & map file containing DEVICE PART info.
      55c98270
  3. 19 4月, 2022 1 次提交
    • K
      Microchip SAM MCU新增ethernet支持和驱动更新 (#5821) · 7847c5e9
      Kevin Liu 提交于
      * Microchip SAM MCU BSP update and add ethernet driver
      
      1. Update Microchip SAM MCU BSP, add I2C, GMAC, ADC driver support. 2. Add ethernet driver support of SAM MCU for RT-Thread.
      
      * Add GMAC and I2C driver support
      
      1. Update MCU BSP to support I2C/ADC/GMAC peripherals. 2. Add I2C and ethernet driver and LWIP support. 3. Update serial driver.
      
      * Add I2C driver and move some files to the common folder
      
      1. Add I2C driver. 2. Move the same drivers and demo code to same folder to reduce duplicated code.
      7847c5e9
  4. 14 4月, 2022 1 次提交
    • 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