]> oss.titaniummirror.com Git - tinyos-2.x.git/history - tos/chips
Update tos-bsl for win32 python
[tinyos-2.x.git] / tos / chips /
2012-10-27 R. Steve McKownsht11: correct measurement timeout values
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-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-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-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-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-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-02 R. Steve McKownMove NoMsp430GpioC out of tos/chips/msp430 and into...
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.
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 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 smckownIncorporate a BusyWait interface for allowing platforms...
2009-12-01 smckownMigrate scp1000 components into tos tree
2009-12-01 smckownClean up pin configuration for peripheral code. Here...
2009-12-01 smckownMsp430ClockC must pull in Msp430TimerC to attach the...
2009-12-01 smckownAdd pin initialization for bq2403x and cp210x
2009-12-01 smckownThe AT25DF part is not compatible with the AT45DB nor...
2009-12-01 smckownAdded SPI support. Now working using the loopback...
2009-12-01 smckownFix up atomic warnings for robug in MSp430UartP.nc.
2009-12-01 smckownAdd support for the cp210x chipset, which is simply...
2009-12-01 smckownImplement support for the BQ2403x charge controller...
2009-12-01 smckownUpdate HplMsp430Interrupt(P|C) to support msp430 parts...
2009-12-01 smckownFix up copyright info on tos/chips/msp430/pins/HplMsp43...
2009-12-01 smckownMove the clock components back into msp430/timer. ...
2009-12-01 smckownTrack changes to clock/Msp430ClockP.nc in clock2/Msp430...
2009-12-01 smckownImplement auto-set of SMCLK divider. SMCLK will be...
2009-12-01 smckownMake Msp430ClockC a generic so that the target DCO...
2009-12-01 smckownPropagate changes from msp430/clock/Msp430ClockP.nc...
2009-12-01 smckownThese changes allow a BC+ equipped msp430 to properly...
2009-12-01 smckownProper support for the new basic_clock+ peripheral...
2009-12-01 smckownThe msp430 now has two basic clock peripherals. Add...
2009-12-01 smckownLet's let the compiler type system work for us. Instea...
2009-12-01 smckownReplace the special-purpose Msp430UsciConfigure interfa...
2009-12-01 smckownUpdate Msp430UartA0C.nc to match recent changes in...
2009-12-01 smckownMintor tweaks to usci
2009-12-01 smckownUSCI UART output on USCI_A1 is working, using ACLK...
2009-12-01 smckownisRen() requires a bool return value.
2009-12-01 smckownMore USCI work.
2009-12-01 smckownComment about USCI pin mapping problems.
2009-12-01 smckownAdd getOut() and getOutRaw() methods. get() and getRaw...
2009-12-01 smckownAdd some SPI implementation.
2009-12-01 smckownMore work on USCI peripheral support.
2009-12-01 smckownCommit interim usci work. Not even close to complete...
2009-12-01 smckownCleanups for using defs to support msp430's with a...
2009-12-01 smckownFix typo in recent updates to HplMsp430GeneralIOC.nc...
2009-12-01 smckownBetter ifdefs around peripheral specific bits in McuSle...
2009-12-01 smckownNew msp430 features: (1) support pull-up/pull-down...
2008-07-25 idgayproper fix for short packets
2008-07-25 maxmulwarning fixes
2008-07-24 regehrnuke a return in a function returning void
2008-07-24 regehrfix a warning
2008-07-23 idgayRemove need for volatiles in scheduler by fixing McuSle...
next