Микроконтролери и електроника
http://mcu-bg.com/mcu_site/

CCS TCPIP Stack from Microchip v3.02 (2006 г.)
http://mcu-bg.com/mcu_site/viewtopic.php?f=14&t=11461
Страница 1 от 1

Автор:  speedblue [ Съб Юни 15, 2013 9:45 am ]
Заглавие:  CCS TCPIP Stack from Microchip v3.02 (2006 г.)

Only BG link: http://speedblue.data.bg/p/files/CCS
име на файла: CCS_TCPIP_Stack_Microchip_v3.02.exe

Файла е качен в DATA.BG поради което е възможно някой да не успее да отвори линка.

**************************************************************************

Това е портната оригинална версия на Microchip TCP/IP Stack v3.02 към CCS.
Събитиети се е случило някъде през 2006 година и от тогава няма никакво развитие.

За информация - актуалната версия на Microchip към днешна дата е TCP/IP Stack v5.42.06 и v6.00.04(beta)

Ето за какво става дума в основни линии:
CHANGES MADE BY CCS:
-------------------------------
For people experienced with Microchip's TCP/IP stack, here are changes made by CCS to this version:

* Will only compile with PCH. Will not compile with PCM or other compilers (C18, HiTech).

* No linker. CCS does not yet have a linker, so all C files have to be compiled into one object. To do this all the modules (IP.C, MAC.C, etc) are included in STACKTASK.C.

* All hardware and software configuration moved to hardware.h.

* TickTask changed from a poll method to an interrupt.

* PPP added. The API is the same as Ethernet or SLIP, just the hardware layer is changed. For help on creating a PPP link for the hardware layer, see the documentation in ppp.h and the example programs provided by CCS.

* Microchip File System, FTP server, HTTP server removed. These were removed for two reasons; first because they relied heavily on pointers to constants which CCS doesn't support in V3. Second, to make the source easier for CCS to port. If these are necessary you can add them and port them yourself.

* CCS wrote their own HTTP server that uses HTML pages stored into the program memory.

* Microchip's XEEPROM driver removed. Use CCS's 24LC256 driver instead (which is located in the driver directory of your PCH installation.)

* Microchip's XLCD driver removed. Use the provided clcd.c instead.

* SLIP is not tested. The driver is pretty ugly, which reads/writes to the UART SFR's directly.

* All I/O ports are set to Fast mode. Therefore you will have to maintain the TRIS settings manually.

NOTE: CCS Version4 will have both a Linker and pointers
to constants - making it easier for the end user to manually
port the C18 version of the stack and not have to use
this ported version.

Страница 1 от 1 Часовете са според зоната UTC + 2 часа [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/