14 Commits (73af31f231cc1538daed09540331e2fa4d7b95b0)

Author SHA1 Message Date
patacongo bb41cf1b70 Add more low-level, thread-independent socket interfaces 13 years ago
patacongo 0c04ea0089 Add logic to support the FSMC SRAM in the NuttX heap 13 years ago
patacongo 6fe64a1886 Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world 13 years ago
patacongo fcbad8c27f Add support for SRAM on board the STM3240G-EVAL board 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 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 a16ee47f0e Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith 13 years ago
patacongo 58e84b6b86 Fix accept() logic. it was not monitoring for losses in connections. 13 years ago
patacongo c3e6ead339 Correct a buffer size error in the STM32 ethernet driver 13 years ago
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue 13 years ago
patacongo 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago