diff options
| author | xoviat <[email protected]> | 2023-05-29 14:49:43 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-05-29 14:49:43 -0500 |
| commit | aba0f8fd6cd51cad65480689bc9254df4f071175 (patch) | |
| tree | be7dabd8075b827cb8a2d920225c48b452857e1f /.vscode | |
| parent | 0a136c308eb3a949a7bca2f7f688277adb085489 (diff) | |
stm32/uart: refactor rx ringbuffer
- remove some race conditions
- allow full use of rx buffer
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/.gitignore b/.vscode/.gitignore index 9fbb9ec95..8c3dd8a31 100644 --- a/.vscode/.gitignore +++ b/.vscode/.gitignore | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | *.cortex-debug.*.json | 1 | *.cortex-debug.*.json |
| 2 | launch.json | 2 | launch.json |
| 3 | tasks.json \ No newline at end of file | 3 | tasks.json |
| 4 | *.cfg | ||
