Timeline
03/14/23:
- 22:44 Ticket #4879 (Use Cortex-Mx fault registers to show more information about the fault ...) created by kgardas
- It would be great if _CPU_Exception_frame_print would use a little bit …
- 16:53 Changeset in rtems-source-builder [da7b5a7] by Joel Sherrill <joel@…>
- rtems-tools-6.cfg: Update to get RISC-V bsp-builder corrections
- 14:13 Changeset in rtems-tools [c8bf730] by Joel Sherrill <joel@…>
- rtems-bsps-riscv.ini: Update list to drop medany and add BSPs
- 07:28 Changeset in rtems-central [d0355e8] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 07:25 Changeset in rtems [e81701b] by Sebastian Huber <sebastian.huber@…>
- validation: Fix typo
- 07:12 Changeset in rtems-central [051fbb8] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 06:43 Ticket #4878 (sptests/spsysinit01 sem_open call only has 3 parameters with O_CREAT ...) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 377eae4/rtems: […]
03/13/23:
- 14:47 Changeset in rtems [377eae4] by Sebastian Huber <sebastian.huber@…>
- spsysinit01: Fix sem_open() call The O_CREAT flag requires a mode and initial value as third and fourth argument. Close #4878.
- 14:29 Ticket #4878 (sptests/spsysinit01 sem_open call only has 3 parameters with O_CREAT ...) created by Lucian-Raul Silistru
- Cloned from #4877: ---- When calling sem_open with the O_CREAT flag …
- 14:28 Ticket #4877 (sptests/spsysinit01 sem_open call only has 3 parameters with O_CREAT flag) reopened by Sebastian Huber
- Thanks, you found the reason for a sporadic test failure which is on my TODO list for a long time.
- 13:31 Ticket #4877 (sptests/spsysinit01 sem_open call only has 3 parameters with O_CREAT flag) closed by Joel Sherrill
- invalid: This is an error on the caller's part. Per https://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_open.html, the fourth argument is required if you include O_CREAT. Since you did not explicitly pass a value, the result is undefined. […]
- 12:49 Changeset in rtems [9bb2f59e] by Sebastian Huber <sebastian.huber@…>
- doxygen: Add groups for related test suites
- 12:45 Changeset in rtems-central [b37bd6a] by Sebastian Huber <sebastian.huber@…>
- spec: Place test suites in design groups
- 12:33 Changeset in rtems [2859e422] by Sebastian Huber <sebastian.huber@…>
- Provide kernel space items only if needed The kernel space parts of standard system header files were protected against misuse by a preprocessor error directive. This approach does not work well with tools such as Doxygen. Provide the kernel space items only if the required defines are present.
- 09:26 Ticket #4877 (sptests/spsysinit01 sem_open call only has 3 parameters with O_CREAT flag) created by Lucian-Raul Silistru
- When calling sem_open with the O_CREAT flag the sem_open function …
03/11/23:
- 15:20 GSoC/2023 edited by Mohd Noor Aman
- Entry for GSoC 2023 by Mohd Noor Aman (diff)
03/09/23:
- 23:38 Ticket #4872 (GDB 13.1 does not build on FreeBSD 13.1) closed by Chris Johns <chrisj@…>
- fixed: In e5abdec/rtems-source-builder: […]
- 15:34 Changeset in rtems [8bc15aba] by Sebastian Huber <sebastian.huber@…>
- validation: Validate RTEMS_NO_TIMEOUT Update #3716.
- 14:21 Ticket #4876 (RISC-V BSP Variant for the Kendryte K210 SoC) created by Alan Cudmore
- The Kendryte K210 is low cost 64-bit dual core RISC-V SoC with: - …
- 13:15 Changeset in rtems [1a4e78b3] by Karel Gardas <karel@…>
- bsps/stm32h7: fix propagation of configured HSE freq. value into the code Sponsored-By: Precidata
- 12:54 Ticket #4874 (Undefined behaviour) closed by Sebastian Huber
-
wontfix: This was discussed on the RTEMS mailing list some time ago:
https://lists.rtems.org/pipermail/devel/2021-November/069991.html
Quite frankly, someone passing a NULL pointer to functions like
void rtems_clock_get_monotonic_bintime(struct bintime *time_point)
will also use the NULL pointer later. The next release of the pre-qualified RTEMS will probably contain theclock_get()
function which performs these NULL pointer checks. - 12:42 Ticket #4875 (LEON3FT - Power-down workaround) created by Daniel Páscoa
- Within bsps\sparc\leon3\start\bspidle.S there is the attached code …
- 12:37 Ticket #4874 (Undefined behaviour) created by Daniel Páscoa
- If one searches within SRSs or ICDs for 'undefined behaviour' one will …
- 12:34 Ticket #4873 (Registers definitions wrongly defined when there are reserved bits) closed by Daniel Páscoa
- duplicate: Wrong ticket raised.
- 12:32 Ticket #4873 (Registers definitions wrongly defined when there are reserved bits) created by Daniel Páscoa
- With respect to RTEMS 6 (ESA-promoted RTEMS SMP Qualification Data …
- 12:11 Changeset in rtems-lwip [7216322] by Sebastian Huber <sebastian.huber@…>
- Add sys_arch_data_sync_barier() for RTEMS
- 11:58 Changeset in rtems-lwip [5fc0ade] by Sebastian Huber <sebastian.huber@…>
- Fix build for arm/tms570 BSPs
- 07:35 GSoC/Mentors edited by Husni Faiz
- (diff)
- 03:28 Changeset in rtems-source-builder [e5abdec] by Chris Johns <chrisj@…>
- 6/gdb: fix building on FreeBSD 13.1 See https://sourceware.org/bugzilla/show_bug.cgi?id=30214 Closes #4872
- 03:10 Ticket #4872 (GDB 13.1 does not build on FreeBSD 13.1) created by Chris Johns
- If the binutils package is installed GDB does not build. See …
03/08/23:
- 20:39 Changeset in rtems-docs [fd6d8620] by Kinsey Moore <kinsey.moore@…>
- c-user/chains: Correct iteration example code Casting the node returned by rtems_chain_head is incorrect. That node is owned by the control structure and use of it post-cast could cause memory corruption. Instead, use rtems_chain_first which returns the node after the head node. This also corrects node->next to rtems_chain_next(node) which makes better use of the API.
- 19:01 Changeset in rtems [10ff982] by Kinsey Moore <kinsey.moore@…>
- bsps/xnandpsu: Allow use of both chip selects By default, the Xilinx NAND driver does not probe the second chip select. This alteration allows the second half of chips to be detected when present.
- 15:32 Changeset in rtems-source-builder [7153c2f] by Alex White <alex.white@…>
- 6: Update MicroBlaze? gdb to 12.1 GDB 11.2 fails to compile on Ubuntu 22.04 for MicroBlaze?.
03/06/23:
- 15:37 Changeset in rtems [3612dc7] by Sebastian Huber <sebastian.huber@…>
- build: Print item UID in case of errors This helps to identify issues in build items.
- 10:44 Changeset in rtems-central [2fe6710] by Sebastian Huber <sebastian.huber@…>
- spec: Add missing interface function link
- 03:40 Ticket #4768 (Use tarballs for stable versions development tools) reopened by Chris Johns
-
I am reopening this ticket. The severity is blocker and if a release is not to used upstream released tarball files we need a clear reason why.
The RSB is not using GCC released sources and the current rtems/config/tools/rtems-gcc-10-newlib-head.cfg shows this.
If you look at the 5.3 sources you will see gcc tarballs are used, eg
gcc-9.3.0.tar.xz
. As things are an RTEMS 6 release will end up with a file calledgnu-mirror-gcc-92b44cf,tar.gz
. Where is the repo this comes from? The namegnu-mirror-gcc
is confusing unless you understand what is going on? How do you track the integrity of the repo used once you manage to find it? I think we should be using a GCC release tarball of code in releases. - 02:35 Ticket #4870 (Add features for QSPI Flash on Xilinx Versal) created by Aaron N
- Adds bug fixes for code ported from Xilinx, adds ReadId? function for …
- 02:27 Ticket #4869 (Add QSPI Flash Device API) created by Aaron N
- Add an API for qspi flash to create device node.
03/03/23:
- 15:48 Ticket #4868 (Add a note about email signup to Mailman page.) created by Amar Takhar
- We need to add a note to the mailman page to allow for users to signup …
- 14:35 Ticket #4867 (Clean up rtems-lwip uLan directory) created by Kinsey Moore
- The uLan directory in rtems-lwip was originally sourced from another …
03/02/23:
- 22:56 Changeset in rtems-lwip [8dfd35f] by Kinsey Moore <kinsey.moore@…>
- rtemslwip: Use interrupt server for ISRs lwIP requires locking to be available in its device ISRs. This is incompatible with RTEMS ISRs, but could be worked around on single-core systems. This moves lwIP device ISR execution to a task via the interrupt server. All network device driver code should use the interrupt server going forward.
- 22:30 Changeset in rtems-lwip [64d9819] by Kinsey Moore <kinsey.moore@…>
- lwip/api: Notify about dropped packets The receive UDP and raw mailboxes will silently drop packets once the mailbox is full. This provides a debug message if debugging is enabled when this is the case to direct the user toward a solution.
03/01/23:
02/28/23:
- 04:49 Changeset in rtems [fe6a5d0] by Maldonado, Sergio E. (GSFC-580.0) <sergio.e.maldonado@…>
- bsps/microblaze: Fix UART transmit interrupt
- 04:44 Changeset in rtems [c627a132] by Maldonado, Sergio E. (GSFC-580.0) <sergio.e.maldonado@…>
- bsps/microblaze: Add support for multiple UARTs
- 04:43 Changeset in rtems [1fbfc4ee] by Maldonado, Sergio E. (GSFC-580.0) <sergio.e.maldonado@…>
- bsps/microblaze: Allow copying FDT from U-Boot
Note: See TracTimeline
for information about the timeline view.