Simple example FreeRTOS for nRF52

This commit is contained in:
2024-11-05 15:31:34 +03:00
commit e3f9583977
89 changed files with 74186 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View File

@ -0,0 +1,10 @@
{
"files.associations": {
"task.h": "c",
"list.h": "c",
"timers.h": "c",
"stack_macros.h": "c",
"queue.h": "c",
"freertos.h": "c"
}
}