Break the stm32_otg.h into an stm32fxxxxx and stm32f44xx (should work on F7) versions
This commit is contained in:
parent
5d1ff3f7e1
commit
7c96342c63
1022
arch/arm/src/stm32/chip/stm32f44xxx_otgfs.h
Normal file
1022
arch/arm/src/stm32/chip/stm32f44xxx_otgfs.h
Normal file
File diff suppressed because it is too large
Load Diff
1014
arch/arm/src/stm32/chip/stm32fxxxxx_otgfs.h
Normal file
1014
arch/arm/src/stm32/chip/stm32fxxxxx_otgfs.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,12 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "stm32.h"
|
||||
#include "chip/stm32_otgfs.h"
|
||||
|
||||
#if defined(CONFIG_STM32_STM32F446)
|
||||
# include "chip/stm32f44xxx_otgfs.h"
|
||||
#else
|
||||
# include "chip/stm32fxxxxx_otgfs.h"
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_STM32_OTGFS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user