OSDN Git Service

ethernetドライバの配置変更
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Wed, 21 May 2014 13:33:25 +0000 (13:33 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Wed, 21 May 2014 13:33:25 +0000 (13:33 +0000)
commitdabcc968e19a01d235fd74806bdd894442b8430e
tree0fa6e10c8989d21e5ab5b3229d6121828b616102
parent43cb26d875a23851cd0b58375a4634d61cd8b022
ethernetドライバの配置変更
コンフィギュレーション項目にMCUを追加

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@343 47198e57-cb75-475f-84c4-a814cd6f29e0
16 files changed:
lib/src/driver/ethernet/EthDev.h
lib/src/driver/ethernet/EthDev_protected.h [deleted file]
lib/src/driver/ethernet/EtherDev_DP83848C.h [deleted file]
lib/src/driver/ethernet/EtherDev_LAN8720.h [deleted file]
lib/src/driver/ethernet/NyLPC_IEthernetDevice.h [moved from lib/src/driver/ethernet/IEthernetDevice.h with 90% similarity]
lib/src/driver/ethernet/NyLPC_cEthernetMM.c [new file with mode: 0644]
lib/src/driver/ethernet/NyLPC_cEthernetMM.h [new file with mode: 0644]
lib/src/driver/ethernet/lpc17xx/EthDev.c [moved from lib/src/driver/ethernet/EthDev.c with 74% similarity]
lib/src/driver/ethernet/lpc17xx/EthDev_LPC17xx.c [moved from lib/src/driver/ethernet/EthDev_LPC17xx.c with 53% similarity]
lib/src/driver/ethernet/lpc17xx/EthDev_LPC17xx.h [moved from lib/src/driver/ethernet/EthDev_LPC17xx.h with 96% similarity]
lib/src/driver/ethernet/lpc17xx/EtherDev_DP83848C.c [moved from lib/src/driver/ethernet/EtherDev_DP83848C.c with 91% similarity]
lib/src/driver/ethernet/lpc17xx/EtherDev_DP83848C_protected.h [moved from lib/src/driver/ethernet/EtherDev_DP83848C_protected.h with 73% similarity]
lib/src/driver/ethernet/lpc17xx/EtherDev_LAN8720.c [moved from lib/src/driver/ethernet/EtherDev_LAN8720.c with 91% similarity]
lib/src/driver/ethernet/lpc17xx/EtherDev_LAN8720_protected.h [moved from lib/src/driver/ethernet/EtherDev_LAN8720_protected.h with 73% similarity]
lib/src/include/NyLPC_config.h
lib/src/uip/NyLPC_cUipService.c