.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.
554
b9b7ed3821f0 prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
parents:
diff changeset
     1
.project
618
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     2
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     3
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     4
^objdictgen/gnosis$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     5
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     6
\.o$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     7
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     8
\.pyc$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     9
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    10
\.a$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    11
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    12
\.orig$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    13
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    14
^\.settings.*
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    15
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    16
\.rej$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    17
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    18
^drivers/can_socket/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    19
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    20
^drivers/timers_unix/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    21
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    22
^drivers/unix/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    23
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    24
^drivers/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    25
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    26
^examples/CANOpenShell/Debug$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    27
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    28
^examples/CANOpenShell/CANOpenShellMasterOD\.c$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    29
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    30
^examples/CANOpenShell/CANOpenShellMasterOD\.h$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    31
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    32
^examples/CANOpenShell/CANOpenShellSlaveOD\.c$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    33
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    34
^examples/CANOpenShell/CANOpenShellSlaveOD\.h$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    35
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    36
^examples/CANOpenShell/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    37
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    38
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    39
^examples/SillySlave/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    40
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    41
^examples/TestMasterMicroMod/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    42
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    43
^examples/TestMasterSlave/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    44
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    45
^examples/TestMasterSlaveLSS/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    46
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    47
^examples/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    48
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    49
^drivers/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    50
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    51
^Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    52
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    53
^objdictgen/canfestival_config\.py$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    54
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    55
^objdictgen/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    56
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    57
^examples/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    58
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    59
^src/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    60
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    61
syntax: regexp
620
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    62
^include/config\.h$
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    63
syntax: regexp
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    64
^examples/TestMasterMicroMod/TestMasterMicroMod$
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    65
syntax: regexp
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    66
^examples/TestMasterSlave/TestMasterSlave$