2 @licstart The following is the entire license notice for the JavaScript code in this file.
6 Copyright (C) 1997-2020 by Dimitri van Heesch
8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
9 and associated documentation files (the "Software"), to deal in the Software without restriction,
10 including without limitation the rights to use, copy, modify, merge, publish, distribute,
11 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
12 furnished to do so, subject to the following conditions:
14 The above copyright notice and this permission notice shall be included in all copies or
15 substantial portions of the Software.
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
18 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 @licend The above is the entire license notice for the JavaScript code in this file
27 [ "CMSIS-FreeRTOS", "index.html", [
28 [ "Introduction", "index.html", "index" ],
29 [ "Revision History", "rev_hist.html", null ],
30 [ "Create a FreeRTOS Project", "page_create_project.html", [
31 [ "Pack Components", "page_create_project.html#pack_components", null ],
32 [ "Create a Native FreeRTOS Project", "page_create_project.html#create_native_project", [
33 [ "Configure FreeRTOS", "page_create_project.html#configure_native_freertos", null ],
34 [ "Interrupt Priority Configuration", "page_create_project.html#interrupt_priority_config", null ],
35 [ "Add Event Recorder Visibility", "page_create_project.html#native_freertos_add_evr", null ]
37 [ "Create a CMSIS-FreeRTOS Project", "page_create_project.html#create_cmsis_project", [
38 [ "Configure CMSIS-FreeRTOS", "page_create_project.html#configure_cmsis_freertos", null ],
39 [ "Add Event Recorder Visibility", "page_create_project.html#cmsis_freertos_add_evr", null ]
41 [ "Create a Mixed-Interface Project", "page_create_project.html#create_mixed_project", [
42 [ "Start the Kernel Using CMSIS-RTOS2 API", "page_create_project.html#autotoc_md2", null ],
43 [ "Start the Kernel Using Native API", "page_create_project.html#autotoc_md3", null ]
45 [ "Configure Event Recorder", "page_create_project.html#configure_evr", null ],
46 [ "Debug a CMSIS-FreeRTOS Project", "page_create_project.html#autotoc_md4", null ]
48 [ "Example Projects", "page_example_projects.html", [
49 [ "Build and Run", "page_example_projects.html#autotoc_md5", [
50 [ "Targets", "page_example_projects.html#autotoc_md6", null ],
51 [ "Build in VS Code using Arm Keil Studio Pack extensions", "page_example_projects.html#autotoc_md7", null ],
52 [ "Build via command line", "page_example_projects.html#autotoc_md8", null ],
53 [ "Execute on Virtual Hardware Target", "page_example_projects.html#autotoc_md9", null ]
55 [ "Hello World", "page_example_projects.html#example_hello_world", null ],
56 [ "TrustZone", "page_example_projects.html#example_trustzone", null ]
58 [ "Technical Data and Limitations", "page_technical_data.html", [
59 [ "Limitations", "page_technical_data.html#autotoc_md10", null ],
60 [ "Validation Suite Results", "page_technical_data.html#autotoc_md11", null ],
61 [ "Troubleshooting", "page_technical_data.html#autotoc_md12", null ]
63 [ "Function Overview", "page_function_overview.html", [
64 [ "CMSIS-RTOS2 API", "page_function_overview.html#autotoc_md13", [
65 [ "Kernel Information and Control", "page_function_overview.html#autotoc_md14", null ],
66 [ "Thread Management", "page_function_overview.html#autotoc_md15", null ],
67 [ "Thread Flags", "page_function_overview.html#autotoc_md16", null ],
68 [ "Generic Wait Functions", "page_function_overview.html#autotoc_md17", null ],
69 [ "Timer Management", "page_function_overview.html#autotoc_md18", null ],
70 [ "Event Flags", "page_function_overview.html#autotoc_md19", null ],
71 [ "Mutex Management", "page_function_overview.html#autotoc_md20", null ],
72 [ "Semaphores", "page_function_overview.html#autotoc_md21", null ],
73 [ "Memory Pool", "page_function_overview.html#autotoc_md22", null ],
74 [ "Message Queue", "page_function_overview.html#autotoc_md23", null ]
77 [ "API Reference", "topics.html", "topics" ]
83 "group__freertos__evr.html",
84 "group__freertos__evr__tasks.html#gad1d0b72f0ab5909a3b06a91460737940"
87 var SYNCONMSG = 'click to disable panel synchronization';
88 var SYNCOFFMSG = 'click to enable panel synchronization';