Remove references to BSP from drivers/ directory

Removes references to obsolete BSP terminology.  Where appropriate, replaces it
with platform terminology.

Change-Id: Ifb17f98bc12d3a28198810351629a109abdc18a5
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-27 11:02:41 -04:00 committed by Anas Nashif
commit 2a4a6cf578
14 changed files with 77 additions and 76 deletions

View file

@ -191,9 +191,10 @@ int _sys_clock_driver_init(struct device *device)
/**
*
* @brief Read the BSP timer hardware
* @brief Read the platform's timer hardware
*
* This routine returns the current time in terms of timer hardware clock cycles.
* This routine returns the current time in terms of timer hardware clock
* cycles.
*
* @return up counter of elapsed clock cycles
*/