Skip to content

Commit 8043d2d

Browse files
committed
Update on 18 Jan 2023. Expand to see details.
d67ff1413 Deleted deprecated folder "AutoTest_GUIX_Linux ". db37df8de Support resizing and scrolling for project configure dialog. cb04caf77 Update dialog size to meet MAS resize requirement. ef7cb9579 Add a notice for not released file. 855c79f48 Fix Accessibility bug in string scroll wheel edit dialog. Bump Studio version. 265ee9fa1 Fix bug about focus is not return to the control that invoke an error message. 0b8bdbc90 Fix issue about string table focus not visible when string table is empty. cb0f90d88 Revert ok button name change. 9ae1b74e7 Fix accessibility bug about NVDA not announce role "edit". eed6db6c8 Upgrade to the latest Container Images. bc039588b Disable delete button when there is not action defined. 757e52957 Changed trigger list row paint logic to make selected item clear when gain focus.
1 parent 7365033 commit 8043d2d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,53 @@ See [Overview of Azure RTOS GUIX](https://learn.microsoft.com/azure/rtos/guix/ov
3939

4040
The master branch has the most recent code with all new features and bug fixes. It does not represent the latest General Availability (GA) release of the library. Each official release (preview or GA) will be tagged to mark the commit and push it into the Github releases tab, e.g. `v6.2-rel`.
4141

42+
> When you see xx-xx-xxxx, 6.x or x.x in function header, this means the file is not officially released yet. They will be updated in the next release. See example below.
43+
```
44+
/**************************************************************************/
45+
/* */
46+
/* FUNCTION RELEASE */
47+
/* */
48+
/* _tx_initialize_low_level Cortex-M23/GNU */
49+
/* 6.x */
50+
/* AUTHOR */
51+
/* */
52+
/* Scott Larson, Microsoft Corporation */
53+
/* */
54+
/* DESCRIPTION */
55+
/* */
56+
/* This function is responsible for any low-level processor */
57+
/* initialization, including setting up interrupt vectors, setting */
58+
/* up a periodic timer interrupt source, saving the system stack */
59+
/* pointer for use in ISR processing later, and finding the first */
60+
/* available RAM memory address for tx_application_define. */
61+
/* */
62+
/* INPUT */
63+
/* */
64+
/* None */
65+
/* */
66+
/* OUTPUT */
67+
/* */
68+
/* None */
69+
/* */
70+
/* CALLS */
71+
/* */
72+
/* None */
73+
/* */
74+
/* CALLED BY */
75+
/* */
76+
/* _tx_initialize_kernel_enter ThreadX entry function */
77+
/* */
78+
/* RELEASE HISTORY */
79+
/* */
80+
/* DATE NAME DESCRIPTION */
81+
/* */
82+
/* 09-30-2020 Scott Larson Initial Version 6.1 */
83+
/* xx-xx-xxxx Scott Larson Include tx_user.h, */
84+
/* resulting in version 6.x */
85+
/* */
86+
/**************************************************************************/
87+
```
88+
4289
## Component dependencies
4390

4491
The main components of Azure RTOS are each provided in their own repository, but there are dependencies between them, as shown in the following graph. This is important to understand when setting up your builds.

0 commit comments

Comments
 (0)