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

[Output] All debug/error printfs should done using kernel functions #62

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

In Bug #58 we introduced functions for outputting info, error and debug messages. All printf calls in our non-user-applications should call these functions instead of calling printf directly.

This ensures consistent output and provides more control over these.

trylimits commented 9 years ago

Refactored all internal printf calls. Such calls should be avoided and the newly provided kernel functions should be used instead.