From 2b1ba741d5c813df07feb2c37aab7cb2c5c4f947 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Aug 2013 22:54:56 +0000 Subject: remove old FreeRTOS based MPU files git-svn-id: https://svn.spreadspace.org/mur.sat@824 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- contrib/FreeRTOS_Library/demo_code/consoleprint.h | 52 ----------------------- 1 file changed, 52 deletions(-) delete mode 100644 contrib/FreeRTOS_Library/demo_code/consoleprint.h (limited to 'contrib/FreeRTOS_Library/demo_code/consoleprint.h') diff --git a/contrib/FreeRTOS_Library/demo_code/consoleprint.h b/contrib/FreeRTOS_Library/demo_code/consoleprint.h deleted file mode 100644 index f9eb6af..0000000 --- a/contrib/FreeRTOS_Library/demo_code/consoleprint.h +++ /dev/null @@ -1,52 +0,0 @@ -//***************************************************************************** -// +--+ -// | ++----+ -// +-++ | -// | | -// +-+--+ | -// | +--+--+ -// +----+ Copyright (c) 2009 Code Red Technologies Ltd. -// -// consoleprint.h - provides a "print string to console" function that uses -// the CodeRed semihosting debug channel functionality. -// -// Software License Agreement -// -// The software is owned by Code Red Technologies and/or its suppliers, and is -// protected under applicable copyright laws. All rights are reserved. Any -// use in violation of the foregoing restrictions may subject the user to criminal -// sanctions under applicable laws, as well as to civil liability for the breach -// of the terms and conditions of this license. -// -// THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED -// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. -// USE OF THIS SOFTWARE FOR COMMERCIAL DEVELOPMENT AND/OR EDUCATION IS SUBJECT -// TO A CURRENT END USER LICENSE AGREEMENT (COMMERCIAL OR EDUCATIONAL) WITH -// CODE RED TECHNOLOGIES LTD. -// -//***************************************************************************** - -#ifndef CONSOLEPRINT_H_ -#define CONSOLEPRINT_H_ - -//#if !(defined(__REDLIB__)) -//#error "consoleprint.c can only be built for projects built with Redlib" -//#endif - -/* - * consoleprint() - provides a "print string to console" function that uses - * the CodeRed semihosting debug channel functionality. Because this can - * send a full string in one operation, rather than a single character (as - * using printf will) this will provide faster prints to the console. - * - * Input - pointer to zero-terminated character string - * Returns 0 if successful - * - * Note that in order to consoleprint() to actually display to the console, - * the semihosting interface using stdout must have been setup. The easiest - * way to do this is to call printf() once at the start of your application - */ -int consoleprint(char *cpstring); - -#endif /* LED_CONFIG_H_ */ -- cgit v1.2.3