Timeline



05/23/23:

14:51 Changeset in rtems-central [55ca4c9] by Sebastian Huber <sebastian.huber@…>
spec: Selectively enable GRLIB
14:09 Changeset in rtems [49720a90] by Sebastian Huber <sebastian.huber@…>
arm/xilinx-zynq: Improve Doxygen file comments
14:08 Changeset in rtems [f69326d0] by Sebastian Huber <sebastian.huber@…>
bsps: Improve Doxygen file comments
12:49 Changeset in rtems [991919da] by Sebastian Huber <sebastian.huber@…>
arm: Improve Doxygen file comments
12:34 Changeset in rtems [ebe4224] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Improve Doxygen groups
12:19 Changeset in rtems [3c1e264] by Sebastian Huber <sebastian.huber@…>
smptests: Print proper end of test message Make sure that the end of test message is not mixed up with other test output.
08:51 Changeset in rtems [da2b49e] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use interrupt entry for IPI Avoid a dynamic memory allocation for the inter-processor interrupt.
08:49 Changeset in rtems [bc31fb65] by Sebastian Huber <sebastian.huber@…>
arm/xilinx-zynq: Do not provide legacy API The header file <rtems/irq.h> provides a legacy API. Do not provide it by default through <bsp/irq.h>.
08:44 Changeset in rtems [0c3d6f58] by Sebastian Huber <sebastian.huber@…>
termios: Add <rtems/termiosdevice.h> Add <rtems/termiosdevice.h> which does not depend on <rtems/libio.h> to provide rtems_termios_device_context and rtems_termios_device_handler. For polled serial device drivers, this removes a header file dependency to the full file system support.
08:43 Changeset in rtems [bdb4bc4] by Sebastian Huber <sebastian.huber@…>
arm: Use RTEMS_XCONCAT() Prefer macros with a proper namespace.
02:49 Ticket #4910 (RSB options for python selection) created by Chris Johns
A recent change to the version of GDB means we need python3

05/22/23:

19:20 Changeset in rtems [853429c3] by Kinsey Moore <kinsey.moore@…>
bsps/xqspipsu: Break out RDID Expose a function to read the NOR flash chip ID information beyond the minimum 3 bytes for the lookup table.
13:58 Changeset in rtems [63415655] by Joel Sherrill <joel@…>
score/src/pheap*: Remove unreferenced methods * _Protected_heap_Get_block_size * _Protected_heap_Iterate * _Protected_heap_Resize_block Closes #4909.
07:36 Changeset in rtems-libbsd [484186e]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Close #4914
07:36 Changeset in rtems-libbsd [8ed211f]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Update #4913
07:36 Changeset in rtems-libbsd [dfb2144] by Christian Mauderer <christian.mauderer@…>
ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Update #4913

05/21/23:

11:54 Ticket #4909 (Multiple Protected Heap Functions are Ununused) created by Joel Sherrill
The following functions are unused and should be removed: * …

05/20/23:

10:10 Changeset in rtems-central [eadc814] by Sebastian Huber <sebastian.huber@…>
Fix JSON format errors
09:30 Changeset in rtems-central [be31d42] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
09:30 Changeset in rtems-central [1814ee6] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems

05/19/23:

17:47 Changeset in rtems [a67aab6] by Kinsey Moore <kinsey.moore@…>
bsps/xqspipsu: Ensure NOR writes align This change causes NOR writes to be broken according to page boundaries. Writes across page boundaries cause the writes beyond the boundary to fail silently. This also introduces a new function that will explicitly write pages.
14:53 Changeset in rtems-source-builder [ceed4bd] by Joel Sherrill <joel@…>
rtems-gcc-*-newlib-head.cfg: Update to include true long double math 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.
06:18 Changeset in rtems [bcef89f2] by Sebastian Huber <sebastian.huber@…>
Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
06:06 Changeset in rtems [976f208] by Sebastian Huber <sebastian.huber@…>
validation: Add checks to static assert tests This ensures that the test cases have at least one test step. Update #3716.
06:03 Changeset in rtems-central [7a7ed32] by Sebastian Huber <sebastian.huber@…>
spec: Add checks to static assert only tests This ensures that the test cases have at least one test step.
05:58 Changeset in rtems-central [3390ba9] by Sebastian Huber <sebastian.huber@…>
Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
05:42 Changeset in rtems-central [a5bf92a] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
05:34 Changeset in rtems-docs [bbb8b7a] by Sebastian Huber <sebastian.huber@…>
Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
05:26 Changeset in rtems-central [940b7ea6] by Sebastian Huber <sebastian.huber@…>
Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
05:25 Ticket #3715 (Add Requirements Engineering chapter to RTEMS Software Engineering Handbook) closed by Sebastian Huber
fixed: The initial work for this chapter is now done. The specification of the specification items in rtems-central is in line with the rtems-docs repository. Further work in this area should be done under a new ticket.
05:21 Ticket #4901 (rtems_task_construct Documentation Missing Some Details) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e33eae1/rtems-docs: […]
05:19 Changeset in rtems-central [2686a6e] by Sebastian Huber <sebastian.huber@…>
spec: Remove common place sentence
05:18 Changeset in rtems-central [3f0395d] by Sebastian Huber <sebastian.huber@…>
spec: Fix typo
04:50 Changeset in rtems-tools [a78d940] by Sebastian Huber <sebastian.huber@…>
trace/wscript: Improve C++ standard selection Use the latest C++ standard available up to C++20. Close #4908. Close #4965.
04:10 Ticket #4908 (Unable to build with LLVM 16) created by Jeffrey H. Johnson
Building with LLVM 16 fails on all host platforms when compiling …

05/18/23:

18:47 Changeset in rtems [9b7a1da] by Alex White <alex.white@…>
bsps/microblaze: Add device tree support to GPIO
18:43 Changeset in rtems [59f9ed2] by Alex White <alex.white@…>
bsps/microblaze: Remove GPIO build system options The number of GPIO devices along with each of their particular configurations is application-specific. Encoding this information as build options also introduced a lot of clutter.

05/17/23:

21:11 Changeset in rtems-source-builder [56161b3] by Joel Sherrill <joel@…>
rtems-gcc-12-newlib-head.cfg: Update to include true long double math 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.
04:23 Ticket #4771 (Versal UART issues) closed by Aaron N
fixed
00:03 Changeset in rtems [c2913ec] by Aaron Nyholm <aaron.nyholm@…>
libmisc/shell: Fix file pointer leak and improved input data sanitation. Coverity #1530126 Coverity #1530125

05/16/23:

15:20 Ticket #4907 (libbsd: Header installed multiple times) created by Kinsey Moore
There are several headers that are installed multiple times to the …
13:21 Ticket #4905 (SuperCore _TOD_Adjust No Longer Referenced and Should be Removed) closed by Joel Sherrill <joel@…>
fixed: In 3f4454b/rtems: […]
07:27 GSoC/2023 edited by Amna Mannan
Adding myself into contributor list (diff)
05:25 Changeset in rtems-source-builder [7e52fd7] by Chris Johns <chrisj@…>
rtems/net: Add net services build support
03:31 Changeset in rtems [e06152b8] by Tian Ye <tianye@…>
bsps/aarch64: Fix 128bit q register print bug

05/15/23:

17:42 Ticket #4906 (libbsd not working on nucleo-h743ZI) created by Ning Yang
libbsd not working on nucleo-h743ZI. I run the libbsd testsuit …
17:11 Changeset in rtems [3f4454b] by Joel Sherrill <joel@…>
_TOD_Adjust method is unused. Remove it. Use of this method was likely eliminated during the rework to use FreeBSD bintime/sbintime. Close #4905.
13:39 Ticket #4905 (SuperCore _TOD_Adjust No Longer Referenced and Should be Removed) created by Joel Sherrill
Apparently with the rework of time handling, this method has become …

05/14/23:

10:29 Ticket #4904 (Application build with vendor target toolchain fails with rtems make ...) created by Martin Erik Werner
When building an application using the make build support (as given by …
05:14 GSoC/2023 edited by Mohd Noor Aman
adding noor to contributor list (diff)

05/13/23:

06:01 GSoC/2023 edited by Muhammad Sulthan Mazaya
(diff)
06:00 GSoC/2023 edited by Muhammad Sulthan Mazaya
(diff)
05:59 GSoC/2023 edited by Muhammad Sulthan Mazaya
(diff)
01:58 GSoC/2023 edited by Utkarsh Verma
Initial content (diff)

05/11/23:

14:09 Changeset in rtems-central [9fa010e] by Sebastian Huber <sebastian.huber@…>
util: Add argparse and logging helpers
13:34 GSoC/2023 edited by Muhammad Sulthan Mazaya
(diff)

05/10/23:

13:20 Changeset in rtems [6bc3ad3e] by Kinsey Moore <kinsey.moore@…>
libdl: Add support for LDST128_ABS_LO12_NC
08:30 Changeset in rtems-central [356edbf] by Sebastian Huber <sebastian.huber@…>
items: Add link_is_enabled()
08:22 GSoC/2023 edited by Muhammad Sulthan Mazaya
(diff)
08:19 GSoC/2023/add-support-for-renode-simulator created by Muhammad Sulthan Mazaya

05/09/23:

14:04 Changeset in rtems-central [ffa266d] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
12:56 Ticket #4902 (Update zlib to version 1.2.13) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1f00afc/rtems: […]
12:03 Changeset in rtems [c588daec] by Sebastian Huber <sebastian.huber@…>
rtems: Reference types in construct directives
11:59 Changeset in rtems-docs [9c2498a] by Sebastian Huber <sebastian.huber@…>
eng: Add unspecified header file item type Update #3715.
10:57 Changeset in rtems-central [c994653] by Sebastian Huber <sebastian.huber@…>
spec: Reference types in construct directives
10:53 Changeset in rtems-docs [e33eae1] by Sebastian Huber <sebastian.huber@…>
c-user: Generate API type documentation Close #4901.
08:46 Changeset in rtems [38ad41ec] by Christian Mauderer <christian.mauderer@…>
bsp/imxrt: Update support library from mcux-sdk This imports new files from the mcux-sdk support library. NXP now offers the library as a git repository instead of a zip package. The git repository supports multiple CPUs from the i.MXRT family: https://github.com/nxp-mcuxpresso/mcux-sdk.git The imported files are from revision 2b9354539e6e4f722749e87b0bdc22966dc080d9 This revision is the same as MCUXpresso 2.13.0 with small bug fixes. For importing the files, a script has been used, that parses the mcux-sdk cmake files and creates the yaml files for RTEMS: https://raw.githubusercontent.com/c-mauderer/nxp-mcux-sdk/d21c3e61eb8602b2cf8f45fed0afa50c6aee932f/export_to_RTEMS.py
06:29 Changeset in rtems-central [295933d] by Sebastian Huber <sebastian.huber@…>
spec: Add constraint for opaque types
06:08 Changeset in rtems [60c291a] by Sebastian Huber <sebastian.huber@…>
rtems: Add constraint to types
Note: See TracTimeline for information about the timeline view.