]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX600_RX63N-RSK_Renesas/RTOSDemo/Renesas-Files/board/rskrx63n/rskrx63n.h
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Demo / RX600_RX63N-RSK_Renesas / RTOSDemo / Renesas-Files / board / rskrx63n / rskrx63n.h
diff --git a/FreeRTOS/Demo/RX600_RX63N-RSK_Renesas/RTOSDemo/Renesas-Files/board/rskrx63n/rskrx63n.h b/FreeRTOS/Demo/RX600_RX63N-RSK_Renesas/RTOSDemo/Renesas-Files/board/rskrx63n/rskrx63n.h
deleted file mode 100644 (file)
index 6699734..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-/***********************************************************************************************************************\r
-* DISCLAIMER\r
-* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No \r
-* other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all \r
-* applicable laws, including copyright laws. \r
-* THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING\r
-* THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, \r
-* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM \r
-* EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES \r
-* SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS \r
-* SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
-* Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of \r
-* this software. By using this software, you agree to the additional terms and conditions found by accessing the \r
-* following link:\r
-* http://www.renesas.com/disclaimer \r
-*\r
-* Copyright (C) 2012 Renesas Electronics Corporation. All rights reserved.    \r
-***********************************************************************************************************************/\r
-/***********************************************************************************************************************\r
-* File Name       : rskrx63n.h\r
-* H/W Platform : RSK+RX63N\r
-* Description  : Board specific definitions for the RSKRX630.\r
-***********************************************************************************************************************/\r
-/***********************************************************************************************************************\r
-* History : DD.MM.YYYY Version  Description\r
-*         : 28.11.2011 1.00     First Release\r
-***********************************************************************************************************************/\r
-\r
-#ifndef RSKRX63N_H
-#define RSKRX63N_H
-
-/* Local defines */
-#define LED_ON              (0)
-#define LED_OFF             (1)
-#define SET_BIT_HIGH        (1)
-#define SET_BIT_LOW         (0)
-#define SET_BYTE_HIGH       (0xFF)
-#define SET_BYTE_LOW        (0x00)\r
-\r
-/* Switches */\r
-#define SW_ACTIVE           0\r
-#define        SW1                         PORT3.PIDR.BIT.B2\r
-#define SW2                        PORT0.PIDR.BIT.B0\r
-#define SW3                        PORT0.PIDR.BIT.B7\r
-#define SW1_PDR                            PORT3.PDR.BIT.B2\r
-#define SW2_PDR                            PORT0.PDR.BIT.B0\r
-#define SW3_PDR                            PORT0.PDR.BIT.B7\r
-#define SW1_PMR                            PORT3.PMR.BIT.B2\r
-#define SW2_PMR                            PORT0.PMR.BIT.B0\r
-#define SW3_PMR                            PORT0.PMR.BIT.B7\r
-\r
-/* LEDs */\r
-#define        LED0                        PORT0.PODR.BIT.B3\r
-#define        LED1                        PORT0.PODR.BIT.B5\r
-#define        LED2                        PORT1.PODR.BIT.B0\r
-#define        LED3                        PORT1.PODR.BIT.B1\r
-#define        LED0_PDR                    PORT0.PDR.BIT.B3\r
-#define        LED1_PDR                    PORT0.PDR.BIT.B5\r
-#define        LED2_PDR                    PORT1.PDR.BIT.B0\r
-#define        LED3_PDR                    PORT1.PDR.BIT.B1\r
-\r
-/* Slave select. */\r
-#define FLASH_CS            PORT3.PDR.BIT.B1        // SSLB0\r
-
-#endif /* RSKRX63N_H */\r