]> oss.titaniummirror.com Git - tinyos-2.x.git/history - tos
Update tos-bsl for win32 python
[tinyos-2.x.git] / tos /
2012-10-28 R. Steve McKowndebug: add cfprintf macro
2012-10-27 R. Steve McKowntmimsp: clean up open drain for sht1x DATA
2012-10-27 R. Steve McKownsht11: correct measurement timeout values
2012-10-23 R. Steve McKowntmimsp: support 4 KB sectors on AT25DF041A
2012-10-23 R. Steve McKownAdd debug library; use with tmimsp platforms
2012-10-15 R. Steve McKownAdd uprintf library; use it in tmimsp platforms
2012-10-04 R. Steve McKowntmimsp family: flash is now working
2012-10-04 R. Steve McKowntmimsp family: configure flash chip support
2012-10-04 R. Steve McKowntmimsp platform family better uart abstraction
2012-10-04 R. Steve McKowntmicore and tmirws platforms -> tmimsp family
2012-10-02 R. Steve McKownTemp fix for ADC_VECTOR undefined for msp430f2x1x
2012-10-02 jan.hauerAdded a temporary workaround that allows to compile...
2012-10-02 R. Steve McKownRevert "GCC 4.4.3 seems to have proper bitfield support."
2012-03-21 R. Steve McKownUpdates for GCC 4.5.3
2010-11-29 R. Steve McKownAdd types for ports 7 and 8, allowing TOSH_ASSIGN_PIN...
2010-10-29 R. Steve McKownUSCI I2C support.
2010-10-29 R. Steve McKowni2cNak() -> i2cNack()
2010-10-27 R. Steve McKownFix a typo in a comment.
2010-09-27 R. Steve McKownFix up io pin restoration after Uart peripheral is... release/2.1.1-4.4
2010-09-24 R. Steve McKownImplement proper request states in SharedArbiterP.
2010-09-24 R. Steve McKownRace condition clearing bit vectors that are already...
2010-09-21 R. Steve McKownFix client immediateRequest() if S_IDLE and ResourceDef...
2010-09-19 R. Steve McKownAdd SharedSplitControlC, for N clients needing shared...
2010-09-19 R. Steve McKownSharedArbiterP doesn't need to know the number of clients.
2010-09-17 R. Steve McKownNew Write and WriteNow interfaces.
2010-09-17 R. Steve McKownConform SharedArbiterP better to TEP108.
2010-09-15 R. Steve McKownAdd SharedArbiterC.
2010-09-15 R. Steve McKownAdd an async version of ReadRef.
2010-09-14 R. Steve McKownAdd 19200 baud definition when using 1MHz (10^6 Hz...
2010-09-03 R. Steve McKownGCC 4.4.3 seems to have proper bitfield support.
2010-09-01 R. Steve McKownVolatile keyword tricks GCC into not optimizing out...
2010-08-05 R. Steve McKownPlatformUartC provides Resource; PlatformSerialC provid...
2010-08-02 R. Steve McKownTOS expects an enabled UART to have rx interrupt on...
2010-08-02 R. Steve McKownEnsure Uart state variables are reset on resource confi...
2010-08-02 R. Steve McKownInterrupts.tx() signal is only relevant when UartStream...
2010-05-07 R. Steve McKownMerge TinyOS 2.1.1 into master.
2010-04-23 R. Steve McKownFix tmicore's PlatformSerialC to provide the convention...
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-03-04 R. Steve McKownOlimex P169 platform.
2010-03-04 R. Steve McKownRemove unnecessary wiring for tmicore and derivative...
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 McKownRemove unnecessary execute permission on text files.
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 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 smckownFix race conditions when SPI peripheral is unconfigured...
2009-12-01 smckownMsp430SpiP.sendData() reads rxbuf redundantly.
2009-12-01 smckownRemove incorrect comment from Msp430SpiP.
next