add utilities and update TraceX install link

This commit is contained in:
Scott Larson
2020-10-01 13:46:52 -07:00
parent 1b5816a206
commit 236374f704
11 changed files with 4070 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* This software is licensed under the Microsoft Software License */
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
/* and in the root directory of this software. */
/* */
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/** */
/** ThreadX Component */
/** */
/** FreeRTOS compatibility Kit */
/** */
/**************************************************************************/
/**************************************************************************/
/* RELEASE HISTORY */
/* */
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* */
/**************************************************************************/
#ifndef EVENT_GROUPS_H
#define EVENT_GROUPS_H
/* This file is intentionally left empty for backward compatibility. */
#endif /* EVENT_GROUPS_H */