Changes between Version 21 and Version 22 of Release/4.10


Ignore:
Timestamp:
12/19/08 17:22:24 (15 years ago)
Author:
Sh
Comment:

/* BSPs and Device Drivers */

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.10

    v21 v22  
    104104 *  Similarly, with the move to have more BSPs use more of the BSP Framework, most BSPs no longer require a BSP specific implementation of bsp_pretasking_hook() and can use the shared stub implementation.
    105105
    106  *  LibI2C: Bus mutexes will be create no once during registration and not on the fly.  Maybe addition of an asynchronous data transfer API.
     106 *  LibI2C: Bus mutexes will be created now once during registration and not on the fly.  Maybe addition of an asynchronous data transfer API.
    107107
    108108 *  SD Card Driver: Overall cleanup.