From 55e6937179d4b9d70cc64c1b87016efe194cb6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 25 Oct 2012 12:01:48 +0000 Subject: [PATCH] added free (BSD-source) tiny-printf to support better diagnostic messages --- .cproject | 63 ++++--- .project | 4 + Makefile | 5 + bas.lk.in | 2 + include/printf.h | 9 + sources/printf.c | 376 ++++++++++++++++++++++++++++++++++++++++ sources/printf_helper.S | 8 + 7 files changed, 444 insertions(+), 23 deletions(-) create mode 100644 include/printf.h create mode 100644 sources/printf.c create mode 100644 sources/printf_helper.S diff --git a/.cproject b/.cproject index 096d23a..6d797d4 100644 --- a/.cproject +++ b/.cproject @@ -51,7 +51,12 @@