hathach před 4 roky
rodič
revize
adb848f754

+ 6 - 0
CONTRIBUTORS.rst

@@ -153,6 +153,12 @@ Notable contributors
 -  Add new class driver for DFU Runtime
 
 
+`Tian Yunhao <https://github.com/t123yh>`__
+-------------------------------------------
+
+-  Add new DCD port for Allwinner F1C100S/F1C200S
+-  Add support for osal_rtx4
+
 `Timon Skerutsch <https://github.com/PTS93>`__
 ----------------------------------------------
 

+ 1 - 0
README.rst

@@ -32,6 +32,7 @@ Supported MCUs
 
 The stack supports the following MCUs:
 
+- **Allwinner:** F1C100s/F1C200s
 - **Broadcom:** BCM2837, BCM2711
 - **Dialog:** DA1469x
 - **Espressif:** ESP32-S2, ESP32-S3

+ 1 - 0
src/portable/sunxi/dcd_sunxi_musb.c

@@ -1,6 +1,7 @@
 /*
  * The MIT License (MIT)
  *
+ * Copyright (c) 2021 Koji KITAYAMA
  * Copyright (c) 2021 Tian Yunhao (t123yh)
  * Copyright (c) 2021 Ha Thach (tinyusb.org)
  *

+ 1 - 0
src/portable/sunxi/musb_def.h

@@ -1,6 +1,7 @@
 /*
  * The MIT License (MIT)
  *
+ * Copyright (c) 2021 Koji KITAYAMA
  * Copyright (c) 2021 Tian Yunhao (t123yh)
  * Copyright (c) 2021 Ha Thach (tinyusb.org)
  *