From 5bbda57debf47cf41063bfbf6549442bccab2a9d 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 --- BaS_GNU/.cproject | 63 ++++-- BaS_GNU/.project | 4 + BaS_GNU/Makefile | 5 + BaS_GNU/bas.lk.in | 2 + BaS_GNU/include/printf.h | 9 + BaS_GNU/sources/printf.c | 376 ++++++++++++++++++++++++++++++++ BaS_GNU/sources/printf_helper.S | 8 + 7 files changed, 444 insertions(+), 23 deletions(-) create mode 100644 BaS_GNU/include/printf.h create mode 100644 BaS_GNU/sources/printf.c create mode 100644 BaS_GNU/sources/printf_helper.S diff --git a/BaS_GNU/.cproject b/BaS_GNU/.cproject index 096d23a..6d797d4 100644 --- a/BaS_GNU/.cproject +++ b/BaS_GNU/.cproject @@ -51,7 +51,12 @@