nuttx/drivers/note
pengyiqiang b1773934fe note_driver: fix build error
note/note_driver.c: In function 'note_isenabled':
note/note_driver.c:278:7: error: invalid type argument of unary '*' (have 'int')
  278 |   if (CPU_ISSET(&g_note_filter.mode.cpuset, this_cpu()) == 0)
      |       ^~~~~~~~~
note/note_driver.c:278:7: error: invalid operands to binary << (have 'int' and 'volatile cpu_set_t *' {aka 'volatile unsigned char *'})
  278 |   if (CPU_ISSET(&g_note_filter.mode.cpuset, this_cpu()) == 0)
      |       ^~~~~~~~~
      |                 |
      |                 volatile cpu_set_t * {aka volatile unsigned char *}

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-01 14:30:33 +08:00
..
Kconfig drivers/note: remove choice in Kconfig 2023-01-06 16:23:00 +08:00
Make.defs drivers/segger: register sysview to note drivers list 2023-01-05 22:04:52 +08:00
note_driver.c note_driver: fix build error 2023-02-01 14:30:33 +08:00
note_initialize.c sergger: add note_ prefix to sysview 2023-01-05 22:04:52 +08:00
notectl_driver.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
notelog_driver.c drivers/note: Add const to g_notelog_ops 2023-01-04 00:21:18 +02:00
noteram_driver.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00