From d61f236f26817cf1d38a4fb891e817d1f5a0752a Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 5 Dec 2020 20:20:07 +0200 Subject: [PATCH] F4: Disable DAC functions that require DMA. * It's not possible to use DAC with heap buffers on the F4 because the heap is located in CCM which is not accessible by DMA. --- src/micropython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/micropython b/src/micropython index 089727488..56fbbd4dc 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 0897274884f7111866fe630d67233ad1dd616414 +Subproject commit 56fbbd4dcf919c1111468aabf3df2b44bf6bb9f0