RTEMS / Packages / lwIP¶
Go to Issues or Merge Requests
Merge Requests Summary
Issues¶
1 - Update the rtems_waf submodule to Gitlab¶
Id |
1 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Closed by |
Chris Johns |
Created |
2024-06-11T09:59:37.179Z |
Closed |
2024-06-13T02:23:12.005Z |
Updated |
2024-06-13T02:23:12.042Z |
Milestone |
6.1 |
Link |
|
Merges |
1 |
Update the rtems_waf
submodule to gitlab.rtems.org
Author: Kinsey Moore
2024-06-12T15:38:43.628Z
mentioned in merge request !1
4 - Update waf to 2.1.4 (opened)¶
Id |
4 |
State |
opened |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Amar Takhar |
Created |
2024-12-04T22:18:59.326Z |
Updated |
2024-12-04T22:46:42.777Z |
Milestone |
6.1 |
Labels |
backport, tool::waf |
Link |
|
Merges |
0 |
Summary¶
The latest verison of waf fixes several issues on Windows. We also have a huge inconsistency in the version we’re running which we should probably fix:
./rtems-deployment/waf waf 2.0.24 (1af97c71f5a6756abf36d0f78ed8fd551596d7cb)
./rtems-docs/waf waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)
./rtems-examples/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-libbsd/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-littlevgl/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-lwip/waf waf 2.0.18 (314689b8994259a84f0de0aaef74d7ce91f541ad)
./rtems-net-legacy/waf waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems-net-services/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-tools/waf waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems/waf waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)
Steps to reproduce¶
Pre-set options¶
Author: Amar Takhar
2024-11-16T20:21:25.689Z
marked this issue as blocking rtems/docs/rtems-docs#54
Author: Amar Takhar
2024-11-16T20:21:31.439Z
changed the description
Author: Gedare Bloom
2024-11-17T00:11:44.128Z
Should we automate an approach to keep all our repos in sync with waf version?
Author: Amar Takhar
2024-11-17T00:19:39.724Z
Yeah I already have that written down but it’s not that easy. We need to think about the workflow of how this should happen. There needs to be a process to test the new version against all the repositories to make sure it works and then update so we need to be more deliberate about it.
I have some ideas about it but the procedural part needs to be discussed: what’s important enough to upgrade for and do we want to support one repo getting ahead of others to avoid increasing the size of our repositories or whether we care or not. Clearly the above is not great having
2.0
vs2.1
Having said that2.1.4
has fixes we really want for Windows.
Author: Amar Takhar
2024-11-17T01:08:46.506Z
Author: Amar Takhar
2024-11-17T03:50:21.836Z
assigned to @amar
Author: Amar Takhar
2024-11-17T04:22:19.639Z
After this update is done I’ll create another issue for the next update. As we require an update we should collect reasons, issues and MRs until we trigger the next update. Of course a critical issue should be an immediate update but smaller things for instance if it’s specific to one repo we can let that one repo get out of sync until we have more of are reason to update project-wide. otherwise we may end up update too often.
Author: Amar Takhar
2024-11-18T20:19:26.807Z
mentioned in merge request rtems/rtos/rtems!318
Author: Amar Takhar
2024-11-20T23:35:55.569Z
mentioned in commit amar/rtems-deployment@c8fd177b03fb5130697a7411d716f1542c6175b1
Author: Amar Takhar
2024-11-20T23:36:01.722Z
mentioned in commit amar/rtems-docs@ff70333104a0aaa05877df336d1bb1672b205b73
Author: Amar Takhar
2024-11-20T23:36:04.790Z
mentioned in commit amar/rtems-examples@8056cf5ccaaff51477096bdd3ae3850cecee957d
Author: Amar Takhar
2024-11-20T23:36:05.900Z
mentioned in commit amar/rtems-libbsd@2cac334d6a21b6006dfee4613d3da78eec26b1c8
Author: Amar Takhar
2024-11-20T23:36:08.424Z
mentioned in commit amar/rtems-littlevgl@7831e7125a6efe283e3c65efec1e24a96fdfc2ac
Author: Amar Takhar
2024-11-20T23:36:10.195Z
mentioned in commit amar/rtems-lwip@24f46d35dedf08807d6088443ab5c82e95c36ed8
Author: Amar Takhar
2024-11-20T23:36:12.174Z
mentioned in commit amar/rtems-net-legacy@8845824db452168140610db037ea0359e363cf1d
Author: Amar Takhar
2024-11-20T23:36:14.636Z
mentioned in commit amar/rtems-net-services@7bcc152d49267e5b5ca3c00c1707cc40b2ef95b6
Author: Amar Takhar
2024-11-20T23:36:17.086Z
mentioned in commit amar/rtems-tools@12a94b63506ad84ec1c4feed56d3ce2e85475d85
Author: Amar Takhar
2024-11-20T23:36:21.347Z
mentioned in commit amar/rtems@62baa874b823fea35b7cdea78734d277ada7b455
Author: Amar Takhar
2024-11-20T23:39:31.029Z
mentioned in merge request rtems/rtos/rtems!323
Author: Amar Takhar
2024-11-20T23:39:48.843Z
mentioned in merge request rtems/tools/rtems-tools!44
Author: Amar Takhar
2024-11-20T23:40:09.031Z
mentioned in merge request rtems/pkg/rtems-net-services!9
Author: Amar Takhar
2024-11-20T23:40:25.975Z
mentioned in merge request rtems/pkg/rtems-net-legacy!6
Author: Amar Takhar
2024-11-20T23:40:33.280Z
mentioned in merge request rtems/pkg/rtems-lwip!11
Author: Amar Takhar
2024-11-20T23:40:41.082Z
mentioned in merge request rtems/pkg/rtems-littlevgl!4
Author: Amar Takhar
2024-11-20T23:40:53.742Z
mentioned in merge request rtems/pkg/rtems-libbsd!25
Author: Amar Takhar
2024-11-20T23:41:01.964Z
mentioned in merge request rtems/rtos/rtems-examples!5
Author: Amar Takhar
2024-11-20T23:41:10.912Z
mentioned in merge request rtems/docs/rtems-docs!89
Author: Amar Takhar
2024-11-20T23:41:24.453Z
mentioned in merge request rtems/tools/rtems-deployment!13
Author: Gedare Bloom
2024-11-21T00:03:44.787Z
mentioned in commit gedare/rtems-docs@2f1694269539dc59177b203df1b8481ee52f989a
Author: Gedare Bloom
2024-11-21T00:04:29.322Z
mentioned in merge request rtems/docs/rtems-docs!85
Author: Gedare Bloom
2024-11-21T00:06:48.926Z
mentioned in commit gedare/rtems-docs@816d14787b8bb89e7830c9885946fa8dc6dadf79
Author: Amar Takhar
2024-11-22T10:02:29.944Z
mentioned in commit amar/rtems-docs@24cf46b966d77bada338422de2ead632f79beb89
Author: Amar Takhar
2024-11-24T23:02:01.254Z
mentioned in commit amar/rtems-docs@7582461dbcff0287bb8bc1a615734696a416b266
Author: Amar Takhar
2024-11-24T23:03:10.673Z
mentioned in commit amar/rtems-examples@ac68170083fc3b2e5ce9a63a6c64b4b2e5d7915f
Author: Amar Takhar
2024-11-24T23:03:49.371Z
mentioned in commit amar/rtems-libbsd@a2d65d78fbe832a50ca6c986936c9b0c16647739
Author: Amar Takhar
2024-11-24T23:06:27.181Z
mentioned in commit amar/rtems@03c5b7e88f165ea56487e78822cf0b8595c79cfa
Author: Amar Takhar
2024-11-25T01:33:09.501Z
mentioned in commit amar/rtems-docs@b9af7d8fad94c310f7d973c10b5a7c2da8d4e7e8
Author: Amar Takhar
2024-12-04T21:56:00.650Z
mentioned in commit amar/rtems@8d71cc5dc4a0e11fd7b8d7b5b94bb2e54d3a6f9e
Author: Gedare Bloom
2024-12-04T22:16:38.325Z
cloned to rtems/docs/rtems-docs#62
Author: Gedare Bloom
2024-12-04T22:17:50.530Z
cloned to rtems/tools/rtems-deployment#3
Author: Gedare Bloom
2024-12-04T22:18:09.565Z
cloned to rtems/rtos/rtems-examples#5
Author: Gedare Bloom
2024-12-04T22:18:26.985Z
cloned to rtems/pkg/rtems-libbsd#22
Author: Gedare Bloom
2024-12-04T22:18:50.350Z
cloned to rtems/pkg/rtems-littlevgl#3
Author: Gedare Bloom
2024-12-04T22:19:03.820Z
cloned from rtems/rtos/rtems#5153
Author: Gedare Bloom
2024-12-04T22:18:59.488Z
assigned to @amar
Author: Gedare Bloom
2024-12-04T22:21:49.048Z
Author: Gedare Bloom
2024-12-04T22:46:42.692Z
Merge Requests¶
7 - lwip.py: Prevent installation of test binaries¶
Id |
7 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-15T00:45:06.008Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-10-25T03:08:48.831Z |
Updated |
2024-11-15T00:45:21.564Z |
Milestone |
6.1 |
Labels |
network::lwip |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/7 |
Commit |
Summary¶
Updates rtems/pkg/rtems-net-services#2
Author: Kinsey Moore
2024-10-25T03:08:49.116Z
assigned to @opticron
Author: Kinsey Moore
2024-10-25T03:14:11.080Z
changed the description
Author: Kinsey Moore
2024-10-25T03:14:30.425Z
changed the description
Author: Kinsey Moore
2024-10-25T03:15:13.410Z
changed the description
Author: Kinsey Moore
2024-11-06T03:39:47.259Z
added 2 commits
bff4546e - 1 commit from branch
rtems/pkg:main
00281eca - lwip.py: Prevent installation of test binaries
Author: Chris Johns
2024-11-15T00:44:42.186Z
approved this merge request
Author: Kinsey Moore
2024-11-15T00:44:48.161Z
added 3 commits
00281eca…cef63453 - 2 commits from branch
rtems/pkg:main
f6af6544 - lwip.py: Prevent installation of test binaries
10 - embeddedsw: Fix build with IGMP enabled¶
Id |
10 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-11-14T05:28:44.966Z |
Assignee(s) |
Kinsey Moore |
Reviewer(s) |
Chris Johns |
Created |
2024-11-14T03:34:09.921Z |
Updated |
2024-11-14T05:28:46.841Z |
Milestone |
6.1 |
Labels |
network::lwip |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/10 |
Commit |
Summary¶
Author: Kinsey Moore
2024-11-14T03:34:10.142Z
assigned to @opticron
Author: Amar Takhar
2024-11-14T04:15:14.884Z
@chris should be a reviewer since it’s only you two on this repo.
Author: Amar Takhar
2024-11-14T04:15:19.489Z
requested review from @chris
Author: Chris Johns
2024-11-14T05:28:39.751Z
approved this merge request
9 - Add support for the ZynqMP RPU¶
Id |
9 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-11-08T00:21:54.543Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-11-05T21:18:47.100Z |
Updated |
2024-11-08T00:21:57.127Z |
Milestone |
6.1 |
Labels |
arch:arm, network::lwip |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/9 |
Commit |
Summary¶
This adds support for the Cortex-R5 RPU on the ZynqMP platform.
Author: Kinsey Moore
2024-11-05T21:18:47.265Z
assigned to @opticron
Author: Kinsey Moore
2024-11-06T03:38:18.560Z
added 2 commits
bff4546e - 1 commit from branch
rtems/pkg:main
14f0f467 - defs/zynqmp: Restructure AArch64 definitions and add support for RPU
Author: Chris Johns
2024-11-08T00:21:48.890Z
approved this merge request
8 - zynqmp: Adapt to the rtems removal of Xilinx headers¶
Id |
8 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-06T03:30:41.989Z |
Assignee(s) |
Kinsey Moore |
Reviewer(s) |
Chris Johns |
Created |
2024-10-25T19:27:56.387Z |
Updated |
2024-11-06T03:30:44.188Z |
Milestone |
6.1 |
Labels |
arch:aarch64, network::lwip |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/8 |
Commit |
Summary¶
Author: Kinsey Moore
2024-10-25T19:27:56.578Z
assigned to @opticron
Author: Kinsey Moore
2024-11-01T20:38:33.187Z
added 1 commit
1e9475bb - zynqmp: Adapt to the rtems removal of Xilinx headers
Author: Kinsey Moore
2024-11-01T21:06:58.554Z
requested review from @chris
Author: Chris Johns
2024-11-06T03:25:59.730Z
Should these ends be the same as LibbSD:
#endif /* __rtems__ */
Author: Kinsey Moore
2024-11-06T03:08:33.029Z
changed this line in version 3 of the diff
Author: Kinsey Moore
2024-11-06T03:25:59.730Z
Addressed in the latest push for all instances including existing ones.
Author: Chris Johns
2024-11-06T02:20:57.855Z
Lets use the same RTEMS guard pattern as LibBSD.
Author: Chris Johns
2024-11-06T02:20:58.053Z
requested changes
Author: Kinsey Moore
2024-11-06T03:08:33.247Z
added 1 commit
bff4546e - zynqmp: Adapt to the rtems removal of Xilinx headers
Author: Chris Johns
2024-11-06T03:25:54.222Z
approved this merge request
Author: Chris Johns
2024-11-06T03:25:59.746Z
resolved all threads
6 - defs/aarch64: Account for BSP renaming in RTEMS¶
Id |
6 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-24T23:34:24.326Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-10-18T17:01:22.958Z |
Updated |
2024-10-24T23:34:26.676Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/6 |
Commit |
Summary¶
Author: Kinsey Moore
2024-10-18T17:01:23.215Z
assigned to @opticron
Author: Kinsey Moore
2024-10-19T03:26:10.571Z
This is a follow-on to address the consequences of rtems/rtos/rtems!262 as part of rtems/rtos/rtems#5119.
Author: Kinsey Moore
2024-10-19T03:44:39.436Z
added 1 commit
62606cf7 - defs/aarch64: Account for BSP renaming in RTEMS
Author: Kinsey Moore
2024-10-19T03:47:38.792Z
added 1 commit
56cf9d3f - defs/aarch64: Account for BSP renaming in RTEMS
Author: Chris Johns
2024-10-24T23:34:16.816Z
approved this merge request
4 - Reword section about file origins / licenses.¶
Id |
4 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-25T22:29:50.992Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-20T03:21:30.762Z |
Updated |
2024-08-10T00:40:04.244Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/4 |
Commit |
Summary¶
Reword section about file origins / licenses.
Also remove an errant blank line.
Closes #2
Author: Amar Takhar
2024-07-20T03:21:30.917Z
assigned to @amar
Author: Amar Takhar
2024-07-20T18:41:48.258Z
Closed and re-opened so @approvers/docs can approve this since it’s a documentation-only change.
Author: Kinsey Moore
2024-07-25T22:29:11.070Z
Double space in the middle of a sentence.
Author: Amar Takhar
2024-07-25T22:29:04.886Z
changed this line in version 3 of the diff
Author: Amar Takhar
2024-07-25T22:29:11.070Z
Fixed thanks.
Author: Kinsey Moore
2024-07-25T22:27:07.710Z
approved this merge request
Author: Amar Takhar
2024-07-25T22:29:05.108Z
added 1 commit
2c97bc22 - Reword section about file origins / licenses.
Author: Amar Takhar
2024-07-25T22:29:11.095Z
resolved all threads
2 - Merge COPYING.* into LICENSE.md¶
Id |
2 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-07-20T03:15:45.931Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-09T07:26:00.737Z |
Updated |
2024-07-20T03:15:48.917Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/2 |
Commit |
Summary¶
Merge COPYING.* into LICENSE.md
COPYING is a GNU layout also there is no need to have them in different files we should be consistent in all our repositories.
Author: Amar Takhar
2024-07-09T07:26:00.917Z
assigned to @amar
Author: Gedare Bloom
2024-07-20T03:14:53.588Z
Please update the README file accordingly at “The sources presented here originate in one of several locations described by the ORIGIN.* files and whose license is described by the COPYING.* files.”
Author: Amar Takhar
2024-07-20T03:14:53.588Z
I’m confused but what you’re asking here. The sources you mean the source tree or the contents of the
README.md
also the contents of the oldCOPYING
files went intoLICENSE.md
shouldn’t the notice go there instead?
Author: Amar Takhar
2024-07-20T03:14:53.864Z
created #2 to continue this discussion
Author: Kinsey Moore
2024-07-19T22:49:58.550Z
added 3 commits
323b98e4…db932362 - 2 commits from branch
rtems/pkg:main
28dbe42d - Merge COPYING.* into LICENSE.md
Author: Kinsey Moore
2024-07-20T03:11:34.887Z
approved this merge request
Author: Amar Takhar
2024-07-20T03:14:53.607Z
resolved all threads
Author: Amar Takhar
2024-07-20T03:14:54.212Z
mentioned in issue #2
1 - Update rtems_waf location¶
Id |
1 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-06-13T02:23:11.854Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-06-12T15:38:39.586Z |
Updated |
2024-07-20T03:14:53.981Z |
Milestone |
6.1 |
Labels |
tool::waf |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/1 |
Commit |
Summary¶
Closes #1
Author: Kinsey Moore
2024-06-12T15:38:39.835Z
assigned to @opticron
Author: Chris Johns
2024-06-13T02:23:08.969Z
approved this merge request
Author: Amar Takhar
2024-07-20T03:14:53.830Z
mentioned in issue #2
3 - Convert README and ORIGIN.* to MarkDown.¶
Id |
3 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-19T22:48:05.139Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-09T07:36:35.867Z |
Updated |
2024-07-19T22:48:06.586Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/3 |
Commit |
Summary¶
Convert README and ORIGIN.* to MarkDown.
The ORIGIN files were inserted into a table in the README.md
Author: Amar Takhar
2024-07-09T07:36:36.007Z
assigned to @amar
Author: Gedare Bloom
2024-07-10T05:41:38.255Z
approved this merge request
Author: Kinsey Moore
2024-07-19T22:47:53.588Z
added 2 commits
75ab578a - 1 commit from branch
rtems/pkg:main
db932362 - Convert README and ORIGIN.* to MarkDown.
Author: Kinsey Moore
2024-07-19T22:47:59.900Z
approved this merge request