wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Driver] Refactor driver names #21

Closed wake-0 closed 9 years ago

wake-0 commented 9 years ago

Refactor all driver file and function names.

E.g. File.: uartDriver Function: UARTDriverInit(...)

trylimits commented 9 years ago

Generally I would like to see conventions like this, however, I would suggest the following guidelines:

File: driver_uart.h/c
Function name: UARTDriverInit(..)

Also see @mpe5651 his timer driver.

wake-0 commented 9 years ago

It sounds good. I changed the name of the uart, pls do the same for all other files. Also for files like driver_led.h so that we use the guideline. The same also makes sense for the hal. hal_uart.c

trylimits commented 9 years ago

Refactored all names. Further work on naming conventions should be handled in Bug #17