|
|
@@ -17,9 +17,9 @@ var arr = [];
|
|
|
arr.push( new tabElement( "CORE", "/Core/html/", "Core") );
|
|
|
arr.push( new tabElement( "DRV", "/Driver/html/", "Driver") );
|
|
|
arr.push( new tabElement( "DSP", "/DSP/html/", "DSP") );
|
|
|
- arr.push( new tabElement( "RTOSv1", "/RTOSv1/html/", "RTOS API v1") );
|
|
|
- arr.push( new tabElement( "RTOSv2", "/RTOS/html/", "RTOS API v2") );
|
|
|
-// arr.push( new tabElement( "RTX", "/RTX/html/", "RTX") );
|
|
|
+ arr.push( new tabElement( "RTOSv1", "/RTOS/html/", "RTOS v1") );
|
|
|
+ arr.push( new tabElement( "RTOSv2", "/RTOS2/html/", "RTOS v2") );
|
|
|
+// arr.push( new tabElement( "RTX", "/RTX/html/", "RTX") );
|
|
|
arr.push( new tabElement( "PACK", "/Pack/html/", "Pack") );
|
|
|
arr.push( new tabElement( "SVD", "/SVD/html/", "SVD") );
|
|
|
arr.push( new tabElement( "DAP", "/DAP/html/", "DAP") );
|