From 8001918a896586438ed5e82a9d0a200bb61027ee Mon Sep 17 00:00:00 2001 From: Rami Ali Date: Mon, 12 Dec 2016 16:36:35 +1100 Subject: stmhal: Add STM32F769DISC board files. With minor changes to adc.c and storage.c to support the F769. --- stmhal/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/storage.c') diff --git a/stmhal/storage.c b/stmhal/storage.c index a18c7ebb8..14b504d71 100644 --- a/stmhal/storage.c +++ b/stmhal/storage.c @@ -75,7 +75,7 @@ STATIC byte flash_cache_mem[0x4000] __attribute__((aligned(4))); // 16k #define FLASH_MEM_SEG2_START_ADDR (0x08140000) // sector 18 #define FLASH_MEM_SEG2_NUM_BLOCKS (128) // sector 18: 64k(of 128k) -#elif defined(STM32F746xx) || defined(STM32F767xx) +#elif defined(STM32F746xx) || defined(STM32F767xx) || defined(STM32F769xx) // The STM32F746 doesn't really have CCRAM, so we use the 64K DTCM for this. -- cgit v1.2.3