nuttx/boards/arm/stm32f7/stm32f746-ws
zhanghu6 d05b9a9c79 note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH
1. If CONFIG_SCHED_INSTRUMENTATION_SWITCH is enabled, then these additional interfaces are expected:
        sched_note_suspend
        sched_note_resume
at the same time,If CONFIG_SMP is enabled,then expected:
        sched_note_cpu_pause
        sched_note_cpu_paused
        sched_note_cpu_resume
        sched_note_cpu_resumed
2. other board if enable SCHED_INSTRUMENTATION,SCHED_INSTRUMENTATION_SWITCH to defconfig.
2021-12-15 07:07:00 -06:00
..
configs/nsh note dump: add CONFIG_SCHED_INSTRUMENTATION_SWITCH 2021-12-15 07:07:00 -06:00
include boards: stm32f7: update licenses to Apache 2021-08-16 07:11:32 -07:00
scripts boards: Remove -nostartfiles -nodefaultlibs from LDFLAGS 2021-09-13 08:58:25 +08:00
src boards: stm32f7: update licenses to Apache 2021-08-16 07:11:32 -07:00
Kconfig