This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 8f3c425067 xtensa/esp32s3: Enable booting from MCUboot bootloader new d7307ef26c drivers/node: Rename note_register to note_initialize new 126c93015f drivers/node: Rename sched_note.c to to note_driver.c new c36640e205 drivers/segger: Rename nuttx/note/note_sysview.h to nuttx/segger/sysview.h new 03f07effc9 drivers/note: Fix the style issue The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: drivers/drivers_initialize.c | 2 +- drivers/note/Make.defs | 13 +- drivers/note/note_driver.c | 1269 ++++++++++++++++++- drivers/note/{note_driver.c => note_initialize.c} | 8 +- drivers/note/sched_note.c | 1309 -------------------- drivers/segger/Make.defs | 2 +- drivers/segger/{note_sysview.c => sysview.c} | 4 +- include/nuttx/note/note_driver.h | 4 +- include/nuttx/sched_note.h | 14 +- .../{note/note_sysview.h => segger/sysview.h} | 8 +- 10 files changed, 1270 insertions(+), 1363 deletions(-) copy drivers/note/{note_driver.c => note_initialize.c} (94%) delete mode 100644 drivers/note/sched_note.c rename drivers/segger/{note_sysview.c => sysview.c} (99%) rename include/nuttx/{note/note_sysview.h => segger/sysview.h} (95%)