arch/arm/src/tiva/hardware: Move UART header files into sub-directories to make space for the SimpleLink UART header files.

This commit is contained in:
Gregory Nutt
2018-12-04 07:44:24 -06:00
parent 7d8f6625e3
commit c9ca9ced72
4 changed files with 1289 additions and 672 deletions
File diff suppressed because it is too large Load Diff
@@ -53,6 +53,12 @@
# include "hardware/tm4c/tm4c123_sysctrl.h"
#elif defined(CONFIG_ARCH_CHIP_TM4C129)
# include "hardware/tm4c/tm4c129_sysctrl.h"
#elif defined(CONFIG_ARCH_CHIP_CC13X0)
# include "hardware/cc13x0/cc13x0_sysctrl.h"
#elif defined(CONFIG_ARCH_CHIP_CC13X2_V1)
# include "hardware/cc13x2_cc26x2/cc13x2_cc26x2_v1_sysctrl.h"
#elif defined(CONFIG_ARCH_CHIP_CC13X2_V2)
# include "hardware/cc13x2_cc26x2/cc13x2_cc26x2_v2_sysctrl.h"
#else
# error "Unsupported Tiva/Stellaris system control module"
#endif
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff