Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

7.4. Development Flow for Creating Device Drivers

The steps to develop a new driver for the HAL depend on your device details. However, the following generic steps apply to all device classes.
  1. Create the device header file that describes the registers.
  2. Implement the driver functionality.
  3. Test the driver
  4. Integrate the device driver in the HAL framework.