summaryrefslogtreecommitdiffstats
path: root/rtems/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-146/rtems-gcc: Revert to the gcc-13 release branch for MacOS fixesHEADmasterChris Johns2-4/+4
Change back to gcc-13 branch and a git version as gcc-13.2 does not build on MacOS 14.4. The fixes are on the gcc-13 release branch.
2024-04-03rtems: Update RTEMS packages to their HEADChris Johns3-7/+7
2024-03-14rtems-gcc-*-newlib-head.cfg: Bump hash for newlibJoel Sherrill6-12/+12
This was driven by the increase in fdset size from 64 to 256 files.
2024-03-14rtems-tools-6.cfg: Bump hash to account for 5 months of changesJoel Sherrill1-2/+2
In particular, the BSP set definitions for rtems-bsp-builder were out of sync with RTEMS and caused unnecessary failures reported to the build@ mailing list.
2024-02-20rtems: Checksum fixesChris Johns2-2/+2
Updates #4991
2023-12-07hash: Fix missing hashes after errors if missingChris Johns7-60/+95
2023-11-286: Fix gcc-13 support for MacOSChris Johns2-2/+2
Update #4921
2023-11-24rtems/rtems-tools: Update with C++17 and Python 3.12 fixesChris Johns1-2/+2
Updates #4969 Updates #4970
2023-11-226: Use Binutils 2.41Sebastian Huber2-1/+14
Prepare for RTEMS 6.1 release. Update #4921.
2023-11-226: Use GCC 13.2Sebastian Huber1-1/+1
Prepare for RTEMS 6.1 release. Update #4921.
2023-11-227: Update Binutils, GDB, and GCCSebastian Huber3-6/+6
Keep RTEMS up to date with the upstream development.
2023-11-226: Update GCC 12 and 13Sebastian Huber2-4/+4
Keep RTEMS up to date with the upstream development.
2023-11-226/7: Update NewlibSebastian Huber6-12/+12
Pick up fixes for ARM/optimized-routines and the memory reclamation at thread exit. Update #4510. Update #4967.
2023-11-17rtems-mipstx39-gdb-head.bset: Add missing fileJoel Sherrill1-0/+7
This configuration file was missing for the mipstx39 gdb build for the head/7 tools. Closes #4935.
2023-10-187: Update Binutils, GDB, and GCCSebastian Huber3-6/+6
Keep RTEMS up to date with the upstream development.
2023-10-186: Add GCC 13.2 configurationSebastian Huber1-0/+20
2023-10-15rtems/net-legacy: Update to latestChris Johns1-2/+2
Pick up the test printer header change
2023-10-15rtems/net-services: Update to latestChris Johns1-2/+2
- Updates for the RTEMS test changes
2023-10-15rtems/libbsd: Update to latestChris Johns1-2/+2
- Pick up fixes to x86 (i368) bus space usage in kernel DMA
2023-10-15rtems/kernel: Update to latestChris Johns1-2/+2
- libdl: fix TLS in base image - bsps/xnandpsu: fixes - cpukit/jffs2: avoid dead lock - bsps/imxrt: enable USB and fix PHY clock enable - bsps/stm32h7: update STM32 H7 HAL
2023-10-15rtems/tools: Update to latestChris Johns1-2/+2
Minor fix in rtems-test
2023-10-126: Update GCC 12 and 13Sebastian Huber2-4/+4
Keep RTEMS up to date with the upstream development.
2023-10-126/7: Update NewlibSebastian Huber5-26/+10
Pick up latest changes from ARM/optimized-routines. Close 4510.
2023-08-31rtems/tools: Execute use of shlex.join fix for python < 3.8Chris Johns1-2/+2
Updates #4951
2023-08-29rtems/tools: Shell execute fixesChris Johns1-2/+2
Updates #4951
2023-08-21rtems/tools: Pick up the rtems-syms and rtems-test sis changesChris Johns1-2/+2
Updates #4920
2023-07-26rtems/kernel: Update to the current kernelChris Johns1-2/+2
- Pick up the Beatnik support for the legacy driver
2023-07-246: Use libexpat 2.5.0Sebastian Huber3-3/+3
This version contains security fixes. Prepare for RTEMS 6.1 release. Update #4921.
2023-07-246: Use GDB 13.2Sebastian Huber3-2/+19
Prepare for RTEMS 6.1 release. Update #4921.
2023-07-207: Update Binutils, GDB, and GCCSebastian Huber3-6/+6
Keep RTEMS up to date with the upstream development.
2023-07-206: Update GCC 10, 12 and 13Sebastian Huber3-6/+6
Keep RTEMS up to date with the upstream development.
2023-07-206/7: Update NewlibSebastian Huber5-10/+10
Keep RTEMS up to date with the upstream development.
2023-07-19rtems-net-legacy: Update net and waf versionsVijay Kumar Banerjee1-4/+4
2023-06-30tools: Add GCC 13 configurationSebastian Huber1-0/+25
Keep RTEMS up to date with the upstream development.
2023-06-307: Update Binutils, GDB, and GCCSebastian Huber3-6/+6
Keep RTEMS up to date with the upstream development.
2023-06-306: Update GCC 10 and 12Sebastian Huber2-4/+4
Keep RTEMS up to date with the upstream development.
2023-06-306/7: Update NewlibSebastian Huber4-8/+8
Keep RTEMS up to date with the upstream development.
2023-06-08rtems/net-services: Add to the ntpq query an output buffer and sizeChris Johns1-2/+2
2023-06-06rtems/kernel: Update kernelChris Johns1-2/+2
- Zynq ARM fixes - AARCH64 MMU fix - Updated imxrt drivers - x86_64 EFI support - Flash driver - Updated validation tests - Microblaze updates
2023-06-06rtrems/net-legacy: Update rtems-net-legacyChris Johns1-3/+3
- Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programs - Update sysctl - Move legacy net
2023-06-05rtems/net: Add net services build supportChris Johns3-0/+129
2023-05-19rtems-gcc-*-newlib-head.cfg: Update to include true long double mathJoel Sherrill3-6/+6
Previously newlib only had long double math functions when the sizeof(double) was equal to sizeof(long double). Newlib now includes support for true long double on x86, x86_64, and aarch64. These files were not included in the previous commit.
2023-05-17rtems-gcc-12-newlib-head.cfg: Update to include true long double mathJoel Sherrill1-2/+2
Previously newlib only had long double math functions when the sizeof(double) was equal to sizeof(long double). Newlib now includes support for true long double on x86, x86_64, and aarch64.
2023-04-257: Use TLS in Newlib for m68k by defaultSebastian Huber1-0/+1
Update #4560.
2023-04-257: Update Binutils, GDB, and GCCSebastian Huber3-6/+6
2023-04-256: Update GCC 10 and 12Sebastian Huber2-4/+4
2023-04-256/7: Update NewlibSebastian Huber4-8/+8
2023-04-216: Update GCC 10 and 12Sebastian Huber2-4/+4
2023-04-216/7: Update NewlibSebastian Huber4-8/+8
2023-04-15rtems: Update tools, kernel and legacy network packagesChris Johns3-9/+9
- Tools picks up the stm32h7-stlink to handle SIGTRAP fix. - RTEMS picks up the motorola_powerpc updates including the mvme2700 BSP and Makefile.inc fixes for building EPICS. - Legacy networking picks up a number of build system fixes, network configuration changes and more tests.