]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Initial commit of TinyLD (TOSThreads' dynamic loader)
authorliang_mike <liang_mike>
Wed, 4 Feb 2009 07:41:35 +0000 (07:41 +0000)
committerliang_mike <liang_mike>
Wed, 4 Feb 2009 07:41:35 +0000 (07:41 +0000)
commitec1e6ec1a6fb18fe08f193c0d221210d9f7b7a42
treebf300c635ce6d4b153c0a976c6759fc6ef792be8
parent26b1336ffbd00053e73b7abc9c5f4a6107b95db7
Initial commit of TinyLD (TOSThreads' dynamic loader)
37 files changed:
apps/tosthreads/tinyld/LoadFromRAM/LoadFromRAMAppC.nc [new file with mode: 0644]
apps/tosthreads/tinyld/LoadFromRAM/LoadFromRAMP.nc [new file with mode: 0644]
apps/tosthreads/tinyld/LoadFromRAM/Makefile [new file with mode: 0644]
apps/tosthreads/tinyld/LoadFromRAM/README [new file with mode: 0644]
apps/tosthreads/tinyld/LoadFromRAM/volumes-stm25p.xml [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/Blink.tos [new file with mode: 0644]
apps/tosthreads/tinyld/SerialLoader/Makefile [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/README [new file with mode: 0644]
apps/tosthreads/tinyld/SerialLoader/SerialLoader.h [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/SerialLoaderP.nc [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/serialloader.py [new file with mode: 0755]
apps/tosthreads/tinyld/SerialLoader/tinyos.py [new file with mode: 0755]
tools/tinyos/tosthreads/Makefile.am
tools/tinyos/tosthreads/tosthreads-gen-dynamic-app [new file with mode: 0755]
tools/tinyos/tosthreads/tosthreads-gen-dynamic-app.1 [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/BigCrc.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/BigCrcC.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/BigCrcP.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/DynamicLoader.h [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/DynamicLoader.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/DynamicLoaderC.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/DynamicLoaderP.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/LoadSourceMapC.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/LoadSourceMapP.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/MemoryStorageC.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/MemoryStorageP.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/NullVolumeMapC.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/PMManager.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/PMManagerC.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/PMManagerP.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc [new file with mode: 0644]
tos/lib/tosthreads/lib/tinyld/UserButton.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/UserButtonC.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/UserButtonP.nc [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/slcs_types.h [new file with mode: 0755]
tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h [new file with mode: 0755]