Difference between revisions of "CC1100/CC2500 Recent Updates"

From TinyOS Wiki
Jump to: navigation, search
(January 21, 2008)
(January 21, 2008)
Line 3: Line 3:
 
* Reduced the number of SPI register burst init elements from 39 to 25, decreasing the time it takes for init.
 
* Reduced the number of SPI register burst init elements from 39 to 25, decreasing the time it takes for init.
 
* Added the RadioReset interface and HplRadioResetC/P modules to allow the driver to check the SO line to see that the radio has been automatically powered up on reset.
 
* Added the RadioReset interface and HplRadioResetC/P modules to allow the driver to check the SO line to see that the radio has been automatically powered up on reset.
 +
* Removed RfResource and PriorityQueue from the radio stack.
 +
* Removed while-loop hack functionality in BlazeInitP - this still needs to be tested with various hardware

Revision as of 17:31, 21 January 2008

January 21, 2008

  • Reduced the number of SPI register burst init elements from 39 to 25, decreasing the time it takes for init.
  • Added the RadioReset interface and HplRadioResetC/P modules to allow the driver to check the SO line to see that the radio has been automatically powered up on reset.
  • Removed RfResource and PriorityQueue from the radio stack.
  • Removed while-loop hack functionality in BlazeInitP - this still needs to be tested with various hardware