]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Added TosThreads support for Mulle.
authorr-studio <r-studio>
Fri, 9 Apr 2010 14:37:35 +0000 (14:37 +0000)
committerr-studio <r-studio>
Fri, 9 Apr 2010 14:37:35 +0000 (14:37 +0000)
commita2b7ea7e61f37d8a0bd2d23b02dbec0d59c64085
treea3ebde02e9d551147decfeb4b9e18e09f071adc2
parente752ee8721ff939905f88168ad62dbbceef179c0
Added TosThreads support for Mulle.
From now on the M16c62p code only uses the interrupt stack. The tosthread library would else not work as intended.
Added a fix folder in the Mulle platforms folder. Se README in that folder for more information.
Did a minor fix to the at45db platform specific code regarding the initialization of the chip. The at45db chip is now initialized through the RealMainP software init so that it will be initialized after the mcu.
tos/lib/tosthreads/chips/m16c62p/chip_thread.h [new file with mode: 0644]
tos/lib/tosthreads/platforms/mulle/ActiveMessageC.nc [new file with mode: 0644]
tos/platforms/mulle/fix/At45dbP.nc [new file with mode: 0644]
tos/platforms/mulle/fix/LogStorageP.nc [new file with mode: 0644]
tos/platforms/mulle/fix/README [new file with mode: 0644]