Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ThreadX RTOS documentation #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rtos-docs/filex/chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ FileX supports both 8.3 and Windows Long File Name (LFN) name formats. In additi

- **Directory Time**

The two-byte *directory time* field contains the hours, minutes, and seconds of the last change to the specified directory entry. Bits 15 through 11 contain the hours, bits 10 though 5 contain the minutes, and bits 4 though 0 contain the half seconds. Actual seconds are divided by two before being written into this field.
The two-byte *directory time* field contains the hours, minutes, and seconds of the last change to the specified directory entry. Bits 15 through 11 contain the hours, bits 10 through 5 contain the minutes, and bits 4 through 0 contain the half seconds. Actual seconds are divided by two before being written into this field.

- **Directory Date**

Expand Down Expand Up @@ -399,11 +399,11 @@ By default, the system date and time are set to the last release date of FileX.

### System Date

The FileX system date is maintained in the global ***_fx_system_date*** variable. Bits 15 through 9 contain the year offset from 1980, bits 8 through 5 contain the month offset, and bits 4 through 0 contain the day. |
The FileX system date is maintained in the global ***_fx_system_date*** variable. Bits 15 through 9 contain the year offset from 1980, bits 8 through 5 contain the month offset, and bits 4 through 0 contain the day.

### System Time

The FileX system time is maintained in the global ***_fx_system_time*** variable. Bits 15 through 11 contain the hours, bits 10 though 5 contain the minutes, and bits 4 though 0 contain the half seconds.
The FileX system time is maintained in the global ***_fx_system_time*** variable. Bits 15 through 11 contain the hours, bits 10 through 5 contain the minutes, and bits 4 through 0 contain the half seconds.

### Periodic Time Update

Expand Down
4 changes: 2 additions & 2 deletions rtos-docs/threadx/chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ For other Eclipse ThreadX products (FileX, NetX Duo, GUIX, USBX, etc.), ThreadX

### Detailed Configuration Options

**TX_BYTE_POOL_ENABLE_PERFORMANCE_INFO**
**TX_BLOCK_POOL_ENABLE_PERFORMANCE_INFO**

When defined, this option enables the gathering of performance information on byte pools. By default, this option is not defined.
When defined, this option enables the gathering of performance information on block pools. By default, this option is not defined.

**TX_BYTE_POOL_ENABLE_PERFORMANCE_INFO**

Expand Down
2 changes: 1 addition & 1 deletion rtos-docs/threadx/chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ The characteristics of each event flags group are found in its control block. It

Event group control blocks can be located anywhere in memory, but it is most common to make the control block a global structure by defining it outside the scope of any function.

### Memory Block Pools
## Memory Block Pools

Allocating memory in a fast and deterministic manner is always a challenge in real-time applications. With this in mind, ThreadX provides the ability to create and manage multiple pools of fixed-size memory blocks.

Expand Down
2 changes: 1 addition & 1 deletion rtos-docs/threadx/chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ valid. */
- tx_event_flags_set
- tx_event_flags_set_notify

### tx_event_flags_performance_info_get
## tx_event_flags_performance_info_get

Get event flags group performance information

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.