From aba0f8fd6cd51cad65480689bc9254df4f071175 Mon Sep 17 00:00:00 2001 From: xoviat Date: Mon, 29 May 2023 14:49:43 -0500 Subject: stm32/uart: refactor rx ringbuffer - remove some race conditions - allow full use of rx buffer --- .vscode/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/.gitignore b/.vscode/.gitignore index 9fbb9ec95..8c3dd8a31 100644 --- a/.vscode/.gitignore +++ b/.vscode/.gitignore @@ -1,3 +1,4 @@ *.cortex-debug.*.json launch.json -tasks.json \ No newline at end of file +tasks.json +*.cfg -- cgit