![]() |
RTEMS 7.0-rc1
|
Console driver for STM32U5. More...
#include <stm32u5/hal.h>#include <bsp.h>#include <bsp/fatal.h>#include <bsp/irq.h>#include <rtems/console.h>#include <inttypes.h>#include <stdio.h>#include <unistd.h>Functions | |
| rtems_status_code | console_initialize (rtems_device_major_number major, rtems_device_minor_number minor, void *arg) |
| Console initialization entry point. | |
Console driver for STM32U5.
Implementation of the STM32U5 console driver.
| rtems_status_code console_initialize | ( | rtems_device_major_number | major, |
| rtems_device_minor_number | minor, | ||
| void * | arg | ||
| ) |
Console initialization entry point.
This method initializes the console device driver.
| [in] | major | is the device driver major number. |
| [in] | minor | is the device driver minor number. |
| [in] | arg | is the parameters to this call. |
| RTEMS_SUCCESSFUL | The device driver is successfully initialized. |