3 Commits (5c00ca343fabce95273d15b13da4460935134fd3)

Author SHA1 Message Date
patacongo b50f2a7834 Fix another ENC28J60 chip select bug 13 years ago
patacongo 2981943392 Resync new repository with old repo r5166 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo 62f6889f92 ENC28J60 does not have a MAC address 13 years ago
patacongo 3deb02acb8 ENC28J60: All work is now performed on worker thread, not the in interrupt handler 13 years ago
patacongo ae33fc3ed0 Fixes for z80 compilation with SDCC toolchain. There are still a few header file and linker issues 13 years ago
patacongo 491a83acb4 Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero (from Max Holtzberg) 13 years ago
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
patacongo 84cfa6fceb Email address change in nuttx/ 13 years ago
patacongo 77888ea156 Email address change in apps/ 13 years ago
patacongo f57a93eaf6 Reconfigured Shenzhou to use JTAG. Misc Kconfig changes 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 13 years ago
patacongo 5119467c0f Remove several unused configuration values 13 years ago
patacongo aee93b655a Add basic directory structure for the Shenzhou STM32107 board (not much there yet) 13 years ago
patacongo 704679d7b1 Removed delay after receiving in recvfrom(). This was killing network performance 13 years ago
patacongo d613e32e90 defconfig changes for LPC17xx Kconfig 13 years ago
patacongo 77c753b32a Add Kconfig settings for the LPC17xx 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo dad99a79d5 NFS update 13 years ago
patacongo 01f271d392 NFS update 13 years ago
patacongo 2f382d0878 More IPv6 rambling 13 years ago
patacongo 11d938dd21 First round of compile fixes for IPv6 13 years ago
patacongo f544d4c1a8 Fix a UDP build issue 13 years ago
patacongo 0073ac83ff NFS updates 13 years ago
patacongo 5286a4c849 Kconfig updates 13 years ago
patacongo 9e918288f2 Kconfig update 13 years ago
patacongo 16b8b599a9 Add tools/cmpconfig.c to compare to configuration files 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo e54df74833 Adding skeleton Kconfig files (part 1 of 2) 13 years ago
patacongo 227b5d0f56 Fix a deadlock when using the NSH ifconfig command over Telnet 13 years ago
patacongo 4757dd6aa8 PIC32 Ethernet driver now appears stable 13 years ago
patacongo e7eb420e2e Add psock_connect() 13 years ago
patacongo 7882e0671e Update PIC32 Ethernet driver 13 years ago
patacongo 406e1cd01b Update PIC32 Ethernet driver from debugging (still does not work 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
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