Commit History

Author SHA1 Message Date
  ligd 5223d7a391 drivers/serial/uart_16550.c: Remove disabling of interrupts in up_earlyserialinit. up_irqinitialize() already disable all interrupts 6 years ago
  zhangyuan7 a7d9d4bc1e drivers/serial/uart_16550.c: Fox UART flow control issue. UART_MCR_RTS need be high even UART_MCR_AFCE is enabled 6 years ago
  Gregory Nutt 8530fe0a7c Update some comments. 6 years ago
  Xiang Xiao ead2c40cd4 Squashed commit of the following: 6 years ago
  anchao fa08e69cca drivers/serial/uart_16550.c: Add serial termios handling 6 years ago
  Xiang Xiao b426e35ed2 drivers/serial/uart_16550.c: Fix UART 16550 warning when disable HAVE_16550_CONSOLE. 6 years ago
  ligd 1cbaae77cc drivers/serial/uart_16550.c: Add stub implementations of DMA-related methods in the 16550 UART v-table. 6 years ago
  Xiang Xiao 46e47c8dcf Squashed commit of the following: 6 years ago
  Gregory Nutt 1567b82429 Make sure that labeling is used consistently in all function headers (part 2). 6 years ago
  Gregory Nutt 8394f9b60f Squashed commit of the following: 7 years ago
  Gregory Nutt e3c9e9e0b8 UART 16550: Missing left parenthesis in function prototype. This is Bitbucket Issue #41. 7 years ago
  Gregory Nutt b4ff7391f8 Convert more drivers to use use irq_attach with argument. 7 years ago
  Mark Schulte b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch 7 years ago
  Gregory Nutt 08c001196b drivers/: Remove all explicit use of 'hidden' macro _info. Code must never use this directly. Code must always use a debug macro such as info which is basic on _info but can be appropriately filtered. 7 years ago
  Heath Petersen dc72e16625 handle when CONFIG_SERIAL_UART_ARCH_IOCTL is not enabled 8 years ago
  Gregory Nutt 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 8 years ago
  Gregory Nutt efb02f2ef1 drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors. 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 050f544782 Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems. 8 years ago
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 years ago
  Gregory Nutt 2244ed46bc nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 years ago
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 years ago
  Gregory Nutt 0b12dbf95d Fix some spacing problems 9 years ago
  Anton D. Kachalov 1bb74504a8 Add support for custom platform IOCTL on UART 9 years ago
  Anton D. Kachalov a07ed262b4 Revert "Two more places there THRE is used with inverted sense" 9 years ago
  Anton D. Kachalov 2fa6237b49 Revert THRNE-patch. The problem was in u16550_putc 9 years ago
  Anton D. Kachalov 274b7986be [drivers/serial/uart_16550] Typo fix in data bits setup 9 years ago
  Gregory Nutt fb82061bf7 Two more places there THRE is used with inverted sense 9 years ago
  Gregory Nutt 8935ff34d5 16550 UART Driver: Add a configuration option to indicate the the THR empty bit is inverted. This is the the case for the moxART SoC. Based comments from Anton D. Kachalov 9 years ago