1. 12 8月, 2022 2 次提交
  2. 11 8月, 2022 2 次提交
  3. 10 8月, 2022 4 次提交
  4. 08 8月, 2022 7 次提交
  5. 06 8月, 2022 1 次提交
    • T
      Esp32 C3 UART driver (#6214) · 3c3bd647
      tangzz98 提交于
      * Use FreeRTOS wrapper
      
      * Add console driver
      
      * Add patch, .config. Update readme.
      
      * Change date
      3c3bd647
  6. 05 8月, 2022 2 次提交
  7. 04 8月, 2022 7 次提交
  8. 03 8月, 2022 4 次提交
  9. 02 8月, 2022 6 次提交
  10. 01 8月, 2022 3 次提交
  11. 31 7月, 2022 1 次提交
  12. 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