nuttx/drivers/note
cuiziwei 4b318cb2cb fix build warning to [-Wstringop-overread].
note/note_driver.c:639:21: warning: 'strlen' reading 1 or more bytes from a region of size 0 [-Wstringop-overread]
  639 |           namelen = strlen(tcb->name);
      |                     ^~~~~~~~~~~~~~~~~

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-10-13 14:05:50 +08:00
..
CMakeLists.txt drivers/note: suport rpmsg transfer channel for note,some note api 2024-10-08 08:58:43 +08:00
Kconfig note: add note stream drivers 2024-10-11 11:55:17 +08:00
Make.defs note: add note stream drivers 2024-10-11 11:55:17 +08:00
note_driver.c fix build warning to [-Wstringop-overread]. 2024-10-13 14:05:50 +08:00
note_initialize.c note: Move the instrument register to note_initialize 2024-10-13 14:05:50 +08:00
notectl_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00
notelog_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00
noteram_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00
noterpmsg.h drivers/note: suport rpmsg transfer channel for note,some note api 2024-10-08 08:58:43 +08:00
noterpmsg_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00
noterpmsg_server.c drivers/note: suport rpmsg transfer channel for note,some note api 2024-10-08 08:58:43 +08:00
notesnap_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00
notestream_driver.c note:support filter for each note channel 2024-10-13 14:05:50 +08:00