]> oss.titaniummirror.com Git - tinyos-2.x.git/shortlog
tinyos-2.x.git
2009-12-04 R. Steve McKownAdd gbp.conf.template, a template for .gbp.conf.
2009-12-04 R. Steve McKownOur first official changelog may look something like...
2009-12-04 R. Steve McKownUpdate the debian build for smarter tinyos-source packa...
2009-12-04 R. Steve McKownWorking on a solution for allowing multiple tinyos...
2009-12-03 R. Steve McKownRemove use of dpatch, since all modifications are in...
2009-12-03 R. Steve McKownCompress changelog for tinyos-source to remove lintian...
2009-12-03 R. Steve McKownNo longer need dpatch patches.
2009-12-03 R. Steve McKownCorrectly pull version numbers from debian/changelog...
2009-12-03 R. Steve McKownAdd the debian changelog to the tinyos-source package...
2009-12-03 R. Steve McKownClear up lintian warnings about changelogs missing...
2009-12-03 R. Steve McKownRemove full stop (period) from Description fields to...
2009-12-03 R. Steve McKownChange copyright a bit to pass lintian tests.
2009-12-03 R. Steve McKownBelieve it or not, but building tinyos tools requires...
2009-12-03 R. Steve McKownFix a lintian warning re: Description fields.
2009-12-03 R. Steve McKownUpdate debian rules.
2009-12-03 R. Steve McKownFix bad e-mail address in debian/changelog.
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...
2009-12-01 smckownResource unconfigure in Msp430SpiP for usci was incorrect.
2009-12-01 smckownAdd PlatformSerialC to tmicore, for convenience.
2009-12-01 smckownPossible tos.mk; see the comments inside.
2009-12-01 smckownFlash bits for the tmicore platform. Need work.
2009-12-01 smckownFix up steve's e-mail address.
2009-12-01 smckownFix up HplMsp430GeneralIOC.nc to make it more robust...
2009-12-01 smckownStart a davis anemometer 'chip' directory from the...
2009-12-01 smckownAdd OWW hardware support to TinyOS tree.
2009-12-01 smckownBack to stable VeREF for now.
2009-12-01 smckownADC functionality still questionable.
2009-12-01 smckownUpdates to tmirws MotePlatformC to reflect proper state...
2009-12-01 smckownAdd ADC sensors for reading pyranomenter and battery...
2009-12-01 smckownOops; added BusyWait to tmirws HalSensirionSht11C twice.
2009-12-01 smckownDon't leave the iopin attached to the sht1x SCK pin...
2009-12-01 smckownUpdate the HalSensirionSht11C platform files to provide...
2009-12-01 smckownIncorporate a BusyWait interface for allowing platforms...
2009-12-01 smckownCleanups to the tmirws platform MotePlatformC pin initi...
2009-12-01 smckownsht11 support for tmirws. Currently uses an open drain...
2009-12-01 smckownTurn on TimerA. This is done for all other msp430...
2009-12-01 smckownAll the weather sensors are now installed; setup uc...
2009-12-01 smckownMigrate scp1000 components into tos tree
2009-12-01 smckownUpdate tmirws/MotePlatformC code as well.
next