]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
all new code largely related to supporting the fatfs addition and a
authorayer1 <ayer1>
Tue, 16 Mar 2010 15:17:19 +0000 (15:17 +0000)
committerayer1 <ayer1>
Tue, 16 Mar 2010 15:17:19 +0000 (15:17 +0000)
commit8f4a44d868701f70463103fabc14fe78c452057f
tree477f650a33135e0eecad9627be150314079c2053
parentd01afff3db89889b3fd93850b2881baf91307f92
all new code largely related to supporting the fatfs addition and a
contrib app, justfatlogging.

localtime64 is to keep localtime from wrapping timestamps every 31
hours.

shimmeranalogsetup is a wrapper for old tos-1.x dma/adc stuff to
enable quick app setup and conversion.

powersupply monitor is an old attempt to make use of msp430 utility.
28 files changed:
tos/platforms/shimmer/.platform
tos/platforms/shimmer/Counter32khz64C.nc [new file with mode: 0644]
tos/platforms/shimmer/CounterMilli64C.nc [new file with mode: 0644]
tos/platforms/shimmer/CounterToLocalTime64C.nc [new file with mode: 0644]
tos/platforms/shimmer/LocalTime64.nc [new file with mode: 0644]
tos/platforms/shimmer/Time.h [new file with mode: 0644]
tos/platforms/shimmer/Time.nc [new file with mode: 0644]
tos/platforms/shimmer/TimeC.nc [new file with mode: 0644]
tos/platforms/shimmer/TimeP.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/ds2411/HplDs2411C.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/ds2411/IDChip.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/msp430/HilTimerMilli64C.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/msp430/PowerSupplyMonitor.h [new file with mode: 0644]
tos/platforms/shimmer/chips/msp430/PowerSupplyMonitor.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/msp430/PowerSupplyMonitorC.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/msp430/PowerSupplyMonitorP.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/FatFs.h [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/FatFs.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/FatFsP.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/README [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/ccsbcs.c [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/diskIOC.nc [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/diskio.c [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/diskio.h [new file with mode: 0644]
tos/platforms/shimmer/chips/sd/fatfs/integer.h [new file with mode: 0644]
tos/platforms/shimmer/shimmerAnalogSetup.nc [new file with mode: 0644]
tos/platforms/shimmer/shimmerAnalogSetupC.nc [new file with mode: 0644]
tos/platforms/shimmer/shimmerAnalogSetupP.nc [new file with mode: 0644]