nuttx/arch/arm/src/dm320
YAMAMOTO Takashi db0a46bec5 arch/arm/src/dm320/dm320_serial.c: Fix a type mismatch
Error: chip/dm320_serial.c:111:21: error: initialization of 'int (*)(struct uart_dev_s *, unsigned int *)' from incompatible pointer type 'int (*)(struct uart_dev_s *, uint32_t *)' {aka 'int (*)(struct uart_dev_s *, long unsigned int *)'} [-Werror=incompatible-pointer-types]
  111 |   .receive        = up_receive,
      |                     ^~~~~~~~~~
chip/dm320_serial.c:111:21: note: (near initialization for 'g_uart_ops.receive')
2020-11-16 08:29:00 -08:00
..
chip.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_ahb.h Run codespell -w against all files 2020-02-22 14:45:07 -06:00
dm320_allocateheap.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
dm320_boot.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
dm320_busc.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_clkc.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_decodeirq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
dm320_emif.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_framebuffer.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
dm320_gio.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
dm320_intc.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_irq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
dm320_lowputc.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
dm320_memorymap.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
dm320_osd.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_restart.S Change all 'Nuttx' to 'NuttX' 2020-10-20 01:45:06 -07:00
dm320_serial.c arch/arm/src/dm320/dm320_serial.c: Fix a type mismatch 2020-11-16 08:29:00 -08:00
dm320_timer.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_timerisr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
dm320_uart.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_usb.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320_usbdev.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
Kconfig
Make.defs arch/arm: Rename all up_*.S files to arm_*.S 2020-05-01 11:29:11 -03:00