From 8e0d858f436701959013278e563be57a4a912e11 Mon Sep 17 00:00:00 2001 From: xX7 <5272979+xX7@users.noreply.github.com> Date: Sat, 10 Dec 2022 16:36:01 +0100 Subject: [PATCH] Updated standalone freertos submodule --- .vscode/settings.json | 7 ++++++- src/freertos-neneco-hartstone | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b9ef731..bd27e7b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,12 @@ "vm.h": "c", "type_traits": "c", "cstdlib": "c", - "global.h": "c" + "global.h": "c", + "spinlock.h": "c", + "fences.h": "c", + "wfi.h": "c", + "errno.h": "c", + "string.h": "c" }, "files.exclude": { "**/.git": true, diff --git a/src/freertos-neneco-hartstone b/src/freertos-neneco-hartstone index 37dd1be..9a82d6d 160000 --- a/src/freertos-neneco-hartstone +++ b/src/freertos-neneco-hartstone @@ -1 +1 @@ -Subproject commit 37dd1bed97ca4ac698a320fe146183a6ef6b83e3 +Subproject commit 9a82d6dfc1e48311ce966cfbc19c78d5063ae7c2