mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
19 lines
327 B
C
19 lines
327 B
C
#ifndef INCLUDE_DRIVER_LIB_H
|
|
#define INCLUDE_DRIVER_LIB_H
|
|
|
|
#include "hw_ints.h"
|
|
#include "hw_uart.h"
|
|
#include "hw_memmap.h"
|
|
#include "hw_types.h"
|
|
#include "hw_nvic.h"
|
|
#include "hw_ssi.h"
|
|
|
|
#include "gpio.h"
|
|
#include "interrupt.h"
|
|
#include "sysctl.h"
|
|
#include "uart.h"
|
|
#include "ssi.h"
|
|
#include "pdc.h"
|
|
|
|
#endif
|