Joel Sherrill
94475b3386
arm/stm32h7: Address unused parameter warnings
...
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-parameter.
2025-10-10 22:01:39 +00:00
Joel Sherrill
cce1823e40
contrib/cpukit/uuid/gen_uuid.c: Address unused parameter warnings
...
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-paramter.
2025-09-26 22:38:34 +00:00
Joel Sherrill
fef5e18ada
contrib/*/xz/xz_dec_stream.c: Correct implicit fallthrough warnings
...
Use RTEMS_FALL_THROUGH() to annotate case statements which
intentionally do not have a break statement.
2025-09-19 19:02:25 +00:00
Amar Takhar
eedfe4e47b
contrib: Add utf8proc to README
...
This is the current source there is no repository so a release file was used the
next update will be from the repository which starts at 1.1.6
2025-07-31 18:07:34 -05:00
Amar Takhar
52bee922c3
contrib: Remove modification to header location
...
Remove changing utf8proc.h to its own subdirectory. Other operating systems
have it in include there is no sense in us carrying this change.
Unlike the situation with uuid which projects do have in a subdirectory this is
not.
2025-07-31 18:07:34 -05:00
Amar Takhar
b2499de3de
contrib: Apply RTEMS changes to utf8proc
...
No modifications to this it is what we have been carrying.
2025-07-31 18:07:34 -05:00
Amar Takhar
d37b554bc5
contrib: Import utf8proc 1.1.5
...
URL
https://juliastrings.github.io/utf8proc/releases/
Hash
There is no repo until 1.1.6 the file archive used was utf8proc-v1.1.5.tar.gz
released on 2009-10-16 the sha512 is:
cd75a0aabdf7b331ce6cc210fe343e15804e5a097607e387ec0ab9c994ceecc\
f80aecbe25b06efb756d2989fd623b7a4d6de2c4d3416add20ac8692cf37912c6
2025-07-31 18:07:34 -05:00
Amar Takhar
4374d0ef8b
contrib: Add uuid to README
...
We'll change to the newer upstream eventually.
2025-07-31 18:01:42 -05:00
Amar Takhar
88b7cd7660
contrib: Move uuid.h to uuid/uuid.h
...
I will eventually fix this to keep it in the upstream location.
2025-07-31 18:01:42 -05:00
Amar Takhar
e913a0cca0
contrib: Re-apply uuid changes
...
This all appear to be RTEMS-local changes I looked at some other revisions and
didn't see some of the ones that may have not been local.
2025-07-31 18:01:42 -05:00
Amar Takhar
5db1c64dd4
contrib: Import uuid from e2fsprogs 1.45.5
...
URL
https://github.com/tytso/e2fsprogs/tree/master/lib/uuid
Hash
1207e36d0a8674d6c627bb9b2759faf1e290e13e
2025-07-31 18:01:42 -05:00
Amar Takhar
6030917dc6
readme: Add note about source with no version
...
If we don't have a version with the source use <commit date>-<hash>
2025-07-31 17:51:28 -05:00
Amar Takhar
2ee51f3176
contrib: Re-apply changes
...
This is from:
71943dd4d2
xz: Suppress attribute warnings
2025-07-31 17:51:28 -05:00
Amar Takhar
1bd3c6fbdf
readme: Add xz-embedded
...
Add xz-embedded
2025-07-31 17:51:28 -05:00
Amar Takhar
8115af2deb
contrib: Import xz-embedded 2015-11-03-e75f4eb
...
There is no version for this so we'll take the commit date the source was taken
from + hash
URL
https://github.com/tukaani-project/xz-embedded
Hash
e75f4eb79165213a02d567940d344f5c2ff1be03
2025-07-31 17:51:28 -05:00
Amar Takhar
05988a9261
readme: Add zlib
...
No special instructions required.
2025-07-31 17:51:28 -05:00
Amar Takhar
76ce2debba
contrib: Apply changes to zlib
...
This is from:
0ab6c7bc58
2025-07-31 17:51:28 -05:00
Amar Takhar
2ce70b29c7
contrib: Import zlib 1.3.1
...
URL
https://github.com/madler/zlib
Hash
51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
2025-07-31 17:51:28 -05:00
Amar Takhar
e244a7b031
readme: Add FastLZ
2025-07-31 17:51:28 -05:00
Amar Takhar
b761142fd9
contrib: Apply FastLZ changes
...
This appears to be the warning fix from:
09d811b8a5
2025-07-31 17:51:28 -05:00
Amar Takhar
f00a819274
contrib: Import FastLZ 0.1.0
...
URL
https://github.com/ariya/FastLZ/
Hash
f1217348a868bdb9ee0730244475aee05ab329c5
2025-07-31 17:51:28 -05:00
Amar Takhar
d509bbd57e
contrib: Add a README file with instructions.
...
The instructions are pretty straight forward.
2025-08-01 08:43:29 +10:00
Amar Takhar
3d5454fdb2
contrib: Add changes to stm32u5 HAL
...
This includes the changes from:
03aedc0539
317cfa50d0
2025-08-01 08:43:29 +10:00
Amar Takhar
8272f231c0
contrib: Import stm32u5xx-hal-driver 1.5.0
...
URL
https://github.com/STMicroelectronics/stm32u5xx-hal-driver
Hash
55765b13c9425e79c5bbc1dda00973858e1fb437
2025-08-01 08:43:29 +10:00
Amar Takhar
7f87cbfe8e
contrib: Re-apply changes
...
This includes changes from commits:
b714e4a809
ae5655b88b
b3be636863
6dee307542
2025-08-01 08:43:29 +10:00
Amar Takhar
4b43113eec
contrib: Re-apply changes from initial import
...
These changes are from:
cb78150d86
A comment was removed from the top of the file noting its modification no need
for this as the changes are in a separate commit now.
2025-08-01 08:43:29 +10:00
Amar Takhar
001b368a50
contrib: Re-apply changes from initial import
...
These changes are from:
cb78150d86
The Doxygen comments have been removed to allow for easier importing in the
future.
2025-08-01 08:43:29 +10:00
Amar Takhar
3556b422f8
contrib: Import cmsis-device-h7 1.10.4
...
URL
https://github.com/STMicroelectronics/cmsis_device_h7.git
Hash
faccfec37f82f7a1319c21638111b0f7335de7fe
2025-08-01 08:43:29 +10:00
Amar Takhar
1731074a75
contrib: Import stm32h7xx_hal_driver 1.11.3
...
URL
https://github.com/STMicroelectronics/stm32h7xx_hal_driver.git
Hash
fec141ce999da655a48e1a15db83a72d564a1312
2025-08-01 08:43:29 +10:00
Joel Sherrill
9ad9dc2134
contrib: Remove.
2013-03-12 16:03:02 -05:00
Gedare Bloom
fad2d38a9f
RTEMS: Delete ChangeLog files.
...
This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.
Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-03-08 15:55:06 -05:00
Ralf Corsépius
bb2b8259ea
Require automake-1.12.2.
2012-07-19 15:47:55 +02:00
Ralf Corsépius
0f772813aa
Require autoconf-2.69.
2012-07-19 15:44:32 +02:00
Joel Sherrill
65c6425de9
Remove CVS Id Strings (manual edits after script)
...
These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.
2012-05-11 08:44:14 -05:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
2012-05-11 08:44:13 -05:00
Ralf Corsépius
d6f6dfaa3d
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
2012-02-17 15:52:53 +01:00
Ralf Corsépius
105c8a50a2
Remove (Obsolete).
2012-02-08 15:24:05 +01:00
Joel Sherrill
61250b4ce9
Remove all .cvsignore files.
2012-02-01 10:59:44 -06:00
Joel Sherrill
34ce24e222
Add minimal .gitignore files.
2012-02-01 10:49:55 -06:00
Ralf Corsepius
fc8f39e684
Regenerate.
2011-12-14 06:25:54 +00:00
Ralf Corsepius
380d93c855
Bump GDB_RPMREL.
2011-12-14 06:25:13 +00:00
Ralf Corsepius
56cdf03bd0
Disable system-readline on EL5 with gdb >= 7.3.91.
2011-12-14 06:24:04 +00:00
Ralf Corsepius
427033509f
readline-6.1.2-2.
2011-12-14 04:52:16 +00:00
Ralf Corsepius
edbf1c65cd
Work-around gdb-7.3.91 bug.
2011-12-13 18:09:29 +00:00
Ralf Corsepius
d45c69aad1
Regenerate.
2011-12-13 18:08:46 +00:00
Ralf Corsepius
664d321a69
gdb-7.3.91.
2011-12-13 18:08:16 +00:00
Ralf Corsepius
eb9f72c763
New.
2011-12-13 18:07:31 +00:00
Ralf Corsepius
ebd6c936de
Regenerate.
2011-12-12 10:57:00 +00:00
Ralf Corsepius
db52dbac3f
Adjust Source0.
2011-12-12 10:56:20 +00:00
Ralf Corsepius
341cdaf2f6
Regenerate.
2011-12-12 10:52:29 +00:00