mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
boards/nucleo-f446re: initialize up_perf
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
b487101b87
commit
7403678db7
@@ -52,6 +52,10 @@
|
|||||||
|
|
||||||
void stm32_boardinitialize(void)
|
void stm32_boardinitialize(void)
|
||||||
{
|
{
|
||||||
|
#ifdef CONFIG_SEGGER_SYSVIEW
|
||||||
|
up_perf_init((FAR void *)STM32_SYSCLK_FREQUENCY);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_LEDS
|
#ifdef CONFIG_ARCH_LEDS
|
||||||
/* Configure on-board LEDs if LED support has been selected. */
|
/* Configure on-board LEDs if LED support has been selected. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user