1. 09 2月, 2023 1 次提交
  2. 08 2月, 2023 1 次提交
  3. 24 8月, 2022 1 次提交
    • E
      ch569w-evt: add usbhs device mode driver (#6330) · a38b39ac
      emuzit 提交于
      ch569w-evt: add usbhs device mode driver
      
      * usbd driver tested with cdc_vcom, internal loopback
        (can't run both MSH & usbd due to 16KB RAM limitation)
      * reduce usrstack & main thread stack size for usbd test
      * ch56x_uart.c : iron out UART0_PIN_ALT assignment
      a38b39ac
  4. 10 8月, 2022 1 次提交
  5. 02 8月, 2022 1 次提交
  6. 30 7月, 2022 1 次提交
    • E
      WCH CH569W-R0-1v0 evt board bsp port, first version (#6167) · c802fcdc
      emuzit 提交于
      WCH CH569W-R0-1v0 evt board bsp port, first version
      
      dev/test under Ubuntu 20.04
      toolchain from MounRiver_Studio_Community_Linux_x64_V120
      
      tested drivers : SysTick, gpio, gpio interrupt, uart1 (RX interrupt, TX polling)
      
      libcpu/risc-v/SConscript :
      group includes rtconfig.CPU only if folder exists
      
      libcpu/risc-v/common/cpuport.c/rt_hw_context_switch_interrupt() :
      make it RT_WEAK for customization
      c802fcdc