]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Added faster baud rate speed when using sm16cf to program Mulle.
authorr-studio <r-studio>
Fri, 9 Apr 2010 09:26:49 +0000 (09:26 +0000)
committerr-studio <r-studio>
Fri, 9 Apr 2010 09:26:49 +0000 (09:26 +0000)
commit72479bee82e20ce5ca45acf52a3e821f25614348
tree2bb05851fd082d4a1682017e8eb3d9e40e68bb67
parentf6ecf29371ff37fd36925d32e58c96288b174a7c
Added faster baud rate speed when using sm16cf to program Mulle.
Added a fix in crt.S for the trampoline bug in the M16c GCC implementation.
Fixed a bug in m16c62phardware.h with the atomic statements, the flag register was saved after the interrupts were disabled which is not correct.
Some Mulle defines in the Deluge code had accidentally been removed, added these again.
Added a faster software spi implementation for the RF230 specific Mulle code. It is still not fast enough, but it could be made faster if the RF230 chip code also would be modified. (Look into this in the future).
support/make/m16c62p/crt.S
support/make/m16c62p/m16c62p.rules
support/make/m16c62p/sm16cf.extra
tos/chips/m16c62p/m16c62phardware.h
tos/lib/net/Deluge/extra/NetProgC.nc
tos/lib/net/Deluge/extra/NetProgM.nc
tos/platforms/mulle/.platform
tos/platforms/mulle/chips/rf230/HplRF230P.nc