From 240565cdba7f1f39f9caa50ebb7245ae335fef0f Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sun, 10 Nov 2013 20:52:12 +0900 Subject: [PATCH] README for MZ --- mcapi/README | 7 +++++++ mplabx/README | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/mcapi/README b/mcapi/README index c75b79f4a..154294c46 100644 --- a/mcapi/README +++ b/mcapi/README @@ -59,6 +59,13 @@ Included Project Files /zlib-1.2.7 +PIC32MX/PIC32MZ +--------------- + +The projects are set for PIC32MX by default. For PIC32MZ, change project +properties->Devices and add "CYASSL_MICROCHIP_PIC32M" to +XC32-gcc->Preprocessing and messages-> Preprocessor macros. + MIPS16 and MIPS32 Support ------------------------- diff --git a/mplabx/README b/mplabx/README index dcc7a1be8..715c227bf 100644 --- a/mplabx/README +++ b/mplabx/README @@ -34,6 +34,14 @@ Included Project Files This project builds the CTaoCrypt benchmark application. +PIC32MX/PIC32MZ +--------------- + +The projects are set for PIC32MX by default. For PIC32MZ, change project +properties->Devices and add "CYASSL_MICROCHIP_PIC32M" to +XC32-gcc->Preprocessing and messages-> Preprocessor macros. + + MIPS16 and MIPS32 Support -------------------------