21 Commits (fcbad8c27f9207306bbc31ca1471c21f780abe0a)

Author SHA1 Message Date
patacongo 2bc54edaf3 readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality 13 years ago
patacongo a69d50a488 Misc quad encoder updates 13 years ago
patacongo eccf19e0af Update STM32 configuration to use TIM8 instead of TIM2 13 years ago
patacongo 9daa6ed1d1 Fixes for the STM32 quadrature encoder 13 years ago
patacongo 4ffc124e0a select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to be functional 13 years ago
patacongo 4ccaa081c9 Enable STM32 F4 hardware floating point with the Atollic toolchain 13 years ago
patacongo dbd61e6f83 Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations 13 years ago
patacongo 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver 13 years ago
patacongo 6c02000ba4 Incoporate new ARMv7-M exception handling logic contributed by Mike Smith 13 years ago
patacongo d8c42f1ed5 Misc fixes to quadrature encoder debug output 13 years ago
patacongo cb971e195e Add logic to STM32 SDIO driver to terminate on a DMA error 13 years ago
patacongo a7d27685a4 STM32 SDIO driver now build with DMA enabled 13 years ago
patacongo 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo 20c9193e04 Leverage some bit timing logic from LPC17xx to the STM32 CAN driver 13 years ago
patacongo 0e80050d16 Fix STM32 F4 APB2 clock input frequencies 13 years ago
patacongo d0d0a0fbbf Add support for the STM32F4-Discovery (from Mike Smith) 13 years ago