Timeline



02/06/23:

23:09 Ticket #4839 (Ensure TLS 1.3 is enabled for *.rtems.org) created by Joel Sherrill
Passing along a report from a user that their IT has blocked pages …
20:56 Changeset in rtems [a932d5d6] by Kinsey Moore <kinsey.moore@…>
spec/bsps: Deduplicate objxilinxsupport The objxilinxsupport build object was accidentally included twice in some of the ZynqMP BSPs by two different drivers that required it. This commit manually deduplicates the inclusions by moving that inclusion to the BSP. Duplication of object inclusions is considered a bug and can cause race conditions in the build system.
18:48 Changeset in rtems-docs [63e175f] by Sebastian Huber <sebastian.huber@…>
c-user: Remove obsolete config section This commit already clarified that the defines of the removed section are optional BSP provided default values and not application configuration options: commit cf9f2121577b11f8eab5e49c48173c46cf09c627 Author: Sebastian Huber <sebastian.huber@…> Date: Wed Nov 17 08:46:56 2021 +0100 c-user: Clarify BSP related configuration settings
16:57 Changeset in rtems [a67b9443] by Sebastian Huber <sebastian.huber@…>
sha512_224: Fix SHA512_224_Final() on little-endian machines. PR: 266863 MFC after: 1 week Reviewed by: allanjude, cperciva, des Differential Revision: https://reviews.freebsd.org/D38372
14:21 Changeset in rtems [bcdcdd0] by Sebastian Huber <sebastian.huber@…>
doxygen: Clarify CONFIGURE_DISABLE_BSP_SETTINGS Each BSP may optionally provide default values for some application configuration options. Remove the documentation of these items, since the BSP provided defines are not application configuration options, they are optional default values. Clarify CONFIGURE_DISABLE_BSP_SETTINGS accordingly and move it into the "General System Configuration" group. Update #3994.
10:09 Changeset in rtems [1f8b26a] by Sebastian Huber <sebastian.huber@…>
doxygen: Use @anchor for appl config options The application configuration options are documented in "cpukit/doxygen/appl-config.h". Since the application configuration option defines are also present in multiple test program sources, the "#OPTION" references cannot be mapped to a unique definition. Add an anchor for each option and reference it to avoid the issues with the multiple definitions. Update #3994.
09:04 Changeset in rtems-central [73ab36e] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
09:04 Changeset in rtems-central [ceb2f9f] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems

02/05/23:

22:27 Ticket #4838 (Fix for UART interrupt on aarch64 Versal) created by Aaron N
Fixed UART interrupts for Versal. Tested on VCK190.

02/03/23:

07:53 Changeset in rtems [1d07dfa] by Sebastian Huber <sebastian.huber@…>
validation: Improve IRQ handler dispatch test Clarify wording. Use a function wrapper for the SMP spurious interrupt setup. Update #3716.
07:49 Changeset in rtems-central [690e064] by Sebastian Huber <sebastian.huber@…>
spec: Clarify interrupt handler dispatch

02/02/23:

21:21 Changeset in rtems-lwip [5e742dc] by Kinsey Moore <kinsey.moore@…>
rtemslwip/xil_shims: Improve error messages The error message produced in the case of MMU mapping failures was insufficient to track down the cause. This improves the out to assist the user in tracking down the issue.
21:05 Changeset in rtems-lwip [383751a] by Kinsey Moore <kinsey.moore@…>
rtemslwip: Resolve conflicts involving xparameters RTEMS recently imported drivers and their support code from Xilinx. This has created a conflict with xparameters.h since it is now provided in both RTEMS and RTEMS-lwIP. This moves the definitions provided by xparameters.h in RTEMS-lwIP to xparameters_ps.h and adjusts its accessibility to cover the same use cases.
20:58 Changeset in rtems [c0fad60] by Kinsey Moore <kinsey.moore@…>
bsps/xil: Import full xil_exception.h This imports the full xil_exception.h instead of an empty stub. This is required for some Xilinx drivers. The imported files adhere to the current VERSION file.
18:58 Changeset in rtems [d9f3dcb] by Kinsey Moore <kinsey.moore@…>
bsps/xil: Make sleep.h a stub This makes xil/sleep.h a stub to prevent multiple differing definitions of sleep functions from toolchain and local headers. The non-standard sleep definitions were not in use and can be added later if needed.
18:54 Changeset in rtems-lwip [44bdbd6] by Kinsey Moore <kinsey.moore@…>
rtemslwip: Remove sleep.h since RTEMS provides it This is a result of the inclusion of the Xilinx driver framework in RTEMS. A compatible sleep.h is now installed by RTEMS. Previously, it was not present.

02/01/23:

14:50 Ticket #4837 (Remove dependencies on GitHub on-the-fly tarball generation) created by Kinsey Moore
GitHub? has recently reminded everyone that tarballs generated on the …
04:13 RTEMSMailingLists edited by Chris Johns
Add email subscribe links. (diff)
04:09 WikiStart edited by Chris Johns
Update mailing list links. (diff)

01/31/23:

15:58 Changeset in rtems-source-builder [6685718] by Kinsey Moore <kinsey.moore@…>
Revert github tarball hash changes GitHub? has reverted the change that caused all these tarball hashes to change and so we follow suit.
05:20 Ticket #4565 (medit malloc problem of RTEMS5.1) closed by Chris Johns <chrisj@…>
fixed: In b7f1fa2f/rtems: […]
05:20 Ticket #4564 (close_editor problem of RTEMS4.13/5.1) closed by Chris Johns <chrisj@…>
fixed: In 45f60cf/rtems: […]
05:20 Ticket #4558 (chmod problem in shell of RTEMS4.13/RTEMS5.1) closed by Chris Johns <chrisj@…>
fixed: In 2243fd6/rtems: […]
05:17 Ticket #4835 (medit malloc problem of RTEMS (cloned)) closed by Chris Johns <chrisj@…>
fixed: In edea93c/rtems: […]
05:17 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) closed by Chris Johns <chrisj@…>
fixed: In 3ad2789/rtems: […]
00:20 Ticket #4836 (Ongoing operation of RTEMS infrastructure.) created by Amar Takhar
Depending on the month it can take anywhere from 25-45 hours per month …

01/30/23:

22:54 Changeset in rtems-source-builder [30b2905] by Kinsey Moore <kinsey.moore@…>
devel/gnu-default-tools: Use correct include path Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
22:46 Ticket #4555 (Remove aarch64 and microblaze from RSB on 5 branch) closed by Joel Sherrill <joel@…>
fixed: In 9144a4a/rtems-source-builder: […]
22:38 Changeset in rtems-source-builder [5c01a44] by Kinsey Moore <kinsey.moore@…>
Update hashes for github-sourced tarballs Github has changed the way it generates on-the-fly tarball requests which has changed the hashes of the resulting tarballs. This adjusts the affected tarball hashes as a stop-gap until a more permanent solution can be devised.
17:29 Changeset in rtems-source-builder [afaeda7] by Kinsey Moore <kinsey.moore@…>
dtc: Add patch to build for ticket 4783 This patch resolves a build error with dtc on cygwin until upstream adopts a fix.
14:40 Changeset in rtems-source-builder [9144a4a]55.3 by Joel Sherrill <joel@…>
Remove aarch64 and microblaze from RSB on 5 branch Closes #4555.
03:46 Ticket #4835 (medit malloc problem of RTEMS (cloned)) created by chenjin_zhong
Cloned from #4565: ---- I find malloc function is called by move_gap …
03:43 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) created by chenjin_zhong
Cloned from #4564: ---- Hi, I find when close editor in shell …
03:11 Changeset in rtems [b7f1fa2f]55.3 by Chris Johns <chrisj@…>
libmisc/shell/edit: Return if no memory in move_gap Closes #4565
03:11 Changeset in rtems [edea93c] by Chris Johns <chrisj@…>
libmisc/shell/edit: Return if no memory in move_gap Closes #4835
02:59 Changeset in rtems [3ad2789] by Chris Johns <chrisj@…>
libmisc/shell/edit: Fix closing the editor Closes #4834
02:59 Changeset in rtems [45f60cf]5 by Chris Johns <chrisj@…>
libmisc/shell/edit: Fix closing the editor Closes #4564
02:37 Changeset in rtems [2243fd6]5 by Chris Johns <chrisj@…>
libmisc/shell/chmod: Fix multiple file arguments to the command Closes #4558

01/28/23:

09:56 Changeset in rtems [45393975] by Sebastian Huber <sebastian.huber@…>
score: Help static analysis in thread init Add an assert to _Thread_Initialize_scheduler_and_wait_nodes() which may help a static analyzer. Use a do/while loop since we have at least one scheduler. Update #4832.

01/27/23:

23:44 Changeset in rtems [29a3ad1b] by Joel Sherrill <joel@…>
grlib: Fix snprintf() overflow warnings from gcc 12 Updates #4662.
23:36 Ticket #4833 (grlib/pci/grpci2dma.c Warnings Require Insight to Resolve Properly) created by Joel Sherrill
These are warnings which may be new from gcc 12. It will take someone …
21:51 Changeset in rtems [6fa3a3b] by Alex White <alex.white@…>
spec: Fix XPS_SYS_CTRL_BASEADDR default value The default value for XPS_SYS_CTRL_BASEADDR was given as an int rather than an iterable.
19:27 Ticket #4832 (CLANG flagged error) closed by Sebastian Huber
wontfix: Functions starting with an underscore are reserved for the RTEMS implementation and not a part of the API. Adding an _Assert(x != NULL) to pointer parameters of internal functions in general makes no sense. I reviewed the related clang analysis. The problem is that clang doesn't know that _Scheduler_Count is greater than zero.
18:32 Changeset in rtems-source-builder [fcf1c9f] by Kinsey Moore <kinsey.moore@…>
rtems-tools-6.cfg: Bring in rtems-syms TLS fix Update the rtems-tools hash to include the fix for rtems-syms that enables application-hosted TLS variables in loadable modules.
16:13 Ticket #4832 (CLANG flagged error) created by Daniel Páscoa
Description: SPAMR/CLANG point out to a possible deference to a …
16:11 Ticket #4831 (#pragmas to ignore warnings) created by Daniel Páscoa
Description: There are #pragmas to ignore warnings but comments …
16:11 Ticket #4830 (Output value not assigned) created by Daniel Páscoa
Description: The call of the function …
16:10 Ticket #4829 (Unclear comments) created by Daniel Páscoa
Description: Incorrect use of left/right in comments. Consider …
16:09 Ticket #4828 (Macro defined but magic number used instead) created by Daniel Páscoa
Description: Each register has a dedicated SHIFT macro, however, …
16:07 Ticket #4827 (Section left to be fixed in kern_tc.c and tls.h (FIXME)) created by Daniel Páscoa
Description: This section requires review. Please determine if …
13:59 Ticket #4826 (Software Engineering Guide has broken Reference) created by Joel Sherrill
Section 3, RTEMS Stakeholders, has a single paragraph which renders …

01/26/23:

19:40 FundingProjects edited by Amar Takhar
Use keywords to find projects instead of direct IDs (diff)
19:23 Changeset in rtems [a2360c4] by Joel Sherrill <joel@…>
cpukit/rtems/src/partcreate.c: Correct style by adding braces
18:20 Changeset in rtems [ada805ea] by Kinsey Moore <kinsey.moore@…>
bsps/nand: Update Xilinx NAND driver This resovles gcc warnings by updating to the latest Xilinx NAND controller driver.
18:18 Changeset in rtems [4c0a2d4] by Kinsey Moore <kinsey.moore@…>
cpukit/dev/can: Resolve warnings in 64bit builds This resolves various gcc warnings in AArch64 LP64 builds of the CAN framework.

01/25/23:

21:07 FundingProjects edited by Amar Takhar
Fixed Funded query. (diff)
17:34 Ticket #4825 (Issue building stack using RTEMS quick start guide) created by Prakhar Agrawal
In section 2.3 of the quick start guide …
14:15 Ticket #4821 (Ubuntu Host Instructions Wrong) closed by Joel Sherrill <joel@…>
fixed: In 68a44b2/rtems-docs: […]
12:43 Changeset in rtems [aff6af1] by Sebastian Huber <sebastian.huber@…>
Clarify hardpps() parameter name and comment Since 32c203577a5e by phk in 1999 (Make even more of the PPSAPI implementations generic), the "nsec" parameter of hardpps() is a time difference and no longer a time point. Change the name to "delta_nsec" and adjust the comment. Remove comment about a clock tick adjustment which is no longer in the code. Pull Request: https://github.com/freebsd/freebsd-src/pull/640 Reviewed by: imp
00:08 Changeset in rtems-docs [68a44b2] by Joel Sherrill <joel@…>
user/hosts/posix.rst: Update Ubuntu instructions to 22.x Closes #4821.

01/24/23:

18:24 Ticket #4822 (Function returning unchanged function input) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 48f693a9/rtems: […]
15:53 Changeset in rtems [48f693a9] by Sebastian Huber <sebastian.huber@…>
score: Remove unused return value Several SMP message processing functions returned a value. This value was always unused. Close #4822.
15:16 Ticket #4824 (Move mqueue.h to newlib) created by Joel Sherrill
Ensure it is compatible with Cygwin as part of moving.
15:16 Ticket #4823 (Move dlfcn.h to newlib) created by Joel Sherrill
Ensure it is compatible with Cygwin as part of moving.
11:35 Ticket #4822 (Function returning unchanged function input) created by Daniel Páscoa
Description: These functions appear to be returning their input …
10:54 Changeset in rtems-central [e052be1] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
10:54 Changeset in rtems-central [067079d] by Sebastian Huber <sebastian.huber@…>
spec: Update group names
10:40 Changeset in rtems [5156cd69] by Sebastian Huber <sebastian.huber@…>
build: Add dl11 to libdl test exclude list
10:26 Ticket #4820 (Hazardous cast) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 10ee41a8/rtems: […]
10:26 Ticket #4818 (Incomplete Statement in “cpu->heir”) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9ecb73f/rtems: […]

01/23/23:

23:41 Ticket #4821 (Ubuntu Host Instructions Wrong) created by Joel Sherrill
The current instructions were reported to be as being broken in email. …
21:57 GSoC/2023 created by Gedare Bloom
Import from 2022
21:55 GSoC edited by Gedare Bloom
Archive 2022 and Start 2023 pages (diff)
20:49 Ticket #4634 (Fix hash for glib-2.48) closed by Gedare Bloom
fixed
14:48 Changeset in rtems [d36070f] by Sebastian Huber <sebastian.huber@…>
intr: Add Interrupt Manager implementation group The shared BSP interrupt controller support code actually implements parts of the Interrupt Manager. Update #3706.
14:33 Changeset in rtems [0340fd9] by Sebastian Huber <sebastian.huber@…>
cpuuse: Use standard wording and group name Use standard wording in CPU usage reporting files.
14:26 Changeset in rtems [6136e28b] by Sebastian Huber <sebastian.huber@…>
clockdrv: Add clock driver implementation group Use standard wording in Clock Driver related files. Update #3706.
13:56 Changeset in rtems [10ee41a8] by Sebastian Huber <sebastian.huber@…>
tm27: Avoid function pointer casts Add TM27_USE_VECTOR_HANDLER to select the interrupt handler type used by the <tm27.h> implementation. Close #4820.
13:17 Changeset in rtems [9ecb73f] by Sebastian Huber <sebastian.huber@…>
score: Clarify code block Do not use a chained assignment for code clarity. Close #4818.
11:45 Ticket #4820 (Hazardous cast) created by Daniel Páscoa
Description: Converting a function pointer to a different type of …
11:43 Ticket #4819 (Unclear #IF 1 Clause in File: Possible Error) created by Daniel Páscoa
Description: It has been noticed that the noted file contains an …
11:42 Ticket #4818 (Incomplete Statement in “cpu->heir”) created by Daniel Páscoa
Description: The assignment statement "cpu->heir = " is …
11:41 Ticket #4817 (Wrong output type) created by Daniel Páscoa
Description: The function's return value does not match the …
11:39 Ticket #4816 (Wrong data type) created by Daniel Páscoa
Description: There are several issues with the function …
11:37 Ticket #4815 (Function defined in header file) created by Daniel Páscoa
Description: The functions found in the file …
11:35 Ticket #4814 (Incorrect Copyright License Information) created by Daniel Páscoa
Description: The copyright license text for this work is not in …
10:46 Ticket #4642 (RSB: log.py tends to remove relevant error messages) closed by Frank Kühndel <frank.kuehndel@…>
fixed: In b3b53c52/rtems-source-builder: […]
10:09 Ticket #4813 (Inaccurate comments at the beginning of file) created by Daniel Páscoa
Description: Inconsistency between Source Code Description and …
10:07 Ticket #4812 (Discrepancy between Code and Comments) created by Daniel Páscoa
Description: Inconsistency between Function Description and …
10:04 Ticket #4811 (Non-compliant Comments with Templates) created by Daniel Páscoa
Description: It has been identified that the comments are not …
10:02 Ticket #4810 (Unfinished TODO section) created by Daniel Páscoa
Description: The TODO section appears to be incomplete, with …
10:00 Ticket #4809 (Incorrect Formatting of "!" Statements) created by Daniel Páscoa
Description: The usage of the "!" operator in statements may …
09:58 Ticket #4808 (Incorrect Formatting of "if", "while", or "for" Statements) created by Daniel Páscoa
Description: As outlined in the RTEMS Engineering document, there …
09:55 Ticket #4807 (Two consecutive paragraphs) created by Daniel Páscoa
Description: As per the RTEMS Engineering document, there should …
08:52 Ticket #4806 (Header Source files format "extern C" missing) created by Daniel Páscoa
Description: The Header source files format "extern C" is missing …
08:45 Ticket #4805 (SPDX Licenses and Header File Formatting) created by Daniel Páscoa
Special note: This ticket pertains to ISVV findings numbered …
07:58 Changeset in rtems-central [e74f2d6] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:58 Changeset in rtems-central [ad7874c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
07:56 Changeset in rtems [434d11b] by Martin Erik Werner <martinerikwerner.aac@…>
rtems: Fix typo
07:51 Changeset in rtems-central [0a6f813] by Sebastian Huber <sebastian.huber@…>
spec: Fix typo
00:18 FundingProjects edited by Amar Takhar
Update summary for 'Project 2' (diff)
Note: See TracTimeline for information about the timeline view.