]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Make attribute "eaton" to match only files in current directory
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Jul 2015 15:31:44 +0000 (17:31 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Jul 2015 15:36:53 +0000 (17:36 +0200)
Previously, the attribute was set also for files, where it was not
desired because a file in the subdirectory had the same name a file with
eaton attribute in current directory. An example is
apps/rpp-test-suite/main.c and
apps/rpp-test-suite/src/_tms570_rpp/main.c, where only the former file
should be a part of release.

79 files changed:
.gitattributes
apps/helloworld/.gitattributes
apps/lmc1/.gitattributes
apps/rpp-test-suite/.gitattributes
build/.gitattributes
build/posix/.gitattributes
build/posix/Debug/.gitattributes
build/posix/Release/.gitattributes
build/posix/apps/helloworld/.gitattributes
build/posix/apps/helloworld/targetConfigs/.gitattributes
build/posix/apps/rpp-test-suite/.gitattributes
build/rm48_hdk/.gitattributes
build/rm48_hdk/Debug/.gitattributes
build/rm48_hdk/Release/.gitattributes
build/rm48_hdk/apps/helloworld/.gitattributes
build/rm48_hdk/apps/helloworld/targetConfigs/.gitattributes
build/rm48_hdk/apps/rpp-test-suite/.gitattributes
build/tms570_hdk/.gitattributes
build/tms570_hdk/Debug/.gitattributes
build/tms570_hdk/Release/.gitattributes
build/tms570_hdk/apps/helloworld/.gitattributes
build/tms570_hdk/apps/helloworld/targetConfigs/.gitattributes
build/tms570_hdk/apps/rpp-test-suite/.gitattributes
build/tms570_hydctr/.gitattributes
build/tms570_hydctr/Debug/.gitattributes
build/tms570_hydctr/Release/.gitattributes
build/tms570_hydctr/apps/helloworld/.gitattributes
build/tms570_hydctr/apps/helloworld/targetConfigs/.gitattributes
build/tms570_hydctr/apps/rpp-test-suite/.gitattributes
etc/.gitattributes
os/6.0.4_posix/.gitattributes
os/6.0.4_posix/include/os/.gitattributes
os/6.0.4_posix/include/rpp/.gitattributes
os/6.0.4_posix/src/os/.gitattributes
os/6.0.4_posix/src/rpp/.gitattributes
os/7.0.2/include/os/.gitattributes
os/7.0.2/src/os/.gitattributes
os/7.4.0/include/os/.gitattributes
os/7.4.0/src/os/.gitattributes
os/7.4.2/.gitattributes
os/7.4.2/include/os/.gitattributes
os/7.4.2/src/os/.gitattributes
rpp/.gitattributes
rpp/doc/.gitattributes
rpp/doc/api/.gitattributes
rpp/doc/api/content/.gitattributes
rpp/include/.gitattributes
rpp/include/drv/.gitattributes
rpp/include/drv/_rm48_hdk/.gitattributes
rpp/include/drv/_tms570_hdk/.gitattributes
rpp/include/drv/_tms570_hydctr/.gitattributes
rpp/include/hal/.gitattributes
rpp/include/hal/_rm48_hdk/.gitattributes
rpp/include/hal/_tms570_hdk/.gitattributes
rpp/include/hal/_tms570_hydctr/.gitattributes
rpp/include/rpp/.gitattributes
rpp/include/rpp/_rm48_hdk/.gitattributes
rpp/include/rpp/_tms570_hdk/.gitattributes
rpp/include/sys/.gitattributes
rpp/include/sys/_rm48_hdk/.gitattributes
rpp/include/sys/_tms570_hdk/.gitattributes
rpp/include/sys/_tms570_hydctr/.gitattributes
rpp/src/drv/.gitattributes
rpp/src/drv/_rm48_hdk/.gitattributes
rpp/src/drv/_tms570_hdk/.gitattributes
rpp/src/drv/_tms570_hydctr/.gitattributes
rpp/src/hal/.gitattributes
rpp/src/hal/_rm48_hdk/.gitattributes
rpp/src/hal/_tms570_hdk/.gitattributes
rpp/src/hal/_tms570_hydctr/.gitattributes
rpp/src/rpp/.gitattributes
rpp/src/rpp/_rm48_hdk/.gitattributes
rpp/src/rpp/_tms570_hdk/.gitattributes
rpp/src/rpp/_tms570_hydctr/.gitattributes
rpp/src/sys/.gitattributes
rpp/src/sys/_rm48_hdk/.gitattributes
rpp/src/sys/_tms570_hdk/.gitattributes
rpp/src/sys/_tms570_hydctr/.gitattributes
rpp/src/sys/asm/.gitattributes

index 8f83bb8d5556a914270369c33aee914e383f5535..7a06d1cdaf05f623f63e2132a5399b6d30dfce56 100644 (file)
 /rpp/src/sys/system.c -uncrustify
 
 .git* export-ignore
-.dir-locals.el eaton
-.gitattributes eaton
-.gitignore     eaton
-.gitmodules    eaton
-Makefile       eaton
-Makefile.ccs   eaton
-Makefile.var   eaton
-README.txt     eaton
-common.mk      eaton
-lwip   eaton
-documentation.txt      eaton
-driver eaton
-Autosar        eaton
-complience.txt eaton
+/.dir-locals.el        eaton
+/.gitattributes        eaton
+/.gitignore    eaton
+/.gitmodules   eaton
+/Makefile      eaton
+/Makefile.ccs  eaton
+/Makefile.var  eaton
+/README.txt    eaton
+/common.mk     eaton
+/lwip  eaton
+/documentation.txt     eaton
+/driver        eaton
+/Autosar       eaton
+/complience.txt        eaton
index a705dd98a120ef4a6304e4de8de54d8f026eabb2..5e8cadccc88ef9c1273aa1ba1019712299de54e1 100644 (file)
@@ -1,3 +1,3 @@
-.gitignore     eaton
-Makefile.inc   eaton
-main.c eaton
+/.gitignore    eaton
+/Makefile.inc  eaton
+/main.c        eaton
index fdc6e222597a7373670e2967e8b517bdf8958b0c..8c072541f18fd13c69e90ebd94b0380525c9e8c4 100644 (file)
@@ -1,2 +1,2 @@
-gui.glade      eaton
-lmc1.py        eaton
+/gui.glade     eaton
+/lmc1.py       eaton
index 9dbc152974c3ed2996339c6e9fbf3a2fb3eff833..5fe70319cb9e46731460c8bf9ccd4682b2141128 100644 (file)
@@ -1,11 +1,11 @@
-.gitignore     eaton
-Makefile.inc   eaton
-README.txt     eaton
-ain.c  eaton
-can.c  eaton
-eth.c  eaton
-fr.c   eaton
-lin.c  eaton
-main.c eaton
-sci.c  eaton
-test.h eaton
+/.gitignore    eaton
+/Makefile.inc  eaton
+/README.txt    eaton
+/ain.c eaton
+/can.c eaton
+/eth.c eaton
+/fr.c  eaton
+/lin.c eaton
+/main.c        eaton
+/sci.c eaton
+/test.h        eaton
index 0499f7f163cc32245223b835859af52bdaa03316..a44837ddd2676b9b64d9321ad9103799b82b38ff 100644 (file)
@@ -1,5 +1,5 @@
-.gitignore     eaton
-Makefile.lib.inc       eaton
-Makefile.rules eaton
-Makefile.rules.arm     eaton
-Makefile.rules.posix   eaton
+/.gitignore    eaton
+/Makefile.lib.inc      eaton
+/Makefile.rules        eaton
+/Makefile.rules.arm    eaton
+/Makefile.rules.posix  eaton
index 1f1fef09ed4ed5c25308ff33eff35fcd4101f4ba..5a4a10a3b54ea237e2ea67f399c7c6aea2453013 100644 (file)
@@ -1 +1 @@
-Makefile.config        eaton
+/Makefile.config       eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 80a6f82de0e5c57538002b6c4dd565f5895292b7..6a1f0190f017c97ae35e91b87c20de6e3ff19fa9 100644 (file)
@@ -1,5 +1,5 @@
-.ccsproject    eaton
-.cproject      eaton
-.gitignore     eaton
-.project       eaton
-Makefile       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.gitignore    eaton
+/.project      eaton
+/Makefile      eaton
index 84e812a38ae95df19babb7a357a9ad42379f8805..7a7dae5cb4545656880761e28be7971498e64b45 100644 (file)
@@ -1,2 +1,2 @@
-TMS570LS3137.ccxml     eaton
-readme.txt     eaton
+/TMS570LS3137.ccxml    eaton
+/readme.txt    eaton
index 93c97938916bcfc60f52d39e9d4d6002e5fb31b1..4f68c2b3c9d33414b81dee356d4d870722346742 100644 (file)
@@ -1,2 +1,2 @@
-.gitignore     eaton
-Makefile       eaton
+/.gitignore    eaton
+/Makefile      eaton
index b996b190f26cba5a978d043779a8cc2216c70e9a..96acb3ccba643ac733b7bc4aa22bb14a9a6cb41e 100644 (file)
@@ -1,7 +1,7 @@
-.ccsproject    eaton
-.cproject      eaton
-.project       eaton
-Makefile.config        eaton
-RM48L952-XDS100v2.ccxml        eaton
-RM48L952FlashLnk.cmd   eaton
-RM48L952SDRAMLnk.cmd   eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.project      eaton
+/Makefile.config       eaton
+/RM48L952-XDS100v2.ccxml       eaton
+/RM48L952FlashLnk.cmd  eaton
+/RM48L952SDRAMLnk.cmd  eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 80a6f82de0e5c57538002b6c4dd565f5895292b7..6a1f0190f017c97ae35e91b87c20de6e3ff19fa9 100644 (file)
@@ -1,5 +1,5 @@
-.ccsproject    eaton
-.cproject      eaton
-.gitignore     eaton
-.project       eaton
-Makefile       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.gitignore    eaton
+/.project      eaton
+/Makefile      eaton
index 84e812a38ae95df19babb7a357a9ad42379f8805..7a7dae5cb4545656880761e28be7971498e64b45 100644 (file)
@@ -1,2 +1,2 @@
-TMS570LS3137.ccxml     eaton
-readme.txt     eaton
+/TMS570LS3137.ccxml    eaton
+/readme.txt    eaton
index 93c97938916bcfc60f52d39e9d4d6002e5fb31b1..4f68c2b3c9d33414b81dee356d4d870722346742 100644 (file)
@@ -1,2 +1,2 @@
-.gitignore     eaton
-Makefile       eaton
+/.gitignore    eaton
+/Makefile      eaton
index fbcb3c98bf6623e6f4bf448f4dcb11c34ac04f49..4fafe32bf590e67ea8a97d01118d4c196b968d6a 100644 (file)
@@ -1,7 +1,7 @@
-.ccsproject    eaton
-.cproject      eaton
-.project       eaton
-Makefile.config        eaton
-TMS570LS3137.ccxml     eaton
-TMS570LS313xFlashLnk.cmd       eaton
-TMS570LS313xSDRAMLnk.cmd       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.project      eaton
+/Makefile.config       eaton
+/TMS570LS3137.ccxml    eaton
+/TMS570LS313xFlashLnk.cmd      eaton
+/TMS570LS313xSDRAMLnk.cmd      eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 80a6f82de0e5c57538002b6c4dd565f5895292b7..6a1f0190f017c97ae35e91b87c20de6e3ff19fa9 100644 (file)
@@ -1,5 +1,5 @@
-.ccsproject    eaton
-.cproject      eaton
-.gitignore     eaton
-.project       eaton
-Makefile       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.gitignore    eaton
+/.project      eaton
+/Makefile      eaton
index 84e812a38ae95df19babb7a357a9ad42379f8805..7a7dae5cb4545656880761e28be7971498e64b45 100644 (file)
@@ -1,2 +1,2 @@
-TMS570LS3137.ccxml     eaton
-readme.txt     eaton
+/TMS570LS3137.ccxml    eaton
+/readme.txt    eaton
index 93c97938916bcfc60f52d39e9d4d6002e5fb31b1..4f68c2b3c9d33414b81dee356d4d870722346742 100644 (file)
@@ -1,2 +1,2 @@
-.gitignore     eaton
-Makefile       eaton
+/.gitignore    eaton
+/Makefile      eaton
index eb25c9e62f29098da93e6204929a3efc1a01f6ba..6766815af4b9c13167eb74939eef909bf29fe62e 100644 (file)
@@ -1,6 +1,6 @@
-.ccsproject    eaton
-.cproject      eaton
-.project       eaton
-Makefile.config        eaton
-TMS570LS1227.ccxml     eaton
-TMS570LS1227FlashLnk.cmd       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.project      eaton
+/Makefile.config       eaton
+/TMS570LS1227.ccxml    eaton
+/TMS570LS1227FlashLnk.cmd      eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 37c7834460cd37ed789f420671c4d2162c083612..9aa5acfdc1ada9994a8e33177116c9b2ba8a385a 100644 (file)
@@ -1 +1 @@
-GNUmakefile    eaton
+/GNUmakefile   eaton
index 80a6f82de0e5c57538002b6c4dd565f5895292b7..6a1f0190f017c97ae35e91b87c20de6e3ff19fa9 100644 (file)
@@ -1,5 +1,5 @@
-.ccsproject    eaton
-.cproject      eaton
-.gitignore     eaton
-.project       eaton
-Makefile       eaton
+/.ccsproject   eaton
+/.cproject     eaton
+/.gitignore    eaton
+/.project      eaton
+/Makefile      eaton
index 84e812a38ae95df19babb7a357a9ad42379f8805..7a7dae5cb4545656880761e28be7971498e64b45 100644 (file)
@@ -1,2 +1,2 @@
-TMS570LS3137.ccxml     eaton
-readme.txt     eaton
+/TMS570LS3137.ccxml    eaton
+/readme.txt    eaton
index 93c97938916bcfc60f52d39e9d4d6002e5fb31b1..4f68c2b3c9d33414b81dee356d4d870722346742 100644 (file)
@@ -1,2 +1,2 @@
-.gitignore     eaton
-Makefile       eaton
+/.gitignore    eaton
+/Makefile      eaton
index e76110f7ad209de0b4cbb92173be1a3e574dbdf9..8ddeb9788585f0e6334c25eef9cdedfba17c01ca 100644 (file)
@@ -1,2 +1,2 @@
-halcogen-cleanup.sh    eaton
-uncrustify.cfg eaton
+/halcogen-cleanup.sh   eaton
+/uncrustify.cfg        eaton
index 074386c3a29233f7824f6e6a9b011657ae9631e9..ff7c21307c4897f9f7c03a691b9c993eef32c7e8 100644 (file)
@@ -1 +1 @@
-port.c_documentation.txt       eaton
+/port.c_documentation.txt      eaton
index 5066dfe09d0afa205106e0b48642726c18df6a5c..fb45bd211472d6b975183abd643a7fadd926417e 100644 (file)
@@ -1,13 +1,13 @@
-FreeRTOS.h     eaton
-FreeRTOSConfig.h       eaton
-StackMacros.h  eaton
-croutine.h     eaton
-list.h eaton
-mpu_wrappers.h eaton
-os.h   eaton
-portable.h     eaton
-portmacro.h    eaton
-projdefs.h     eaton
-queue.h        eaton
-semphr.h       eaton
-task.h eaton
+/FreeRTOS.h    eaton
+/FreeRTOSConfig.h      eaton
+/StackMacros.h eaton
+/croutine.h    eaton
+/list.h        eaton
+/mpu_wrappers.h        eaton
+/os.h  eaton
+/portable.h    eaton
+/portmacro.h   eaton
+/projdefs.h    eaton
+/queue.h       eaton
+/semphr.h      eaton
+/task.h        eaton
index 58376ff158ca8f1ac5c713165bcf53438f3a30a0..4b3b5c3367dbc2088c5f55b6193441d7f66db6cc 100644 (file)
@@ -1 +1 @@
-sci_posix.h    eaton
+/sci_posix.h   eaton
index c4089afe3854d37baf4f2e7ebe4f8b3dba403a95..764d7cf6c9fdd8c807df8317f015799d5cabb378 100644 (file)
@@ -1,6 +1,6 @@
-croutine.c     eaton
-heap.c eaton
-list.c eaton
-port.c eaton
-queue.c        eaton
-tasks.c        eaton
+/croutine.c    eaton
+/heap.c        eaton
+/list.c        eaton
+/port.c        eaton
+/queue.c       eaton
+/tasks.c       eaton
index b8121ebc173ee7fa8703d032e70e87578c7d49e4..8108f2f4f4ac9b90150c319d25067e4edab2e6ed 100644 (file)
@@ -1 +1 @@
-sci_posix.c    eaton
+/sci_posix.c   eaton
index fc67421ac3f11227e3521f91db85bb21256e59c6..a89cd5aaf724200fb6892e3959f2c1ab2cae5cf6 100644 (file)
@@ -1,14 +1,14 @@
-FreeRTOS.h     eaton
-FreeRTOSConfig.h       eaton
-StackMacros.h  eaton
-croutine.h     eaton
-list.h eaton
-mpu_wrappers.h eaton
-os.h   eaton
-portable.h     eaton
-portmacro.h    eaton
-projdefs.h     eaton
-queue.h        eaton
-semphr.h       eaton
-task.h eaton
-timers.h       eaton
+/FreeRTOS.h    eaton
+/FreeRTOSConfig.h      eaton
+/StackMacros.h eaton
+/croutine.h    eaton
+/list.h        eaton
+/mpu_wrappers.h        eaton
+/os.h  eaton
+/portable.h    eaton
+/portmacro.h   eaton
+/projdefs.h    eaton
+/queue.h       eaton
+/semphr.h      eaton
+/task.h        eaton
+/timers.h      eaton
index ff142e06f171b6bb5795e0056efd3462ba03da85..84e07a7f8c9dfe9ea6f3fe057f8e654e1020908b 100644 (file)
@@ -1,8 +1,8 @@
-croutine.c     eaton
-heap.c eaton
-list.c eaton
-port.c eaton
-portASM.asm    eaton
-queue.c        eaton
-tasks.c        eaton
-timers.c       eaton
+/croutine.c    eaton
+/heap.c        eaton
+/list.c        eaton
+/port.c        eaton
+/portASM.asm   eaton
+/queue.c       eaton
+/tasks.c       eaton
+/timers.c      eaton
index fc67421ac3f11227e3521f91db85bb21256e59c6..a89cd5aaf724200fb6892e3959f2c1ab2cae5cf6 100644 (file)
@@ -1,14 +1,14 @@
-FreeRTOS.h     eaton
-FreeRTOSConfig.h       eaton
-StackMacros.h  eaton
-croutine.h     eaton
-list.h eaton
-mpu_wrappers.h eaton
-os.h   eaton
-portable.h     eaton
-portmacro.h    eaton
-projdefs.h     eaton
-queue.h        eaton
-semphr.h       eaton
-task.h eaton
-timers.h       eaton
+/FreeRTOS.h    eaton
+/FreeRTOSConfig.h      eaton
+/StackMacros.h eaton
+/croutine.h    eaton
+/list.h        eaton
+/mpu_wrappers.h        eaton
+/os.h  eaton
+/portable.h    eaton
+/portmacro.h   eaton
+/projdefs.h    eaton
+/queue.h       eaton
+/semphr.h      eaton
+/task.h        eaton
+/timers.h      eaton
index 74f38603f948ba6c55ea7042770e7462608c9967..8d4633e8d8006c1e2041f31abd5fe885ced04e5f 100644 (file)
@@ -1,9 +1,9 @@
-croutine.c     eaton
-heap.c eaton
-list.c eaton
-mpu_wrappers.c eaton
-port.c eaton
-portASM.asm    eaton
-queue.c        eaton
-tasks.c        eaton
-timers.c       eaton
+/croutine.c    eaton
+/heap.c        eaton
+/list.c        eaton
+/mpu_wrappers.c        eaton
+/port.c        eaton
+/portASM.asm   eaton
+/queue.c       eaton
+/tasks.c       eaton
+/timers.c      eaton
index 21a6cd0e88b83f5e276ca3f3ea6c95d43837c5bf..a66c02f4039d4a8ee86208707c7a866949f54895 100644 (file)
@@ -1 +1 @@
-os.txt eaton
+/os.txt        eaton
index fc67421ac3f11227e3521f91db85bb21256e59c6..a89cd5aaf724200fb6892e3959f2c1ab2cae5cf6 100644 (file)
@@ -1,14 +1,14 @@
-FreeRTOS.h     eaton
-FreeRTOSConfig.h       eaton
-StackMacros.h  eaton
-croutine.h     eaton
-list.h eaton
-mpu_wrappers.h eaton
-os.h   eaton
-portable.h     eaton
-portmacro.h    eaton
-projdefs.h     eaton
-queue.h        eaton
-semphr.h       eaton
-task.h eaton
-timers.h       eaton
+/FreeRTOS.h    eaton
+/FreeRTOSConfig.h      eaton
+/StackMacros.h eaton
+/croutine.h    eaton
+/list.h        eaton
+/mpu_wrappers.h        eaton
+/os.h  eaton
+/portable.h    eaton
+/portmacro.h   eaton
+/projdefs.h    eaton
+/queue.h       eaton
+/semphr.h      eaton
+/task.h        eaton
+/timers.h      eaton
index ff142e06f171b6bb5795e0056efd3462ba03da85..84e07a7f8c9dfe9ea6f3fe057f8e654e1020908b 100644 (file)
@@ -1,8 +1,8 @@
-croutine.c     eaton
-heap.c eaton
-list.c eaton
-port.c eaton
-portASM.asm    eaton
-queue.c        eaton
-tasks.c        eaton
-timers.c       eaton
+/croutine.c    eaton
+/heap.c        eaton
+/list.c        eaton
+/port.c        eaton
+/portASM.asm   eaton
+/queue.c       eaton
+/tasks.c       eaton
+/timers.c      eaton
index 1c1eb29801412dd2a9d3970359026f7c50a679dd..ebc76dae81ea1ed4542d80b7ac5d37cdda1ad119 100644 (file)
@@ -1 +1 @@
-.gitignore     eaton
+/.gitignore    eaton
index 8bcfacf8e88d6926182ced5e9f91c0baf0fb7c54..06cfc69457ab3a6b7d628f52626a2626fa6b4460 100644 (file)
@@ -1,20 +1,20 @@
 wiki-upload.pl export-ignore
-.gitattributes eaton
-FlexRay_driver_Autosar_complience.txt  eaton
-Makefile       eaton
-blocks.pdf     eaton
-blocks.png     eaton
-blocks.svg     eaton
-board.pdf      eaton
-board.png      eaton
-board.svg      eaton
-drv.txt        eaton
-hal.txt        eaton
-layers.pdf     eaton
-layers.png     eaton
-layers.svg     eaton
-os.txt eaton
-rpp.txt        eaton
-sw-layers.svg  eaton
-sys.txt        eaton
-wiki-upload.pl eaton
+/.gitattributes        eaton
+/FlexRay_driver_Autosar_complience.txt eaton
+/Makefile      eaton
+/blocks.pdf    eaton
+/blocks.png    eaton
+/blocks.svg    eaton
+/board.pdf     eaton
+/board.png     eaton
+/board.svg     eaton
+/drv.txt       eaton
+/hal.txt       eaton
+/layers.pdf    eaton
+/layers.png    eaton
+/layers.svg    eaton
+/os.txt        eaton
+/rpp.txt       eaton
+/sw-layers.svg eaton
+/sys.txt       eaton
+/wiki-upload.pl        eaton
index 78e4eb9f7e58a1bb7defdaf1f8dde3d103a7d972..addf36183057627605f1d0346db8d45c1dd323a8 100644 (file)
@@ -1,3 +1,3 @@
-.gitignore     eaton
-Doxyfile       eaton
-Makefile       eaton
+/.gitignore    eaton
+/Doxyfile      eaton
+/Makefile      eaton
index 5b90e504a5269bb361a371f1ddf221857790b6f5..7caec6052c4335f44b7893ad883e0a575deb621f 100644 (file)
@@ -1,6 +1,6 @@
-Makefile       eaton
-blocks.png     eaton
-blocks_map.html        eaton
-cvut.png       eaton
-footer.html    eaton
-main_page.dox  eaton
+/Makefile      eaton
+/blocks.png    eaton
+/blocks_map.html       eaton
+/cvut.png      eaton
+/footer.html   eaton
+/main_page.dox eaton
index 61997f34d7ff124806cb049022fd66ce4d014124..7857180785b26cb7afe8c1970b24a8fb6894f9dd 100644 (file)
@@ -1,3 +1,3 @@
-base.h eaton
-binary.h       eaton
-types.h        eaton
+/base.h        eaton
+/binary.h      eaton
+/types.h       eaton
index 5bb78cb4874bbe25ef2bbcfc5df3c096fd00be3f..7d2ab30ddc7d2c62ce4feef4f064aa840d924ace 100644 (file)
@@ -1,3 +1,3 @@
-Std_Types.h    eaton
-drv.h  eaton
-sci.h  eaton
+/Std_Types.h   eaton
+/drv.h eaton
+/sci.h eaton
index 8fae0e4e1de56bc91f9bc763653b8d8b2f4037e4..7ba1a6c388453bca9e88f4fa6e3fc7e67b4d0b49 100644 (file)
@@ -1 +1 @@
-adc.h  eaton
+/adc.h eaton
index 8fae0e4e1de56bc91f9bc763653b8d8b2f4037e4..7ba1a6c388453bca9e88f4fa6e3fc7e67b4d0b49 100644 (file)
@@ -1 +1 @@
-adc.h  eaton
+/adc.h eaton
index 8fae0e4e1de56bc91f9bc763653b8d8b2f4037e4..7ba1a6c388453bca9e88f4fa6e3fc7e67b4d0b49 100644 (file)
@@ -1 +1 @@
-adc.h  eaton
+/adc.h eaton
index 00bf5980d1b4961ed0ea5a12ab23dc7973aa2d24..7407c7de6a5a6fed9f2a8a7b2373bddda8f1422e 100644 (file)
@@ -1,3 +1,3 @@
-gpio.h eaton
-hal.h  eaton
-port_gpio.h    eaton
+/gpio.h        eaton
+/hal.h eaton
+/port_gpio.h   eaton
index aa781dbdb2de407ebc6f0d9eb019c4a1cb3c4611..463133b2107dee2aa3cd253fa0ccfa00e2ffd853 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.h     eaton
-port_def.h     eaton
+/gpio_def.h    eaton
+/port_def.h    eaton
index aa781dbdb2de407ebc6f0d9eb019c4a1cb3c4611..463133b2107dee2aa3cd253fa0ccfa00e2ffd853 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.h     eaton
-port_def.h     eaton
+/gpio_def.h    eaton
+/port_def.h    eaton
index aa781dbdb2de407ebc6f0d9eb019c4a1cb3c4611..463133b2107dee2aa3cd253fa0ccfa00e2ffd853 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.h     eaton
-port_def.h     eaton
+/gpio_def.h    eaton
+/port_def.h    eaton
index 1f149f4ab7cf56a4cac925d008485e651a20e888..d45451127cb304a4759a2023eb04a5c7619ca9e1 100644 (file)
@@ -1,4 +1,4 @@
-can.h  eaton
-gio.h  eaton
-rpp.h  eaton
-sci.h  eaton
+/can.h eaton
+/gio.h eaton
+/rpp.h eaton
+/sci.h eaton
index 8fae0e4e1de56bc91f9bc763653b8d8b2f4037e4..7ba1a6c388453bca9e88f4fa6e3fc7e67b4d0b49 100644 (file)
@@ -1 +1 @@
-adc.h  eaton
+/adc.h eaton
index 8fae0e4e1de56bc91f9bc763653b8d8b2f4037e4..7ba1a6c388453bca9e88f4fa6e3fc7e67b4d0b49 100644 (file)
@@ -1 +1 @@
-adc.h  eaton
+/adc.h eaton
index 087b34e2d6a4c3678ff09810e44483463c7ab88a..eb039798b234a5416e1359ca8608fa5a069784a6 100644 (file)
@@ -1,36 +1,36 @@
-cpu_def.h      eaton
-hw_emac.h      eaton
-hw_emac_ctrl.h eaton
-hw_mdio.h      eaton
-hw_reg_access.h        eaton
-phy_dp83848h.h eaton
-port.h eaton
-std_nhet.h     eaton
-sys.h  eaton
-sys_core.h     eaton
-sys_mpu.h      eaton
-sys_pinmux.h   eaton
-sys_pmu.h      eaton
-sys_selftest.h eaton
-sys_vim.h      eaton
-system.h       eaton
-ti_drv_adc.h   eaton
-ti_drv_can.h   eaton
-ti_drv_crc.h   eaton
-ti_drv_dcc.h   eaton
-ti_drv_dma.h   eaton
-ti_drv_dmm.h   eaton
-ti_drv_emac.h  eaton
-ti_drv_emif.h  eaton
-ti_drv_esm.h   eaton
-ti_drv_fray.h  eaton
-ti_drv_gio.h   eaton
-ti_drv_het.h   eaton
-ti_drv_het2.h  eaton
-ti_drv_htu.h   eaton
-ti_drv_i2c.h   eaton
-ti_drv_mdio.h  eaton
-ti_drv_mibspi.h        eaton
-ti_drv_pom.h   eaton
-ti_drv_rtp.h   eaton
-ti_drv_sci.h   eaton
+/cpu_def.h     eaton
+/hw_emac.h     eaton
+/hw_emac_ctrl.h        eaton
+/hw_mdio.h     eaton
+/hw_reg_access.h       eaton
+/phy_dp83848h.h        eaton
+/port.h        eaton
+/std_nhet.h    eaton
+/sys.h eaton
+/sys_core.h    eaton
+/sys_mpu.h     eaton
+/sys_pinmux.h  eaton
+/sys_pmu.h     eaton
+/sys_selftest.h        eaton
+/sys_vim.h     eaton
+/system.h      eaton
+/ti_drv_adc.h  eaton
+/ti_drv_can.h  eaton
+/ti_drv_crc.h  eaton
+/ti_drv_dcc.h  eaton
+/ti_drv_dma.h  eaton
+/ti_drv_dmm.h  eaton
+/ti_drv_emac.h eaton
+/ti_drv_emif.h eaton
+/ti_drv_esm.h  eaton
+/ti_drv_fray.h eaton
+/ti_drv_gio.h  eaton
+/ti_drv_het.h  eaton
+/ti_drv_het2.h eaton
+/ti_drv_htu.h  eaton
+/ti_drv_i2c.h  eaton
+/ti_drv_mdio.h eaton
+/ti_drv_mibspi.h       eaton
+/ti_drv_pom.h  eaton
+/ti_drv_rtp.h  eaton
+/ti_drv_sci.h  eaton
index aff2f0c1283cfc081c297ae3d90483d5d474d661..2268aec8146cc3ec2eb6949a88bb448eb2bc8fe4 100644 (file)
@@ -1,2 +1,2 @@
-port.h eaton
-sys_pinmux.h   eaton
+/port.h        eaton
+/sys_pinmux.h  eaton
index aff2f0c1283cfc081c297ae3d90483d5d474d661..2268aec8146cc3ec2eb6949a88bb448eb2bc8fe4 100644 (file)
@@ -1,2 +1,2 @@
-port.h eaton
-sys_pinmux.h   eaton
+/port.h        eaton
+/sys_pinmux.h  eaton
index aff2f0c1283cfc081c297ae3d90483d5d474d661..2268aec8146cc3ec2eb6949a88bb448eb2bc8fe4 100644 (file)
@@ -1,2 +1,2 @@
-port.h eaton
-sys_pinmux.h   eaton
+/port.h        eaton
+/sys_pinmux.h  eaton
index 9367a6e458e5158104a4debeed31fc006e4da893..4e0b56a87c7711732649ea4fcdc65ac426c48d1d 100644 (file)
@@ -1 +1 @@
-sci.c  eaton
+/sci.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 4b949c814678325d2bceea948b1fb198a9c1b7a5..00388113b111e5f21632b1f1605a51d4b58b0515 100644 (file)
@@ -1,3 +1,3 @@
-gpio.c eaton
-pom_vect_remap.c       eaton
-port_gpio.c    eaton
+/gpio.c        eaton
+/pom_vect_remap.c      eaton
+/port_gpio.c   eaton
index e4fee0b4f078cb5b366042d1dcf580109e87834a..3dbecf5f8e3fd6323d4453a49078bcbde37cb04b 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.c     eaton
-port_def.c     eaton
+/gpio_def.c    eaton
+/port_def.c    eaton
index e4fee0b4f078cb5b366042d1dcf580109e87834a..3dbecf5f8e3fd6323d4453a49078bcbde37cb04b 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.c     eaton
-port_def.c     eaton
+/gpio_def.c    eaton
+/port_def.c    eaton
index e4fee0b4f078cb5b366042d1dcf580109e87834a..3dbecf5f8e3fd6323d4453a49078bcbde37cb04b 100644 (file)
@@ -1,2 +1,2 @@
-gpio_def.c     eaton
-port_def.c     eaton
+/gpio_def.c    eaton
+/port_def.c    eaton
index 227f2fd684f8f7f9e733dbc7b81272a446af7cc7..d96f9a9713e2bd5b2557bf31d5128d40a3dab4d9 100644 (file)
@@ -1,4 +1,4 @@
-can.c  eaton
-gio.c  eaton
-rpp.c  eaton
-sci.c  eaton
+/can.c eaton
+/gio.c eaton
+/rpp.c eaton
+/sci.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 60365520b3413b35d3aa1c636b664d656e2cb8a1..744c6a512aef56daf028d9e7b68f74be0cf846bf 100644 (file)
@@ -1 +1 @@
-adc.c  eaton
+/adc.c eaton
index 409f6b76399c819b4decd28e94b595e2ce3d1848..8c0bc182afa4ada4c70233db0b0ec5b048e20573 100644 (file)
@@ -1,18 +1,18 @@
-phy_dp83848h.c eaton
-sys_phantom.c  eaton
-sys_pinmux.c   eaton
-sys_selftest.c eaton
-system.c       eaton
-ti_drv_dma.c   eaton
-ti_drv_dmm.c   eaton
-ti_drv_emac.c  eaton
-ti_drv_emif.c  eaton
-ti_drv_esm.c   eaton
-ti_drv_gio.c   eaton
-ti_drv_het.c   eaton
-ti_drv_het2.c  eaton
-ti_drv_het2_irc.het    eaton
-ti_drv_i2c.c   eaton
-ti_drv_mdio.c  eaton
-ti_drv_mibspi.c        eaton
-ti_drv_sci.c   eaton
+/phy_dp83848h.c        eaton
+/sys_phantom.c eaton
+/sys_pinmux.c  eaton
+/sys_selftest.c        eaton
+/system.c      eaton
+/ti_drv_dma.c  eaton
+/ti_drv_dmm.c  eaton
+/ti_drv_emac.c eaton
+/ti_drv_emif.c eaton
+/ti_drv_esm.c  eaton
+/ti_drv_gio.c  eaton
+/ti_drv_het.c  eaton
+/ti_drv_het2.c eaton
+/ti_drv_het2_irc.het   eaton
+/ti_drv_i2c.c  eaton
+/ti_drv_mdio.c eaton
+/ti_drv_mibspi.c       eaton
+/ti_drv_sci.c  eaton
index 0bd796ddbafecfb5e2a99588d41cff741b18a723..4a3995b2a5264d5d50c528474571761b5587bfa1 100644 (file)
@@ -1,3 +1,3 @@
-notification.c eaton
-sys_startup.c  eaton
-ti_drv_adc.c   eaton
+/notification.c        eaton
+/sys_startup.c eaton
+/ti_drv_adc.c  eaton
index 0bd796ddbafecfb5e2a99588d41cff741b18a723..4a3995b2a5264d5d50c528474571761b5587bfa1 100644 (file)
@@ -1,3 +1,3 @@
-notification.c eaton
-sys_startup.c  eaton
-ti_drv_adc.c   eaton
+/notification.c        eaton
+/sys_startup.c eaton
+/ti_drv_adc.c  eaton
index 0bd796ddbafecfb5e2a99588d41cff741b18a723..4a3995b2a5264d5d50c528474571761b5587bfa1 100644 (file)
@@ -1,3 +1,3 @@
-notification.c eaton
-sys_startup.c  eaton
-ti_drv_adc.c   eaton
+/notification.c        eaton
+/sys_startup.c eaton
+/ti_drv_adc.c  eaton
index 35014feb321306eb7a0bdd7ba837f2d0b30c812d..dcd94d73203ffdb414705a77b0d7fa2b688f6b02 100644 (file)
@@ -1,5 +1,5 @@
-dabort.asm     eaton
-sys_core.asm   eaton
-sys_intvecs.asm        eaton
-sys_mpu.asm    eaton
-sys_pmu.asm    eaton
+/dabort.asm    eaton
+/sys_core.asm  eaton
+/sys_intvecs.asm       eaton
+/sys_mpu.asm   eaton
+/sys_pmu.asm   eaton