25 Commits (3c8da27d72e81da923106dcc667a5e644de90b86)

Author SHA1 Message Date
px4dev 91ca80e634 Fix the handling of FIONREAD/FIONWRITE; thanks Tridge. 12 years ago
Andrew Tridgell 73b787a8dd serial: fixed up FIONREAD and FIONWRITE 12 years ago
px4dev 3916230d8f Add FIONWRITE to allow applications to sniff the amount of writable space on a descriptor. Implement this for serial devices only. 12 years ago
px4dev e787fa5bce Add FIONWRITE to allow applications to sniff the amount of writable space on a descriptor. Implement this for serial devices only. 12 years ago
px4dev eaf1d8063c Build system updates to match the NuttX merge. 12 years ago
patacongo 200ce6d7ff configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 12 years ago
Simon Wilks 097aeddcad Push single wire operations into stm32_serial.c and added a test to verify HoTT telemetry setup. 12 years ago
px4dev 1f2ad5029a Improved termios support for the STM32 UART driver. Also add a little more termios processing to the generic serial layer. Implement FIONREAD. 12 years ago
px4dev 9b509310e6 Fix logic bug in ONLCR processing. 12 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo a72ff3b651 Make the lib/ subdirectory build more like other directories 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo 5eee9a3a37 drivers/, drivers/pipes, and drivers/serial file clean-up 13 years ago
patacongo 42c322f824 More Kconfig files 13 years ago
patacongo 530040b164 drivers/serial: Don't disable Rx interrrupts on each character 13 years ago
patacongo 0036b9b3cd A couple of fixes to common and STM32 serial handling to fix some data overrun conditions 13 years ago
patacongo a58d4b265f Move serial header files to include/nuttx/serial 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago