Commit 347c0fa
authored
Documentations updates for ThreadX v6.5.1202602 (#30)
This pull request updates the Eclipse ThreadX documentation to reflect new features, APIs, and configuration options introduced in the 6.5.1.202602 release across all repositories.
LevelX — Lazy Sector Release (PR #71)
Documents the new opt-in lazy sector release mechanism for NAND flash. Two new configuration constants are documented in chapter2.adoc: LX_NAND_FLASH_ENABLE_LAZY_SECTOR_RELEASE (enables deferred copy+erase on sector release) and LX_NAND_FLASH_SECTOR_RELEASE_LAZY_THRESHOLD (minimum free block count before lazy release activates, default 10).
USBX — New HID Protocol APIs (PR #244)
Documents three new HID class additions in usbx-host-stack-5.adoc:ux_host_class_hid_protocol_get() retrieves the current HID protocol (boot or report);ux_host_class_hid_protocol_set() switches the protocol on the host side;ux_device_class_hid_set_protocol_callback is an optional device-side callback invoked when the host changes the protocol.
USBX — Removed API Stubs (PR #259)
Documents the removal of five API prototypes that had no corresponding implementation:ux_hcd_isp1161_initialize, ux_dcd_at91_initialize, ux_dcd_isp1181_initialize,ux_dcd_ml6965_initialize, and ux_device_stack_transfer_request_abort.
NetX Duo — BSD Enhancements (PRs #374, #375, #376)
Documents BSD socket improvements in netx-duo-bsd/chapter2.adoc: the new recvfromto()function returning both source and local destination addresses; SO_LINGER socket option support in nx_bsd_setsockopt; stricter nx_bsd_inet_aton that now rejects non-dotted-quad address formats; select() exception notification via exceptfds; and a corrected return value for nx_bsd_accept.
NetX Duo — RSA-PSS and TLS 1.3 (PRs #377, #267)
Documents RSA-PSS signature verification (RFC 8017 section 8.1) required for TLS 1.3compliance with RSA certificates (RFC 8446 section 4.2.3), along with the newNX_CRYPTO_DIGITAL_SIGNATURE_RSAPSS constant (0x00050004). Also documents X.509GeneralizedTime support: notBefore and notAfter validity fields now accept both UTCTime and GeneralizedTime ASN.1 formats, and the two fields may use different formats.
GUIX — Error Processing Hook (PR #156)
Documents the new GX_ENABLE_ERROR_CALLBACK configuration option in chapter-3.adoc. When defined alongside GX_DISABLE_THREADX_BINDING, it allows custom RTOS bindings to register a gx_generic_error_process(UINT error_code, ULONG error_count) callback for custom error recovery.
GUIX Studio — VS2022 Migration (PR #152)
Updates about-guix-studio.adoc: Visual Studio 2022 is now required (VS2019 support has been dropped); PerMonitorV2 high-DPI support added for panes, dialogues, and toolbar assets; GUIX Studio now starts maximised by default with correct window placement persistence;String Table Editor button scaling corrected.
ThreadX — Win64 Port (PR #529)
Documents the new native Windows 64-bit ports for ThreadX and ThreadX SMP.
ThreadX — Xtensa Port Updates (PR #525)
Documents updates contributed from the Cadence foss-xtensa fork: LX8 support for morethan 32 interrupt levels; fixed interrupt handling with TX_ENABLE_EXECUTION_CHANGE_NOTIFY; support for __DYNAMIC_REENT__; and execution profiling support.1 parent 253974f commit 347c0fa
9 files changed
Lines changed: 239 additions & 0 deletions
File tree
- rtos-docs
- guix/modules/ROOT/pages
- levelx/modules/ROOT/pages
- netx-duo/modules/ROOT/pages
- netx-duo-bsd
- netx-duo-secure-tls
- threadx/modules/ROOT/pages
- threadx-smp
- usbx/modules/ROOT/pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
750 | 751 | | |
751 | 752 | | |
752 | 753 | | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
753 | 769 | | |
754 | 770 | | |
755 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
211 | 239 | | |
212 | 240 | | |
213 | 241 | | |
| |||
252 | 280 | | |
253 | 281 | | |
254 | 282 | | |
| 283 | + | |
255 | 284 | | |
256 | 285 | | |
257 | 286 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
1855 | 1856 | | |
1856 | 1857 | | |
1857 | 1858 | | |
| 1859 | + | |
| 1860 | + | |
1858 | 1861 | | |
1859 | 1862 | | |
1860 | 1863 | | |
| |||
3172 | 3175 | | |
3173 | 3176 | | |
3174 | 3177 | | |
| 3178 | + | |
| 3179 | + | |
3175 | 3180 | | |
3176 | 3181 | | |
3177 | 3182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
100 | 121 | | |
101 | 122 | | |
102 | 123 | | |
| |||
147 | 168 | | |
148 | 169 | | |
149 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
150 | 180 | | |
151 | 181 | | |
152 | 182 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
96 | 118 | | |
97 | 119 | | |
98 | 120 | | |
| |||
0 commit comments