Timeline



08/31/22:

15:57 GSoC/2022 edited by Prashanth S
(diff)
14:52 Packages/LWIP edited by Kinsey Moore
update repo location and lwip version (diff)
12:19 Changeset in rtems-central [e288a4d] by Sebastian Huber <sebastian.huber@…>
spec: Use subtype for validation items
12:00 Changeset in rtems-central [194ed62] by Sebastian Huber <sebastian.huber@…>
spec: Fix typo
11:14 Changeset in rtems [b3d2e3fe] by Sebastian Huber <sebastian.huber@…>
config: Include <rtems/posix/timer.h> on demand Updates #4691.
10:25 Changeset in rtems-central [42699a5] by Sebastian Huber <sebastian.huber@…>
spec: Fix enabled-by
09:53 Changeset in rtems-central [5a14d74] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems and rtems-docs
09:26 Changeset in rtems [c4472cef] by Sebastian Huber <sebastian.huber@…>
validation: Move flush filter stop validation This gets rid of a cyclic dependency in the specification graph. Update #3716.
09:26 Changeset in rtems [1dca588] by Sebastian Huber <sebastian.huber@…>
validation: Support a partial thread queue flush Update #3716.
09:17 Changeset in rtems-central [4046843] by Sebastian Huber <sebastian.huber@…>
config: Split enabled set
08:31 Changeset in rtems-central [9742580] by Sebastian Huber <sebastian.huber@…>
specview.py: Simplify _validate()
05:44 Changeset in rtems-central [ad19d84] by Sebastian Huber <sebastian.huber@…>
spec: Move flush filter stop to flush fifo This gets rid of a cyclic dependency in the specification graph.
05:37 Changeset in rtems-central [fa36a75] by Sebastian Huber <sebastian.huber@…>
spec: Update due to API changes

08/30/22:

17:19 Changeset in rtems-lwip [f5b35b4] by Kinsey Moore <kinsey.moore@…>
lwip.py: Track includes as lists The original work for rtems-lwip tracked include directories as raw strings to be passed into the build infrastructure. This reformulates include directory management as lists to reduce errors in future changes.
13:19 Changeset in rtems-central [c1453c6] by Sebastian Huber <sebastian.huber@…>
spec: Fix warnings in validation code Update #4662.
11:29 WikiStart edited by Chris Johns
Update 4.10.3 documentation link (diff)
11:23 WikiStart edited by Chris Johns
Fix 4.11.3 documentation link (diff)
06:22 Changeset in rtems [b1072f5] by Sebastian Huber <sebastian.huber@…>
validation: Ignore array bounds warnings Update #4702.
05:58 Changeset in rtems [dad6d322] by Sebastian Huber <sebastian.huber@…>
Fix pedanic warnings without a storage increase Use RTEMS_ZERO_LENGTH_ARRAY for flexible array member. Update #4662.
05:27 Changeset in rtems [44b3bc65] by Sebastian Huber <sebastian.huber@…>
validation: Fix use of uninitialized variables Update #4662.
05:06 Changeset in rtems [1be6dc18] by Sebastian Huber <sebastian.huber@…>
libtest: Fix warnings without a pragma It seems that recent GCC versions expect that functions with a "const type *" parameter will read from the referenced location. Update #4662.

08/29/22:

18:24 Changeset in rtems-lwip [3f6e2b9] by Kinsey Moore <kinsey.moore@…>
lwip.py: Address python formatting issues
07:19 Changeset in rtems [9b16f24] by Sebastian Huber <sebastian.huber@…>
score: Fix format Update #4706.
07:14 Changeset in rtems [23b42f7] by Sebastian Huber <sebastian.huber@…>
score: Fix format Update #4706.
07:10 Changeset in rtems [c226990] by Sebastian Huber <sebastian.huber@…>
score: Do not expose <limits.h> to <rtems.h> The <rtems.h> header file should not unnecessarily include standard C header files. The <string.h> and <limits.h> header includes were removed in 2017. Update #4662.
06:53 Changeset in rtems [3d2fbaf4] by Sebastian Huber <sebastian.huber@…>
Revert "linkersets.h: Fix gcc 12 warning" This reverts commit f930206724e65f188fe3b095826ceb1b11000f65. The linker set begin must be a symbol and not a zero-initialized item.
03:23 Ticket #4709 (Installed header break C++) closed by Chris Johns <chrisj@…>
fixed: In c5b7942/rtems: […]

08/28/22:

22:34 Ticket #4711 (RSB does not expand dir type macros correctly (cloned)) created by Chris Johns
Cloned from #4710: ---- The expansion of the dir type macros is not …
22:34 Ticket #4710 (RSB does not expand dir type macros correctly) created by Chris Johns
The expansion of the dir type macros is not done correctly. Macro …

08/26/22:

21:44 Changeset in rtems-lwip [2306c45] by Kinsey Moore <kinsey.moore@…>
lwipopts: Update for NTP The default ZynqMP configuration is missing some definitions required for NTP to function. This adjusts the default ZynqMP configuration to be compatible with the NTP library's requirements.
13:52 Changeset in rtems-lwip [e0c63a3] by Kinsey Moore <kinsey.moore@…>
lwip.py: Build BSD compatibility as part of lwIP Include the BSD compatibility functions as part of lwIP to be provided to consumers of this network stack and install the headers so they can be compiled against.
10:48 GSoC/2022 edited by Mahmoud Abumandour
(diff)
01:38 Ticket #4709 (Installed header break C++) created by Chris Johns
Some headers generate C++ errors and so cannot be included.

08/25/22:

20:19 Packages/LWIP edited by Kinsey Moore
update and slim down (diff)
19:23 Changeset in rtems-lwip [edef121] by Kinsey Moore <kinsey.moore@…>
lwip.py: Support Python earlier than 3.9 The removeprefix method is only available on Python 3.9 and later. This replaces it with an equivalent function.
18:13 Packages/LWIP edited by Kinsey Moore
(diff)
16:25 Packages/LWIP edited by Kinsey Moore
update git link and add current lwIP version information (diff)
05:00 Ticket #4708 (Add i2c command) created by Chris Johns
The command: 1. Detects devices 2. Reads or writes blocks of data to …
04:10 Changeset in rtems [a932829b] by Chris Johns <chrisj@…>
libdebugger/aarch64: Set .start section to RW - Stops the server crashing when setting breakpoints in .start

08/24/22:

20:53 Changeset in rtems-lwip [444dc8a] by Kinsey Moore <kinsey.moore@…>
lwip: Update to 2.1.3 This updates lwIP to the STABLE-2_1_3_RELEASE tag.
20:16 Changeset in rtems-lwip [b7cee0c] by Kinsey Moore <kinsey.moore@…>
Update lwip submodule to 2.1.3
18:22 Changeset in rtems-lwip [20dd29f] by Kinsey Moore <kinsey.moore@…>
lwip-to-rtems.py: Add support for reverse changes This adds the necessary support for moving changes back and forth to the upstream repository.
18:19 Changeset in rtems-lwip [2694ffa] by Kinsey Moore <kinsey.moore@…>
lwip: Finish cleaning up source imports This removes all changes that weren't gated properly on rtems including moving getaddrinfo to rtemslwip/. The imported lwip source is now ready to be updated when necessary.
16:07 GSoC/2022 edited by Duc Doan
(diff)
15:36 GSoC/2022 edited by Prashanth S
(diff)
13:19 Changeset in rtems-lwip [db04777] by Kinsey Moore <kinsey.moore@…>
lwip.py: Add libm accessibility This allows linking with libm. Previously, waf was unware that libm existed and would omit it during the linking step.
12:54 Changeset in rtems-lwip [23bf773] by Kinsey Moore <kinsey.moore@…>
lwip.py: Remove usage of YAML YAML is not supported in base Python installs and so is not safe to blindly assume is available. This swaps existing usage to JSON to be more compatible.

08/22/22:

21:51 Ticket #4693 (Remove ILP32 aarch64/xilinx_versal_* BSPs) closed by Chris Johns <chrisj@…>
fixed: In dee5ea81/rtems: […]
19:11 Changeset in rtems [c738be9] by Stephen Clark <sclark@…>
bsps/amd64: remove -Werror from ABI flags The ABI flags for the amd64 BSP contain the -Werror=return-type flag. There is no reason for this to be there so it has been removed. The same option has also been removed amd64.cfg file.
18:51 Changeset in rtems-source-builder [f7e754b]5 by Ryan Long <ryan.long@…>
Add QEMU 5 configuration files
18:49 Changeset in rtems-source-builder [73e426d]5 by Ryan Long <ryan.long@…>
glib-2.48.2-1.cfg: Fix checksum of patch
06:54 Changeset in rtems [a3b0f7d] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Add Cadence I2C driver support
03:47 Changeset in rtems [dee5ea81] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Remove IPL32 BSPs, add aiedge and change defaults - Versal has IO mapped to the upper 64bit address space and needs full 64bit addresses. - Add xilinx_versal_aiedge for custom hardware - Make the hardware settings the defaults and qemu as variants Closes #4693

08/21/22:

15:59 GSoC/2022 edited by Prashanth S
(diff)

08/19/22:

21:49 Changeset in rtems-lwip [f2caefb] by Kinsey Moore <kinsey.moore@…>
rtemslwip: Document a deficiency in syslog
21:42 Changeset in rtems-lwip [3a4b606] by Kinsey Moore <kinsey.moore@…>
lwip: Use definitions from tools This alters lwip to use network structs from the toolchain headers instead of redefining them slightly differently itself. This is important for being able to port code to work on lwip as most ported code will depend on the tools headers instead of being written specifically for lwIP and the mismatches caused result in memory corruption and other problems. This also brings the changes in these lwIP headers in line with the add-only code import philosophy.
18:40 Ticket #4707 (Unable to run coverage with GCC 12) created by Ryan Long
When trying to run coverage on the tests, rtems-test will generate the …
14:14 Changeset in rtems-tools [99cc1fb] by Daniel Cederman <cederman@…>
tester: Load RISC-V image using -bios and increase memory size This avoids overlapping the RTEMS image with the builtin opensbi image and the location of the fdt.
14:12 Changeset in rtems-tools [a5d0291] by Daniel Cederman <cederman@…>
tester: Add option to specify how to load image with QEMU Defaults to "-kernel", but can be changed to, for example, "-bios".
06:50 Changeset in rtems [a329579] by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ UPdates #4706
05:22 Changeset in rtems [c5b7942]5 by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ Closes #4709
05:22 Changeset in rtems [f5233fe] by Chris Johns <chrisj@…>
cpukit/include: Fixes for C++ Updates #4706
05:09 Changeset in rtems [eae542c0] by Chris Johns <chrisj@…>
spec/librtemscpu: Fix installed headers - pci.h is only for sparc - keyimpl.h is not referenced and so not needed Updates #4705
05:07 Changeset in rtems [bb09755] by Chris Johns <chrisj@…>
spec/bsps/aarch64: Install ELF machine types for libdl Updates #4705
05:06 Changeset in rtems [e49a1c9b] by Chris Johns <chrisj@…>
spec/bsps: Do not install tm27.h Updates #4705
04:49 Ticket #4706 (Installed header break C++) created by Chris Johns
Some headers generate C++ errors and so cannot be included.
04:48 Ticket #4705 (Installed header clean up) created by Chris Johns
A number of headers are installed when they should not or are not …

08/17/22:

14:25 GSoC/2022 edited by Duc Doan
(diff)
14:07 GSoC/2022 edited by Mahmoud Abumandour
(diff)
13:55 GSoC/2022 edited by Duc Doan
(diff)
07:19 Changeset in rtems [ca07efd5] by Daniel Cederman <cederman@…>
bsp/riscv: Work area size based on /memory node in fdt Uses the first entry in the /memory node to determine the end of the work area. Falls back on linker symbol if unable to parse the node.
06:12 Ticket #4704 (Fix invalid RSB source URLs) created by Chris Johns
Some packages now have invalid source URLs
06:09 Ticket #4024 (NFS Client is broken on 64-bit targets) closed by Chris Johns
wontfix: Use master or RTEMS 6.
06:08 Ticket #3571 (Stream of Unicode Warnings from git hook on Commit) closed by Chris Johns
fixed: There has been no feedback so lets consider it closed.
Note: See TracTimeline for information about the timeline view.