nuttx/boards/arm/stm32/omnibusf4/src
Xiang Xiao 5a565e753c pm: Move pm_initialize call from driver_initialize to xxx_pminitialize
since it's too late with the below commit:
ommit a594a5d7a8
Author: chao.an <anchao@xiaomi.com>
Date:   Mon Apr 11 19:44:26 2022 +0800

    sched/init: drivers_initialize() should be late than up_initialize()

    up_initialize
    |
     ->up_serialinit
       |
        ->uart_register  /* ("/dev/console", &CONSOLE_DEV); */

    drivers_initialize
    |
     ->syslog_console_init
       |
        ->register_driver /* ("/dev/console", &g_consoleops, 0666, NULL); */

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-04-22 14:36:27 +03:00
..
Make.defs boards/ostest: remove board ostest implement 2022-04-18 22:22:16 +08:00
omnibusf4.h
stm32_appinit.c
stm32_boot.c armv7-m/armv8-m: move up_pref* api to common place 2022-03-26 13:39:18 +02:00
stm32_bringup.c
stm32_idle.c
stm32_ioctl.c
stm32_max7456.c
stm32_mmcsd.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_mpu6000.c
stm32_netinit.c
stm32_pm.c pm: Move pm_initialize call from driver_initialize to xxx_pminitialize 2022-04-22 14:36:27 +03:00
stm32_pwm.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_reset.c
stm32_romfs_initialize.c
stm32_romfs.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
stm32_spi.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_timer.c
stm32_uid.c boards/arm/uid: fix pointer to int compare 2022-03-28 00:31:27 +08:00
stm32_usb.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
stm32_usbmsc.c
stm32_userleds.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00