]> oss.titaniummirror.com Git - tinyos-2.x.git/shortlog
tinyos-2.x.git
2010-05-26 R. Steve McKownUpdate tos-bsl. cp210x driver ioctls now based on... release/2.1.1-4.3
2010-05-07 R. Steve McKownMerge TinyOS 2.1.1 into master.
2010-05-06 R. Steve McKownProper MSP_BSL_FLAGS for telosa and telosb based platfo...
2010-04-24 R. Steve McKownUse HOME instead of tilde. Consistent use of quotes... release/2.1.0 release/2.1.0-4.2
2010-04-24 R. Steve McKownThe previous TOSROOT was being writting to TOSCFG.
2010-04-23 R. Steve McKownDon't hard-code for ncc in mig and ncg scripts. release/2.1.0-4.1
2010-04-23 R. Steve McKownGet rid of TOS and use TOSDIR like the other Makefiles...
2010-04-23 R. Steve McKownFix trailing spaces in cp210xrtmodule.c
2010-04-23 R. Steve McKownFix tmicore's PlatformSerialC to provide the convention...
2010-04-23 R. Steve McKownImproved tinyos.sh
2010-04-22 R. Steve McKownFix copyrights now that Sporian has granted TMI the... release/2.1.0-4
2010-04-19 R. Steve McKownSubstitue for newest getTime32() by Miklos.
2010-04-19 R. Steve McKownUpstream commits to tos/chips/cc2420, Aug 7 2008 thru...
2010-04-19 R. Steve McKownPatch incorporate changes on CVS head through 8/23...
2010-04-19 R. Steve McKownFix startup in SoftwareInit.init overwriting changes...
2010-04-13 R. Steve McKownUSCI fixes.
2010-04-13 R. Steve McKownLet UartByte.send() interleave with any in-progress...
2010-04-13 R. Steve McKownSome comments about the UART ISRs.
2010-04-13 R. Steve McKownRemove redundant atomic blocks.
2010-04-13 R. Steve McKownFix USCI hanging caused by clearing the TXIFG bit.
2010-04-13 R. Steve McKownImprove interrupt handling for USCI.
2010-04-13 R. Steve McKownFix last UartSend.send() lost when immediately followed...
2010-04-13 R. Steve McKownFix up a duplicate error message in tos-storage-stm25p.
2010-04-12 R. Steve McKownMake RS-232 signalling docs in tos-bsl easier to unders...
2010-04-10 R. Steve McKownTeach tos-storage-stm25p to derive NUM_SECTORS and...
2010-03-04 R. Steve McKownOlimex P169 platform.
2010-03-04 R. Steve McKownRemove unnecessary wiring for tmicore and derivative...
2010-03-04 R. Steve McKownUse platform variable name to build make dependency.
2010-02-25 R. Steve McKownUSCI using uint8_t for len instead of required uint16_t.
2010-02-03 R. Steve McKownFix typo in msp430 BusyWait32khzC.nc.
2010-01-15 R. Steve McKownMake USCI interrupt comments more clear and accurate.
2010-01-15 R. Steve McKownCollapse two sections that are exactly the same.
2009-12-07 R. Steve McKownSeparate filters in tools/release/tinyos.files for... release/2.1.0-3
2009-12-07 R. Steve McKownAdd tinyos.sh, a utility for changing the active tree...
2009-12-07 R. Steve McKownUpdate tools/release/tinyos.files so it also works...
2009-12-07 R. Steve McKownRemove unnecessary execute permission on text files.
2009-12-07 R. Steve McKownFormally indicate support/sdk/c/sf/bootstrap is a shell...
2009-12-07 R. Steve McKownWe don't want README.mkd in the tree right now, though.
2009-12-03 R. Steve McKownA possible README.mkd for when this repo is made public.
2009-12-03 R. Steve McKownRemove unneeded references to oww dirs in tmirws .platform release/2.1.0-2
2009-12-02 R. Steve McKownRemove sensors code from tmirws platform.
2009-12-02 R. Steve McKownMove NoMsp430GpioC out of tos/chips/msp430 and into...
2009-12-01 smckownUse AverageAngleC in AeroVaneReadC.
2009-12-01 smckownAddress possible dead zone discontinuities when reading...
2009-12-01 smckownTeach aerovector_t that it can be null, via a special...
2009-12-01 smckownRedo Average interface.
2009-12-01 smckownClean up comments in AeroVane.h to better explain aerov...
2009-12-01 smckownAdd the averaging components and their interface.
2009-12-01 smckownAnemometerReadC changes
2009-12-01 smckownUpdates to WindVaneReadC
2009-12-01 smckownChanges to MultiSampleC
2009-12-01 smckownEnhancements to AeroVaneReadC.
2009-12-01 smckownRemove references to Alarm; use of a Timer will be...
2009-12-01 smckownWhen using a Timer in AeroVaneReadP, we don't need...
2009-12-01 smckownMay or may not use these
2009-12-01 smckownAdd in the formula to convert the returned speed to...
2009-12-01 smckownAdd AeroVane infrastructure to support physical/reading...
2009-12-01 smckownFix an incorrect comment regarding the dead band check...
2009-12-01 smckownChagne the wind vane compass accumulator from an uint16...
2009-12-01 smckownFix the comments in WindVaneC, etc. There is no longer...
2009-12-01 smckownWiden the dead band detect range again.
2009-12-01 smckownReplace a cardinal value with its proper template argum...
2009-12-01 smckownUpdate WindVaneC to use newer underlying code.
2009-12-01 smckownWindVaneReadC gives instantaneous compass heading readi...
2009-12-01 smckownUpdate HalWindVaneC so that it adds dead zone check...
2009-12-01 smckownClean up the ADC configuration for the wind vane.
2009-12-01 smckownConvenience components that multi-sample an ADC pin...
2009-12-01 smckownCorrect mph calculations in AnemometerP.nc for Davis...
2009-12-01 smckownFix IO config problems for tmirws board wind direction...
2009-12-01 smckownEnsure that uC input pin P1.2_CP_RTS is valid when...
2009-12-01 smckownWork on wind sensor move to Davis Instruments.
2009-12-01 smckownWork in process to support Davis instruments aerovane...
2009-12-01 smckownIgnore files created when running tos-install-jni.
2009-12-01 smckownSync tmicore MotePlatformC with that of tmirws, and...
2009-12-01 smckowntmirws sets outputs going to cp2103 to low (zero) by...
2009-12-01 smckownReorganize scp1000 driver code.
2009-12-01 smckownMove weather instrument sensors code out of TOSDIR...
2009-12-01 smckownThis change is required to remove async warnings in... release/2.1.0-1
2009-12-01 smckownChanges to reduce atomic code.
2009-12-01 smckownSlightly better implementation of SpiPacket.send.
2009-12-01 smckownReturn a real error code and actual bytes written in...
2009-12-01 smckownImplement chip select query for SPI peripheral.
2009-12-01 smckownAdd .gitignore
2009-12-01 smckownFix race conditions when SPI peripheral is unconfigured...
2009-12-01 smckownMsp430SpiP.sendData() reads rxbuf redundantly.
2009-12-01 smckownRemove incorrect comment from Msp430SpiP.
2009-12-01 smckownRevert "Remove the NO_REN_ON_SPI define."
2009-12-01 smckownRemove the NO_REN_ON_SPI define.
2009-12-01 smckownAdd feature to optionally clear PxREN bits for SPI...
2009-12-01 smckownRemove spi debug that leaked from the spidebug branch.
2009-12-01 smckownMsp430SpiP SpiPacket.sendDone was incorrectly sending...
2009-12-01 smckownFix error in last commit; need to check getIfgRx()...
2009-12-01 smckownHave Msp430 USCI SpiPacket send op abort if it sees...
2009-12-01 smckownUse the byte passed into Interrupt.rx() rather calling...
2009-12-01 smckownUse the byte passed into Interrupt.rx() rather calling...
2009-12-01 smckownMsp430SpiP.nc: allow users to call SpiPacket.send(...
2009-12-01 smckownFix up io pin restoration after SPI peripheral is released.
2009-12-01 smckownWrong definition. __MSP430_HAS_ADC12 has trailing...
2009-12-01 smckownThis change allows msp430 usci SpiByte.write to termina...
2009-12-01 smckownMsp430UartP for usci incorrectly resetting peripheral...
next