OSDN Git Service

1.change core file extension to .c from .cpp
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Sat, 20 Apr 2013 05:03:44 +0000 (05:03 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Sat, 20 Apr 2013 05:03:44 +0000 (05:03 +0000)
commitc91522dce1120c3e985024987a0940fd115fda28
treead945351fa64a45db8cb11a6212b7eef3dd9f833
parent011548d8b6504b31a087897c01091b56164e50ee
1.change core file extension to .c from .cpp
2.add missing "extern C"
3.move under os files to NyLPC_os.h from NyLPC_stdlib.h
4.remove  mbed.h and rtos.h from core library.

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@218 47198e57-cb75-475f-84c4-a814cd6f29e0
33 files changed:
lib/.cproject
lib/src/NyLPC_stdlib.c
lib/src/driver/uip/EthDev_LPC17xx.c
lib/src/driver/uip/EtherDev_DP83848C.c
lib/src/driver/uip/EtherDev_LAN8720.c
lib/src/flash/NyLPC_cMiMicConfiglation.h
lib/src/include/NyLPC_stdlib.h
lib/src/net/NyLPC_cNet.h
lib/src/net/NyLPC_cNetConfig.h
lib/src/net/httpd/NyLPC_cHttpRequestPrefixParser.h
lib/src/net/httpd/NyLPC_cHttpd.h
lib/src/net/httpd/NyLPC_cHttpdConnection.h
lib/src/net/httpd/NyLPC_cHttpdConnection_protected.h
lib/src/net/httpd/NyLPC_cHttpdThread.h
lib/src/net/httpd/NyLPC_cHttpdThread_protected.h
lib/src/net/httpd/NyLPC_cHttpd_protected.h
lib/src/net/httpd/mod/NyLPC_cHttpModUtils_protected.h
lib/src/net/httpd/mod/NyLPC_cModRomFiles_protected.h
lib/src/os/NyLPC_cIsr.h
lib/src/os/NyLPC_cMutex.h
lib/src/os/NyLPC_cSemaphore.h
lib/src/os/NyLPC_cThread.h
lib/src/uip/NyLPC_cTcpListener.h
lib/src/uip/NyLPC_cTcpSocket.h
lib/src/utils/NyLPC_cFormatTextReader.c [new file with mode: 0644]
lib/src/utils/NyLPC_cFormatTextReader.h [new file with mode: 0644]
misc/html.mbed/MiMicJSEditor.html
misc/html.mbed/index.html
projects/app.RemoteMCU/src/sketch.c
projects/example/sample.net.simplehttpd/src/fsdata.c
projects/example/sample.romfsmod/src/sketch.c
projects/example/test/.cproject
projects/example/test/src/sketch.c