| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-12 | Merge commit from fork | Frédéric Desbiens | |
| fix (host/storage): prevent stack overflow from infinite partition recursion | |||
| 2026-01-12 | Merge pull request #227 from ayedm1/abort_host_hid_out_endpoint | Frédéric Desbiens | |
| Terminate the hid host interrupt out endpoint on deactivate | |||
| 2026-01-12 | Merge pull request #234 from ayedm1/hid_device_class_cleanup | Frédéric Desbiens | |
| Device HID class clean-up | |||
| 2026-01-09 | Merge remote-tracking branch 'github/master' | Sebastian Paarz | |
| 2026-01-09 | Updated settings to HW capabilities | Sebastian Paarz | |
| 2025-12-21 | Cleanup hid device class files | MAY | |
| 2025-12-05 | Terminate the hid out interrupt out endpoint on deactivate | MAY | |
| 2025-12-02 | Merge pull request #226 from ayedm1/fix_ci_compilaltion | Frédéric Desbiens | |
| Fix CI compilation issue | |||
| 2025-12-02 | Merge pull request #223 from ayedm1/use_ux_prefix | Frédéric Desbiens | |
| Use the UX prefix instead of TX to avoid a compilation issue in standalone mode | |||
| 2025-12-01 | Fix CI compilation issue | MAY | |
| 2025-11-29 | refer to UX prefix to avoid compilation issue in standalone mode | MAY | |
| 2025-11-27 | Merge pull request #220 from ayedm1/fix_compilation_issue_when_debug_log_enabled | Frédéric Desbiens | |
| Improvement of UX_ENABLE_DEBUG_LOG option | |||
| 2025-11-27 | Merge pull request #219 from ayedm1/add_check_hid_out_ep_abort | Frédéric Desbiens | |
| Add check for optional device hid out endpoint | |||
| 2025-11-27 | Fix compilation issue when debug log option is enabled | MAY | |
| expose UX_ENABLE_DEBUG_LOG option in ux_user_sample.h | |||
| 2025-11-27 | Add check for optional device hid out endpoint | MAY | |
| 2025-11-26 | Merge pull request #217 from ayedm1/fix_typo | Frédéric Desbiens | |
| fix typo ALIGNMENT -> ALIGNMENT | |||
| 2025-11-26 | Merge pull request #214 from ayedm1/dev_demo | Frédéric Desbiens | |
| Add usbx device hid mouse rtos and standalone demo. | |||
| 2025-11-26 | fix typo ALIGNMENT -> ALIGNMENT | MAY | |
| 2025-11-22 | add demo usbx device hid mouse rtos and standalone | MAY | |
| 2025-11-20 | fix (host/storage): prevent stack overflow from infinite partition recursion | Haithem Rahmani | |
| - Add a partition entry counter (ux_host_class_storage_mounted_partitions_count) and a configurable maximum (UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT) to limit the number of partition entries processed during mounting. - Counter is incremented for every partition entry, and checked both before and during the partition parsing loop. - If the limit is exceeded, the function aborts and returns UX_HOST_CLASS_STORAGE_ERROR_MEDIA_NOT_READ. - This prevents stack overflow and infinite recursion in case of malformed or cyclic MBR/EBR partition tables. - Default partition entry limit set to 8 by default for safety and compatibility with typical devices. Fixes CVE-2025-55095 Signed-off-by: Haithem Rahmani <[email protected]> | |||
| 2025-10-02 | Merge pull request #211 from eclipse-threadx/devv6.4.3.202503_relv.6.4.3.2025_rel | Frédéric Desbiens | |
| Merge changes ahead of the v.6.4.3.202503 release. | |||
| 2025-10-02 | Merge pull request #209 from Griffin86/cortexm33_support | Frédéric Desbiens | |
| Add CMake support for Cortex M33 | |||
| 2025-10-02 | Fixed a regression related to HID report descriptors. (#210) | Frédéric Desbiens | |
| 2025-10-01 | Add CMake support for Cortex M33 | David Streicher | |
| Add convenience CMake files for Cortex M33 similar to other Cortex Mx targets | |||
| 2025-09-29 | Fixed integer comparisons of different signedness. | Frédéric Desbiens | |
| 2025-09-29 | Merge pull request #178 from Nictrla/terminate-hid-endpoint | Frédéric Desbiens | |
| Terminate the hid interrupt out endpoint on deactivate | |||
| 2025-09-29 | Merge pull request #205 from ayedm1/fix_ux_system_initialize_error_checking | Frédéric Desbiens | |
| fix ux_system_initialize error checking flag | |||
| 2025-09-29 | Updated version number and added build number and hotfix. | Frédéric Desbiens | |
| 2025-09-29 | Merge commit from fork | Frédéric Desbiens | |
| Add bounds check for sampling frequency in audio descriptor parsing | |||
| 2025-09-29 | Merge commit from fork | Frédéric Desbiens | |
| add bounds checks for sampling frequency type to identify the right alternate setting | |||
| 2025-09-29 | Merge commit from fork | Frédéric Desbiens | |
| add bounds check for frequency array in audio streaming interface descriptor | |||
| 2025-09-29 | Merge commit from fork | Frédéric Desbiens | |
| Add bounds check for HID report item parsing | |||
| 2025-09-15 | Add bounds check for sampling frequency in audio descriptor parsing | Haithem Rahmani | |
| 2025-09-15 | Add bounds check for HID report item parsing | Haithem Rahmani | |
| 2025-09-11 | fix ux_system_initialize error checking flag | MAY | |
| 2025-09-02 | add bounds checks for sampling frequency type to identify the right ↵ | Haithem Rahmani | |
| alternate setting | |||
| 2025-09-02 | add bounds check for frequency array in audio streaming interface descriptor | Haithem Rahmani | |
| 2025-08-26 | Merge pull request #201 from ayedm1/fix_host_cdc_ecm_packet_pool_time | rahmanih | |
| Fix host cdc ecm packet pool instance wait | |||
| 2025-06-10 | Reversed change to _ux_system_slave_class_storage_vendor_id | Frédéric Desbiens | |
| The _ux_system_slave_class_storage_vendor_id in ux_device_class_storage_initialize.c had been changed to a value too large to fit given the constant's type. This commit reverts to a vendor_id with the appropriate length. | |||
| 2025-06-10 | Merge pull request #196 from ↵ | Frédéric Desbiens | |
| Christer-Ekholm/Pima_some_functions_returns_error_when_action_was_success Some PIMA functions returns != UX_SUCCESS even when success | |||
| 2025-06-10 | Merge pull request #202 from ayedm1/add-check-length-for-inquiry-page-code | Frédéric Desbiens | |
| Add check length for inquiry page code | |||
| 2025-06-05 | Merge pull request #203 from ayedm1/update_vendor_id | Frédéric Desbiens | |
| update vendor id from "AzureRTO" to "Eclipse ThreadX" | |||
| 2025-06-05 | Update ux_device_class_storage_initialize.c | Frédéric Desbiens | |
| Tweaked the proposed new vendor id. | |||
| 2025-06-05 | update vendor id from "AzureRTO" to "Eclipse " | MAY | |
| 2025-06-05 | Add check length for inquiry page code | MAY | |
| 2025-05-30 | Fix host cdc ecm packet pool instance wait | MAY | |
| 2025-05-27 | Merge pull request #194 from Christer-Ekholm/Pima_thread_parids | Frédéric Desbiens | |
| Fix copy paste errors in Pima threads | |||
| 2025-05-13 | Merge pull request #198 from hnguyenHWI/fix/time-elapsed | Frédéric Desbiens | |
| Fix/time elapsed | |||
| 2025-05-12 | Fix _ux_utility_time_elapsed define and pass tests | Huan Nguyen | |
| 2025-05-12 | Create failing test for time elapsed utility | Huan Nguyen | |
