File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "Switchtec Userspace"
35
+ PROJECT_NAME = "Velocity Userspace"
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
41
#PROJECT_NUMBER =
42
- @INCLUDE = "version"
42
+ # @INCLUDE = "version"
43
43
44
44
# Using the PROJECT_BRIEF tag one can provide an optional one line description
45
45
# for a project that appears at the top of each page and should give viewer a
@@ -2102,7 +2102,7 @@ INCLUDE_FILE_PATTERNS =
2102
2102
# recursively expanded use the := operator instead of the = operator.
2103
2103
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2104
2104
2105
- PREDEFINED =
2105
+ PREDEFINED = __linux__
2106
2106
2107
2107
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2108
2108
# tag can be used to specify a list of macro names that should be expanded. The
Original file line number Diff line number Diff line change 1
1
Introduction {#mainpage}
2
2
=================================
3
3
4
- This is the documentation for the Switchtec Userspace project. The userspace
4
+ This is the documentation for the VelocityPCI Userspace project. The userspace
5
5
project consists of a command line interface (CLI) program which provides a
6
6
simple way to perform the most common maintenance operations. The CLI makes
7
- use of the userspace library (libswitchtec) which is also included in
7
+ use of the userspace library which is also included in
8
8
this project and provides an API interface for all the commands the CLI can do
9
9
as well as interfaces for writing custom or other unimplemented commands.
10
10
The library communicates with the kernel space drivers ([ switchtec-kernel] for
@@ -32,11 +32,11 @@ will always have direct access to the GAS.
32
32
[ switchtec-kernel ] : https://github.com/Microsemi/switchtec-kernel
33
33
34
34
35
- Switchtec Library
35
+ VelocityPCI Library
36
36
===================
37
37
38
38
To get started using the library you may refer to the examples provided
39
- in the examples folder of the switchtec-user repository. The APIs are also
39
+ in the examples folder of the velocitypci-cli repository. The APIs are also
40
40
documented herein. Basic functions to open a handle to a device and perform
41
41
custom MRPC commands are documented in the [ Device API] . Additional APIs
42
42
for other functionality can be browsed in the [ Modules] section.
Original file line number Diff line number Diff line change 28
28
*/
29
29
30
30
/**
31
- * @defgroup ini Functions
31
+ * @defgroup ini Ini2bin Utility Functions
32
32
* @brief ini2bin API functions
33
33
*
34
34
* These are functions used for converting INI file to BIN for OTP configuration record
You can’t perform that action at this time.
0 commit comments