.hgignore
author Mongo
Thu, 13 Oct 2011 17:51:27 +0200
changeset 669 50da44ebaf00
parent 620 e56af5521e0e
child 752 48a0ebbefa74
permissions -rw-r--r--
Configuration manager with DCF in object 0x1F22 rewritten almost from scratch.
1. The boot-up message from a device starts a verification of entries
2. If all entries matches the node is started
3. If an entry differs the whole dcf is written and a save is done
4. A reset is send to the node
5. If several boot-up are received at the same time they will be managed one
by one thus only one free sdo client is needed for the whole process.
.project

syntax: regexp
^objdictgen/gnosis$
syntax: regexp
\.o$
syntax: regexp
\.pyc$
syntax: regexp
\.a$
syntax: regexp
\.orig$
syntax: regexp
^\.settings.*
syntax: regexp
\.rej$
syntax: regexp
^drivers/can_socket/Makefile$
syntax: regexp
^drivers/timers_unix/Makefile$
syntax: regexp
^drivers/unix/Makefile$
syntax: regexp
^drivers/Makefile$
syntax: regexp
^examples/CANOpenShell/Debug$
syntax: regexp
^examples/CANOpenShell/CANOpenShellMasterOD\.c$
syntax: regexp
^examples/CANOpenShell/CANOpenShellMasterOD\.h$
syntax: regexp
^examples/CANOpenShell/CANOpenShellSlaveOD\.c$
syntax: regexp
^examples/CANOpenShell/CANOpenShellSlaveOD\.h$
syntax: regexp
^examples/CANOpenShell/Makefile$

syntax: regexp
^examples/SillySlave/Makefile$
syntax: regexp
^examples/TestMasterMicroMod/Makefile$
syntax: regexp
^examples/TestMasterSlave/Makefile$
syntax: regexp
^examples/TestMasterSlaveLSS/Makefile$
syntax: regexp
^examples/Makefile$
syntax: regexp
^drivers/Makefile$
syntax: regexp
^Makefile$
syntax: regexp
^objdictgen/canfestival_config\.py$
syntax: regexp
^objdictgen/Makefile$
syntax: regexp
^examples/Makefile$
syntax: regexp
^src/Makefile$

syntax: regexp
^include/config\.h$
syntax: regexp
^examples/TestMasterMicroMod/TestMasterMicroMod$
syntax: regexp
^examples/TestMasterSlave/TestMasterSlave$