RTEMS BSP and Driver Guide (5.3).¶
Copyrights and License
This document is available under the Creative Commons Attribution-ShareAlike 4.0 International Public License.
The authors have used their best efforts in preparing this material. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. No warranty of any kind, expressed or implied, with regard to the software or the material contained in this document is provided. No liability arising out of the application or use of any product described in this document is assumed. The authors reserve the right to revise this material and to make changes from time to time in the content hereof without obligation to notify anyone of such revision or changes.
The RTEMS Project is hosted at https://www.rtems.org. Any inquiries concerning RTEMS, its related support components, or its documentation should be directed to the RTEMS Project community.
RTEMS Online Resources
Home |
|
Documentation |
|
Mailing Lists |
|
Bug Reporting |
|
Git Repositories |
|
Developers |
- 1. Introduction
- 2. Target Dependent Files
- 3. Linker Script
- 4. Miscellaneous Support Files
- 4.1. GCC Compiler Specifications File
- 4.2. README Files
- 4.3. Times
- 4.4. Tools Subdirectory
- 4.5. bsp.h Include File
- 4.6. tm27.h Include File
- 4.7. sbrk() Implementation
- 4.8. bsp_fatal_extension() - Cleanup the Hardware
- 4.9. Configuration Macros
- 4.10. set_vector() - Install an Interrupt Vector
- 4.11. Interrupt Delay Profiling
- 4.12. Programmable Interrupt Controller API
- 5. System Initialization
- 6. Console Driver
- 7. Clock Driver
- 8. Entropy Source
- 9. I2C Driver
- 10. SPI Driver
- 11. Real-Time Clock Driver
- 12. Networking Driver
- 12.1. Introduction
- 12.2. Learn about the network device
- 12.3. Understand the network scheduling conventions
- 12.4. Network Driver Makefile
- 12.5. Write the Driver Attach Function
- 12.6. Write the Driver Start Function.
- 12.7. Write the Driver Initialization Function.
- 12.8. Write the Driver Transmit Task
- 12.9. Write the Driver Receive Task
- 12.10. Write the Driver Interrupt Handler
- 12.11. Write the Driver IOCTL Function
- 12.12. Write the Driver Statistic-Printing Function
- 13. Frame Buffer Driver
- 14. Ada95 Interrupt Support
- 15. Shared Memory Support Driver
- 16. Timer Driver
- 17. ATA Driver
- 18. IDE Controller Driver
- 19. Command and Variable Index
- 20. Doxygen Recommendations for BSPs
- 20.1. BSP Basics
- 20.2. Common Features Found In BSPs
- 20.3. Shared Features
- 20.4. Rationale
- 20.5. The Structure of the bsps/ directory
- 20.6. Doxygen
- 20.7. Doxygen Basics
- 20.8. Doxygen Headers
- 20.9. The @defgroup Command
- 20.10. The @ingroup Command
- 20.11. The @brief Command
- 20.12. The Two Types of Doxygen Headers
- 20.13. Generating Documentation
- 20.14. Doxygen in bsps/
- 20.15. Group Naming Conventions
- 20.16. Where to place @defgroup
- 20.17. @defgroups for CPU Architectures and Shared Directories
- 20.18. @defgroups for BSPs
- 20.19. @defgroups for Everything Else
- 20.20. Look Common Features Implemented
- 20.21. Check out the Makefile
- 20.22. Start with a .h, and look for files that include it
- 20.23. Files with similar names
- 20.24. Where to place @ingroup
- 20.25. @ingroup in the first type of Doxygen Header
- 20.26. @ingroup in the second type of Doxygen Header
- 20.27. @ingroup for shared code