File indexing completed on 2025-05-11 08:23:03
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef LIBBSP_ARM_LM3S69XX_BSP_H
0018 #define LIBBSP_ARM_LM3S69XX_BSP_H
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028 #include <bspopts.h>
0029
0030 #define BSP_FEATURE_IRQ_EXTENSION
0031
0032 #define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT (5 << 5)
0033
0034 #define BSP_ARMV7M_SYSTICK_PRIORITY (6 << 5)
0035
0036 #define BSP_ARMV7M_SYSTICK_FREQUENCY LM3S69XX_SYSTEM_CLOCK
0037
0038 #ifndef ASM
0039
0040 #include <bsp/default-initial-extension.h>
0041
0042 #include <rtems.h>
0043
0044 #endif
0045
0046
0047
0048 #endif
0049