Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

DirectoryDescription
DocProvides the API and data structure details
dataDriver .tcl, .yaml and .mld file
examplesExample applications that show how to use the driver features
srcLibrary source files, make and cmakelists file

Note: AMD Xilinx embeddedsw build flow has been changed from 2023.2 release to adapt to the new system device tree based flow. For further information, refer to the wiki link

The .yaml(in data folder) and CMakeListsand CMakeLists.txt(in src folder) files would be used in are needed for the System Device Tree based flow. The Driver .tcl and .mdd files are for the older build flow which will be deprecated in future.

Library Implementation

Features

...

Known Issues and Limitations

  • None

Example Applications

Refer to the driver examples directory for various example applications that exercise the different features of the driver.

Each application is linked in the table below. The following sections describe the usage and expected output of the various applications.

These example applications can be imported into the Vitis IDE from the Board Support Package settings tab. 

Links to Examples

Examples Path: https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_services/xilmailbox/examples

Test NameExample SourceDescription
Mailbox examplexilmailbox_example.cTransfer messages and receive the message.

Example Application Usage

Mailbox example

Transfer the messages.

Expected Output

Code Block
themeMidnight
Inside XMailbox Example
Successfully ran XMailbox Example


ChangeLog

2019.1

https://github.com/Xilinx/embeddedsw/blob/xilinx-v2019.2/doc/ChangeLog#L527

2021.1

None

2021.2

...