]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Added TosThreads support for Mulle.
authorr-studio <r-studio>
Fri, 9 Apr 2010 09:31:53 +0000 (09:31 +0000)
committerr-studio <r-studio>
Fri, 9 Apr 2010 09:31:53 +0000 (09:31 +0000)
commite752ee8721ff939905f88168ad62dbbceef179c0
tree1bc041240ceab328df88eaa094d270294c592bf7
parent72479bee82e20ce5ca45acf52a3e821f25614348
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.
16 files changed:
apps/tosthreads/apps/TestBlockStorage/Makefile
apps/tosthreads/apps/TestBlockStorage/README
support/make/m16c62p/crt.S
support/make/threads.extra
tos/chips/m16c62p/adc/HplM16c62pAdcC.nc
tos/chips/m16c62p/adc/HplM16c62pAdcP.nc
tos/chips/m16c62p/pins/HplM16c62pInterruptC.nc
tos/chips/m16c62p/pins/HplM16c62pInterruptSigP.nc
tos/chips/m16c62p/timer/HplM16c62pTimerC.nc
tos/chips/m16c62p/timer/HplM16c62pTimerInterruptP.nc
tos/chips/m16c62p/uart/HplM16c62pUartC.nc
tos/chips/m16c62p/uart/HplM16c62pUartInterruptP.nc
tos/lib/tosthreads/lib/printf/PrintfP.nc
tos/platforms/mulle/.platform
tos/platforms/mulle/chips/at45db/HplAt45dbC.nc
tos/platforms/mulle/chips/at45db/HplAt45dbP.nc