<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Supertoken pushed new commits to merge request <a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37">!37</a>
</h3>
<ul>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/f52bd54a">f52bd54a</a>
 - refactor(2.1): includes_merged_basic_ifdefs
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/b9fe4efc">b9fe4efc</a>
 - refactor(2.2): data_structures_added
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/f60571a6">f60571a6</a>
 - refactor(2.2): helper_functions_added
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/e037302d">e037302d</a>
 - refactor(2.2): all_rtems_functions_added
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/b452edda">b452edda</a>
 - refactor(2.2): low_level_init_complete
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/170ba2e6">170ba2e6</a>
 - refactor(2.2): phase_2.2_complete
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/f97c0d37">f97c0d37</a>
 - refactor(2.3): rx_pool_init_order_fix
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/aeb6fc42">aeb6fc42</a>
 - Add critical RTEMS init: zero buffers, register HAL callbacks, init RxDescList
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/4864fecc">4864fecc</a>
 - CRITICAL: Add manual Ethernet peripheral start for RTEMS - enables DMA/interrupts
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/771824f0">771824f0</a>
 - Add comprehensive documentation for both critical fixes
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/80d334ad">80d334ad</a>
 - MAJOR FIX: Add complete RTEMS ethernet_link_thread - populates RX descriptors and starts peripheral
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/31c90f72">31c90f72</a>
 - Add comprehensive root cause analysis documentation
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/aa93abba">aa93abba</a>
 - Fix pointer alignment warnings with pragma directives (matching original RTEMS approach)
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/370865d2">370865d2</a>
 - CRITICAL: Replace ST low_level_input with RTEMS version - implements zero-copy...
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/9220c941">9220c941</a>
 - Add function-by-function comparison results documentation
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/09275c75">09275c75</a>
 - Add binary verification against golden reference - PERFECT MATCH
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/09793282">09793282</a>
 - CRITICAL: Replace RTEMS TX with manual descriptor management - no HAL_ETH_Transmit_IT
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/3b4013b9">3b4013b9</a>
 - CRITICAL: Add missing sys_sem_signal in interrupt handler - wakes RX thread
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/b1e3faa9">b1e3faa9</a>
 - CRITICAL: Define ETH_RX_DESC_CNT=64 for RTEMS before HAL headers - was using HAL default of 4!
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/commit/1fa4e346">1fa4e346</a>
 - Move ETH_RX_DESC_CNT=64 define to header file - must be before HAL config include
</li>
<li>
And 26 more
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.rtems.org">gitlab.rtems.org</a>. <a href="https://gitlab.rtems.org/-/sent_notifications/1-asr8st6ohrgv5yz7whsei55ak/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.rtems.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.rtems.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37 at 1769204243
</span>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37"}}</script>


</p>
</div>
</body>
</html>