Frédéric Desbiens
b93ac4ae77
Merge pull request #92 from eclipse-threadx/dev
...
Merging changes for the v.6.5.1.202602 release
v6.5.1.202602_rel
2026-06-08 10:10:18 +02:00
Frédéric Desbiens and Copilot
30e1d491a9
Added copyright headers to files missing them
...
Applied the standard MIT license header to all project-owned C, header,
assembly, shell, and Python files that were missing a copyright notice.
Third-party, toolchain startup, and auto-generated files were excluded.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-06 21:48:17 +02:00
Frédéric Desbiens and Copilot
c3e1f15536
Release 6.5.1.202602 preparation ( #91 )
...
* Updated version number constants
* Updated port version strings
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-04 17:15:54 -04:00
Frédéric Desbiens and Copilot
9940177b74
Added a release preparation script ( #90 )
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-04 17:13:47 -04:00
Frédéric Desbiens
2ca9829ddb
Merge pull request #89 from Ralino/fix-add-missing-flush-on-format
...
Added flush call to fx_media_format
2026-06-03 14:55:36 -04:00
Frédéric Desbiens and Copilot
edc2427de6
Fixed flush call in fx_media_format to mirror fx_media_close pattern
...
- Added blank line after #ifndef FX_MEDIA_STATISTICS_DISABLE for style consistency
- Used local driver variable instead of media_ptr->fx_media_driver_entry
- Removed early return on flush failure so FX_DRIVER_UNINIT is always
called after FX_DRIVER_INIT, preventing driver resource leaks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-02 11:42:41 -04:00
Thomas Friedel
339082886f
Add flush call to fx_media_format
...
Adds a call to the I/O driver with FX_DRIVER_FLUSH to fx_media_format()
before uninitializing the driver.
Fixes Issue #88
2026-03-16 15:59:29 +01:00
Frédéric Desbiens
bb6e295af0
Merge pull request #87 from eclipse-threadx/dev
...
Merge changes ahead of the v6.5.0.202601 release
v6.5.0.202601_rel
2026-03-06 19:45:13 +01:00
Frédéric Desbiens
3ce53595c2
Updated copyright headers and version number constants ( #86 )
...
* Updated version number constants
* Updated copyright headers and removed revision history
* Updated port version number strings
2026-03-05 14:53:34 +01:00
Frédéric Desbiens
61b0b06c3e
Updated copyright headers and removed revision history
...
* Updated version number constants
* Updated copyright headers and removed revision history
2026-03-05 08:39:33 +01:00
Jonathan Blanchard
dfe5084ab8
Fixed potential file system corruption when truncating or overwriting file data with fault tolerant mode enabled ( #78 )
...
* _fx_fault_tolerant_cleanup_FAT_chain(): Add checks to prevent starting a new cluster deletion session in some corner cases where the end of the chain is reached.
* Fixed formatting of previous commit.
v6.5.0.202601_pre
2026-02-10 09:31:41 -05:00
Frédéric Desbiens
0462b027a1
Merge pull request #83 from spir6s/master
...
Provided ports for Renesas RXv1/GNU, RXv2/GNU and RXv3/GNU
2026-02-05 11:00:52 -05:00
Frédéric Desbiens
454d0fed31
Merge pull request #84 from eclipse-threadx/dev
...
Merge changes ahead of the 202504 release
v6.4.5.202504_rel
2026-01-12 17:50:04 -05:00
Frédéric Desbiens
1839526557
Updated version number constants
2026-01-12 17:44:19 -05:00
Sebastian Paarz
1f3d7aec33
Merge remote-tracking branch 'github/master'
2026-01-09 17:41:50 +01:00
Frédéric Desbiens
693d5f7964
Merge pull request #81 from rahmanih/fix_issue_79
...
Update media driver status initialization FX_DRIVER_INIT request
2025-11-27 17:31:30 -05:00
Haithem Rahmani
853f8a2431
Update media driver status initialization FX_DRIVER_INIT request
...
Main Changes
------------
- In fx_media_format(), set fx_media_driver_status to FX_MEDIA_INVALID
to indicate the request originates from a format call.
- In fx_media_open(), set fx_media_driver_status to FX_MEDIA_NOT_OPEN
to indicate the request originates from an open call.
Fixed issues
-------------
-Issue #79
Signed-off-by: Haithem Rahmani <haithem.rahmani@st.com >
2025-11-27 14:31:38 +01:00
Frédéric Desbiens
048a01ed64
Merge pull request #76 from eclipse-threadx/dev
...
Merge changes ahead of the v6.4.2.202503 release.
v6.4.2.202503_rel
2025-09-29 12:32:11 +01:00
Frédéric Desbiens
584c5fff0d
Updated version number and added build number and hotfix.
2025-09-29 11:57:21 +01:00
Frédéric Desbiens
047f822392
Fix typo in sample code.
2025-09-29 11:55:12 +01:00
Frédéric Desbiens
fb48c62046
Merge pull request #75 from Griffin86/cmake_support_for_cortex_m33
...
Add CMake support for Cortex M33.
2025-09-29 11:35:17 +01:00
David Streicher
ecd70a28fe
Add CMake support for Cortex M33
...
Add convenience CMake files for Cortex M33
similar to other Cortex Mx targets
2025-09-19 09:57:44 +02:00
Frédéric Desbiens
2d11b561c3
Merge commit from fork
...
Ensure proper RAM Disk sizing in the FileX sample.
2025-07-28 13:58:40 -04:00
Frédéric Desbiens
42b4ee916e
Ensure proper RAM Disk sizing in the FileX sample.
2025-07-28 13:55:01 -04:00
Frédéric Desbiens
84d35d9b27
Merge commit from fork
...
Added error handling to the sample.
2025-07-28 10:31:12 -04:00
Frédéric Desbiens
8112cd45cc
Added error handling to the sample.
...
Signed-off-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org >
2025-07-21 12:38:46 -04:00
Frédéric Desbiens
b1f509820d
Merge pull request #59 from nflandin/boot-signature-corrections
...
Boot Record and FSINFO Signature Corrections
2025-06-10 09:23:17 -04:00
Frédéric Desbiens
9023227ba4
Merge pull request #70 from hnguyenHWI/master
...
Update minimal CMake version to 3.13
2025-05-15 10:59:02 +02:00
Huan Nguyen
c7ec0eaedf
Update minimal CMake version to 3.13
...
Anything under 3.5 was breaking build scripts (for FileX and for
other components that use FileX as a dependency e.g. NetXDuo)
2025-05-14 15:47:49 -06:00
Sebastian Paarz
5aa3aa40f1
Added gnu folders for RX ports
2025-03-11 23:54:03 +01:00
Sebastian Paarz
d43d5bddbb
Added missing RX ports
2025-03-11 22:51:42 +01:00
Frédéric Desbiens
1312f87f3b
Merge pull request #66 from ayedm1/fix_file_github_action_issue
...
fix github filex regression test action issue
2024-12-05 03:34:16 -05:00
Mohamed AYED
98ce59bea2
update regression_test.yml
...
fix github filex regression test action issue
update regression_test.yml
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
==>
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
2024-11-29 21:35:53 +01:00
nflandin
151b9158ee
re: issue 47 by coran21
...
Correction of FSINFO trail signature in format function
2024-09-03 15:05:19 -07:00
nflandin
ee280d9d14
Update fx_media_format.c
...
Correction to boot record signature writing; attempted to bring in line with design intent of variable length boot record as used earlier in function.
2024-06-21 10:50:48 -07:00
Stefan Wick
1b85eb2141
Update hardware-or-architecture-support.md
2024-03-10 22:12:14 -07:00
Stefan Wick
3c00cd8b13
Update feature_request.md
2024-03-10 22:11:41 -07:00
Stefan Wick
f79b511e43
Update bug_report.md
2024-03-10 22:11:21 -07:00
Stefan Wick
42d10db66b
Update README.md
2024-03-06 16:57:16 -08:00
Stefan Wick
08d741c015
Delete LICENSED-HARDWARE.txt
v6.4.1_rel
2024-02-27 21:55:12 -08:00
Stefan Wick
e17668749d
Update LICENSE.txt to MIT
2024-02-27 21:54:35 -08:00
Stefan Wick
8efd3924b0
Merge pull request #50 from eclipse-threadx/bo-ms/add_revision_history
...
Add revision history file.
2024-02-27 17:11:19 -08:00
Stefan Wick
cee46b1071
Merge pull request #49 from eclipse-threadx/tizho/update_version
...
Update version number to 6.4.1
2024-02-27 17:07:07 -08:00
Bo Chen (from Dev Box)
bfcad25bfa
Add revision history file.
2024-02-27 16:53:36 +08:00
TiejunZhou
9173c4eb43
Update version number to 6.4.1
2024-02-27 06:32:42 +00:00
Stefan Wick
4fb51b1a32
rebrand image content
2024-02-20 22:37:42 -08:00
Stefan Wick
20927253c7
Update README.md
2024-02-20 22:36:51 -08:00
Stefan Wick
878a1c6ea9
Update CONTRIBUTING.md
2024-02-06 21:10:30 -08:00
Stefan Wick
033ce89204
Create SECURITY.md
2024-02-06 18:30:03 -08:00
Stefan Wick
862ed121dc
Merge pull request #46 from eclipse-threadx/bo-ms/update_version_id
...
Update version id string.
2024-01-30 07:09:51 -08:00