We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf4679 commit e41195eCopy full SHA for e41195e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 0.0.10 - Aug 30, 2025
4
+
5
+- PR#61: FreeRTOS: Show vQueueAddToRegistry() hint only for empty queues
6
+- PR#68: Read stackTop from FreeRTOS MPU context block. This is a major contribution by @malsyned (thanks).
7
8
## 0.0.10-pre2 - Apr 12, 2025
9
10
- PR#44: Add support for SMP on FreeRTOS
package.json
@@ -2,7 +2,7 @@
"name": "rtos-views",
"displayName": "RTOS Views",
"description": "RTOS views for microcontrollers",
- "version": "0.0.9-pre2",
+ "version": "0.0.10",
"publisher": "mcu-debug",
"preview": true,
"repository": {
0 commit comments