Procházet zdrojové kódy

docs: release v1.1.0

Signed-off-by: sakumisu <1203593632@qq.com>
sakumisu před 1 měsícem
rodič
revize
94085c2c9c

+ 1 - 1
VERSION

@@ -1,5 +1,5 @@
 VERSION_MAJOR = 1
 VERSION_MAJOR = 1
-VERSION_MINOR = 0
+VERSION_MINOR = 1
 PATCHLEVEL = 0
 PATCHLEVEL = 0
 VERSION_TWEAK = 0
 VERSION_TWEAK = 0
 EXTRAVERSION = 0
 EXTRAVERSION = 0

+ 0 - 0
cherryec_config_template.h → cherryecat_config_template.h


+ 3 - 3
docs/source/conf.py

@@ -2,12 +2,12 @@
 
 
 # -- Project information
 # -- Project information
 
 
-project = 'CherryEC'
+project = 'CherryECAT'
 copyright = '2025 ~ 2026, sakumisu'
 copyright = '2025 ~ 2026, sakumisu'
 author = 'sakumisu'
 author = 'sakumisu'
 
 
-release = '1.0.0'
-version = '1.0.0'
+release = '1.1.0'
+version = '1.1.0'
 
 
 # -- General configuration
 # -- General configuration
 
 

+ 3 - 3
docs/source/index.rst

@@ -1,12 +1,12 @@
-.. CherryEC 使用指南 documentation master file, created by
+.. CherryECAT 使用指南 documentation master file, created by
    sphinx-quickstart on Thu Nov 21 10:50:33 2019.
    sphinx-quickstart on Thu Nov 21 10:50:33 2019.
    You can adapt this file completely to your liking, but it should at least
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
    contain the root `toctree` directive.
 
 
-CherryEC 使用指南
+CherryECAT 使用指南
 ======================================================
 ======================================================
 
 
-CherryEC 是一个小而美的、高实时性、低抖动 EtherCAT 主机协议栈,专为跑在 RTOS 下的 MCU 设计。
+CherryECAT 是一个小而美的、高实时性、低抖动 EtherCAT 主机协议栈,专为跑在 RTOS 下的 MCU 设计。
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1

+ 12 - 3
docs/source/quickstart.rst

@@ -3,7 +3,16 @@
 
 
 
 
 HPMicro Boards
 HPMicro Boards
------------------------------
+----------------------------
 
 
-RT-Thread RuiQing
------------------------------
+RT-Thread Boards
+----------------------------
+
+Titan Board
+^^^^^^^^^^^^^^^^
+
+etherkit Board
+^^^^^^^^^^^^^^^^
+
+RuiQing Board
+^^^^^^^^^^^^^^^^

+ 2 - 2
include/ec_version.h

@@ -6,7 +6,7 @@
 #ifndef EC_VERSION_H
 #ifndef EC_VERSION_H
 #define EC_VERSION_H
 #define EC_VERSION_H
 
 
-#define CHERRYECAT_VERSION     0x010000
-#define CHERRYECAT_VERSION_STR "v1.0.0"
+#define CHERRYECAT_VERSION     0x010100
+#define CHERRYECAT_VERSION_STR "v1.1.0"
 
 
 #endif
 #endif