OSDN Git Service

RTOSAPIコールの分離作業とemacコールバック処理系の移動
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Thu, 17 Jan 2013 02:30:27 +0000 (02:30 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Thu, 17 Jan 2013 02:30:27 +0000 (02:30 +0000)
commita81c7935e26a2d34b084d05a88450f5cfcec453a
tree60aea7cffafb3b141e074a339f3292ef9a20f268
parent54c3f24dc275b19abe135777e05500cd271d26b4
RTOSAPIコールの分離作業とemacコールバック処理系の移動

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@183 47198e57-cb75-475f-84c4-a814cd6f29e0
28 files changed:
lib/src/NyLPC_cSyncProc.c [deleted file]
lib/src/NyLPC_cSyncProc.h [deleted file]
lib/src/driver/flash/LPC17xx_IAP.h
lib/src/driver/uip/EthDev.c
lib/src/driver/uip/EthDev.h
lib/src/driver/uip/EthDev_LPC17xx.c
lib/src/driver/uip/EthDev_LPC17xx.h
lib/src/driver/uip/EtherDev_DP83848C.c
lib/src/driver/uip/EtherDev_DP83848C.h
lib/src/driver/uip/EtherDev_DP83848C_protected.h
lib/src/driver/uip/EtherDev_LAN8720.c
lib/src/driver/uip/EtherDev_LAN8720.h
lib/src/driver/uip/EtherDev_LAN8720_protected.h
lib/src/include/NyLPC_config.h
lib/src/include/NyLPC_stdlib.h
lib/src/mimicvm/NyLPC_cMiMicTxtCompiler.c
lib/src/os/NyLPC_cIsr.h [moved from lib/src/NyLPC_cSyncCall.h with 70% similarity]
lib/src/os/NyLPC_cMutex.h [moved from lib/src/NyLPC_cMutex.h with 74% similarity]
lib/src/os/NyLPC_cSemaphore.h [new file with mode: 0644]
lib/src/os/NyLPC_cStopwatch.h [moved from lib/src/NyLPC_cStopwatch.h with 100% similarity]
lib/src/os/NyLPC_cThread.h [moved from lib/src/NyLPC_cThread.h with 83% similarity]
lib/src/os/freertos/NyLPC_cMutex.c [moved from lib/src/NyLPC_cMutex.c with 93% similarity]
lib/src/os/freertos/NyLPC_cSemaphore.c [moved from lib/src/NyLPC_cSyncCall.c with 55% similarity]
lib/src/os/freertos/NyLPC_cStopwatch.c [moved from lib/src/NyLPC_cStopwatch.c with 93% similarity]
lib/src/os/freertos/NyLPC_cThread.c [moved from lib/src/NyLPC_cThread.c with 93% similarity]
lib/src/uip/NyLPC_cUipService.c
lib/src/uip/NyLPC_cUipService_protected.h
lib/src/utils/NyLPC_cRomFileSet.h