Anonymous Login
2026-01-15 13:12 CET

HomeAutomation: trunk r363 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
Johan Böhlin trunk 2007-03-13 18:29:20 Pending
Changeset Small fixes in canBoot. canTemp now support relative blind position. canIR command translation using EEPROM. Support EEPROM table update on-the-fly. canEthernet now has basic tcp/ip-stack. all modules are using new file structure for pgmdefs/funcdefs.
add - /trunk/EmbeddedSoftware/PIC/Include/crc16.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/Include/crc16.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/Include/eeprom instr.txt [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/Include/funcdefs.h Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/Include/pgmtypes.h [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBase/Include/CAN.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBase/Source/CAN.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBase/lkr/18f2685_bootclient.lkr Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canBoot/Include/crc16.h [ Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canBoot/Source/crc16.c [ Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canBoot/_output [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBoot/canBoot.mcp Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBoot/canBoot.mcs Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBoot/canBoot.mcw Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canBoot/canBoot.mptags Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/ARP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/ARPTsk.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/Announce.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/DHCP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/DNS.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/Delay.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/ENC28J60.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/FTP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/GenericTCPClient.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/GenericTypeDefs.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/HTTP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/Helpers.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/ICMP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/IP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/MAC.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/MPFS.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/NBNS.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/SGP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/SNMP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/Scheduler.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/StackTsk.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/TCP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/TFTPc.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/TimeSync.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/UART.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/UDP.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/XEEPROM.h [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/compiler.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/Include/stackTasks.h Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/ARP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/ARPTsk.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/Announce.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/DHCP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/DNS.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/Delay.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/ENC28J60.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/FTP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/GenericTCPClient.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/HTTP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/Helpers.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/I2CEEPROM.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/ICMP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/IP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/LCDBlocking.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/MPFS.c [ Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/Main.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/MainDemo.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/NBNS.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/SGP.C [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/SNMP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/SPIEEPROM.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/Scheduler.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/StackTsk.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/TCP.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/TFTPc.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/TimeSync.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/UART.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/PIC/canEthernet/Source/UDP.c [ Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canEthernet/_output [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/canEthernet.mcp Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/canEthernet.mcs Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/canEthernet.mcw Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/canEthernet.mptags Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canEthernet/canEthernet.tagsrc Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canFreezer/canFreezer.mcw Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canIR/Include/compiler.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canIR/Source/Main.c Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canIR/_output [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canIR/canIR.mcp Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canIR/canIR.mptags Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canIR/canIR.tagsrc Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canTemp/Include/blinds.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canTemp/Source/Main.c Diff ] File ]
rm - /trunk/EmbeddedSoftware/PIC/canTemp/_output [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canTemp/canTemp.mcw Diff ] File ]
mod - /trunk/EmbeddedSoftware/PIC/canTemp/canTemp.mptags Diff ] File ]