move code and create a directory for each layer
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 3 Nov 2014 16:38:12 +0000 (17:38 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 3 Nov 2014 16:38:12 +0000 (17:38 +0100)
commit47b5ff5e33580082f3f3a8abcdeb8f02c5c89929
tree8b427fb557ec3fc4013f87b26dddf32f2999b84e
parent25e0ccae9a74e8035b218a73c8c9c442f8a58aec
move code and create a directory for each layer
16 files changed:
lib/sata/command/.keep_me [new file with mode: 0644]
lib/sata/k7sataphy/__init__.py [deleted file]
lib/sata/k7sataphy/crg.py [deleted file]
lib/sata/k7sataphy/ctrl.py [deleted file]
lib/sata/k7sataphy/datapath.py [deleted file]
lib/sata/k7sataphy/gtx.py [deleted file]
lib/sata/k7sataphy/std.py [deleted file]
lib/sata/link/.keep_me [new file with mode: 0644]
lib/sata/phy/k7sataphy/__init__.py [new file with mode: 0644]
lib/sata/phy/k7sataphy/crg.py [new file with mode: 0644]
lib/sata/phy/k7sataphy/ctrl.py [new file with mode: 0644]
lib/sata/phy/k7sataphy/datapath.py [new file with mode: 0644]
lib/sata/phy/k7sataphy/gtx.py [new file with mode: 0644]
lib/sata/phy/k7sataphy/std.py [new file with mode: 0644]
lib/sata/transport/.keep_me [new file with mode: 0644]
targets/test.py