RAS

Fork of IAP by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
pascalreygner
Date:
Sat Aug 25 10:17:58 2018 +0000
Parent:
11:69e39050fccf
Child:
13:f04b3719759d
Commit message:
Ajout fonctions

Changed in this revision

IAP.cpp Show annotated file Show diff for this revision Revisions of this file
IAP.h Show annotated file Show diff for this revision Revisions of this file
--- a/IAP.cpp	Fri Aug 24 16:38:19 2018 +0000
+++ b/IAP.cpp	Sat Aug 25 10:17:58 2018 +0000
@@ -34,7 +34,6 @@
 
 #define     USER_FLASH_AREA_START_STR( x )      STR( x )
 #define     STR( x )                            #x
-#define     MEM_SIZE                            256
 
 unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( ".ARM.__at_" USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) ), zero_init));
 
--- a/IAP.h	Fri Aug 24 16:38:19 2018 +0000
+++ b/IAP.h	Sat Aug 25 10:17:58 2018 +0000
@@ -34,6 +34,9 @@
 #define        MBED_IAP
 
 #include    "mbed.h"
+
+#define     MEM_SIZE                            4096 // PR 25/8 - 256
+
 # define TARGET_LPC1488
 #if defined(TARGET_LPC176X) || defined(TARGET_LPC1488)