Changeset 1a4e78b3 in rtems
- Timestamp:
- 03/09/23 13:15:53 (7 months ago)
- Branches:
- master
- Children:
- 9bfe5f5
- Parents:
- d5c386f
- git-author:
- Karel Gardas <karel@…> (03/09/23 13:15:53)
- git-committer:
- Karel Gardas <karel@…> (03/10/23 15:18:32)
- Location:
- bsps/arm/stm32h7/boards/stm
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
rd5c386f r1a4e78b3 50 50 #ifdef __rtems__ 51 51 #include <bsp/linker-symbols.h> 52 #include <bspopts.h> 53 54 #define HSE_VALUE STM32H7_HSE_FREQUENCY 55 52 56 #endif /* __rtems__ */ 53 57 #if !defined (HSE_VALUE) -
bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
rd5c386f r1a4e78b3 50 50 #ifdef __rtems__ 51 51 #include <bsp/linker-symbols.h> 52 #include <bspopts.h> 53 54 #define HSE_VALUE STM32H7_HSE_FREQUENCY 55 52 56 #endif /* __rtems__ */ 53 57 #if !defined (HSE_VALUE) -
bsps/arm/stm32h7/boards/stm/stm32h747i-disco/system_stm32h7xx.c
rd5c386f r1a4e78b3 92 92 #include "stm32h7xx.h" 93 93 #include <math.h> 94 94 #ifdef __rtems__ 95 #include <bsp/linker-symbols.h> 96 #include <bspopts.h> 97 98 #define HSE_VALUE STM32H7_HSE_FREQUENCY 99 100 #endif /* __rtems__ */ 95 101 #if !defined (HSE_VALUE) 96 102 #define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz */ -
bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
rd5c386f r1a4e78b3 94 94 #ifdef __rtems__ 95 95 #include <bsp/linker-symbols.h> 96 #include <bspopts.h> 97 98 #define HSE_VALUE STM32H7_HSE_FREQUENCY 99 96 100 #endif /* __rtems__ */ 97 101 #if !defined (HSE_VALUE) -
bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
rd5c386f r1a4e78b3 49 49 #ifdef __rtems__ 50 50 #include <bsp/linker-symbols.h> 51 #include <bspopts.h> 52 53 #define HSE_VALUE STM32H7_HSE_FREQUENCY 54 51 55 #endif /* __rtems__ */ 52 56 #if !defined (HSE_VALUE)
Note: See TracChangeset
for help on using the changeset viewer.