800*320工程文件+初始demo提交

This commit is contained in:
2024-03-07 16:46:43 +08:00
parent 33e6eb45b3
commit 70ec3005bb
3306 changed files with 3374364 additions and 2563 deletions

View File

@ -0,0 +1,30 @@
/*!
@defgroup rpmsg_lite RPMsg-Lite Core Component
@brief This section describes the RPMsg-Lite core component that allows:
- Callback based reception.
- Blocking send functionality.
- Zero-copy send functionality.
*/
/*!
@defgroup rpmsg_queue RPMsg Queue Component
@brief This section describes the RPMsg Queue component that allows:
- Blocking reception.
- Zero-copy blocking reception.
*/
/*!
@defgroup rpmsg_ns RPMsg Name Service Component
@brief This section describes the RPMsg Name Service component that allows:
- Transmission of named endpoint creation and deletion announcement.
- Reception of the announcements.
*/
/*!
@defgroup config RPMsg-Lite Configuration
@brief The RPMsg-Lite can be configured at the compile time. The default
configuration is defined in the rpmsg_default_config.h header file. This
configuration can be customized by the user by including rpmsg_config.h file
with custom settings. This section summarizes all possible RPMsg-Lite
configuration options.
*/