Support of STM32F3 board.

This commit is contained in:
Ruben Ayrapetyan
2014-10-17 21:48:09 +04:00
parent 9c1428de29
commit 8e1156bd9e
12 changed files with 1788 additions and 489 deletions
+7 -1
View File
@@ -55,7 +55,13 @@
/**
* Size of heap
*/
#define CONFIG_MEM_HEAP_AREA_SIZE (64 * 1024)
#ifdef __TARGET_HOST
# define CONFIG_MEM_HEAP_AREA_SIZE (64 * 1024)
#elif defined (__TARGET_MCU)
# define CONFIG_MEM_HEAP_AREA_SIZE (8 * 1024)
#else /* !__TARGET_HOST && !__TARGET_MCU */
# error "!__TARGET_HOST && !__TARGET_MCU"
#endif /* !__TARGET_HOST && !__TARGET_MCU */
/**
* Log2 of maximum possible offset in the heap