<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developers on GB-Link Docs</title><link>/developers/</link><description>Recent content in Developers on GB-Link Docs</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) GB-Link</copyright><lastBuildDate>Wed, 08 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="/developers/index.xml" rel="self" type="application/rss+xml"/><item><title>Firmware Architecture</title><link>/developers/firmware-architecture/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/firmware-architecture/</guid><description>&lt;p>The GB-Link firmware turns an RP2040 into a USB-to-Game Boy Link Cable adapter, bridging retro hardware to modern web clients.&lt;/p></description></item><item><title>Hardware &amp; Wiring</title><link>/developers/hardware-wiring/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/hardware-wiring/</guid><description>&lt;p>The firmware uses the RP2040 PIO to communicate with the Game Boy link port. This page documents pin assignments for DIY builders.&lt;/p></description></item><item><title>USB Command Protocol</title><link>/developers/usb-command-protocol/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/usb-command-protocol/</guid><description>&lt;p>Commands are sent over the WebUSB command endpoint. This reference is for developers building web clients or debugging adapter behavior.&lt;/p></description></item><item><title>How GBA Online Works</title><link>/developers/how-gba-online-works/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/how-gba-online-works/</guid><description>&lt;p>Connecting two Game Boy Advances directly over the internet is impossible due to strict timing requirements. GB-Link solves this with a relay architecture that decouples game data from real-time link timing.&lt;/p></description></item><item><title>Building from Source</title><link>/developers/building-from-source/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/building-from-source/</guid><description>&lt;p>Build the GB-Link firmware locally for development or custom board targets.&lt;/p>
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;ul>
&lt;li>

&lt;a class="link link--text" href="https://docs.zephyrproject.org/latest/develop/getting_started/index.html" rel="external noopener noreferrer" target="_blank">Zephyr SDK&lt;/a>&lt;/li>
&lt;li>Python 3 with &lt;code>west&lt;/code> package manager&lt;/li>
&lt;li>CMake and a C/C++ toolchain&lt;/li>
&lt;li>Git&lt;/li>
&lt;/ul>
&lt;p>The firmware is built against &lt;strong>Zephyr 3.7.99&lt;/strong>. Newer versions should also be compatible.&lt;/p></description></item><item><title>Porting to Other MCUs</title><link>/developers/porting-to-other-mcus/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/porting-to-other-mcus/</guid><description>&lt;p>The GB-Link firmware is designed to be largely MCU-agnostic thanks to Zephyr RTOS. The original Celio project targeted STM32F07; migrating to RP2040 required only minimal to moderate effort.&lt;/p></description></item><item><title>Contributing</title><link>/developers/contributing/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>/developers/contributing/</guid><description>&lt;p>GB-Link is an open-source project. Contributions are welcome across firmware, web clients, hardware, and documentation.&lt;/p>
&lt;h2 id="repositories">Repositories&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Component&lt;/th>
 &lt;th>Repository&lt;/th>
 &lt;th>License&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Firmware&lt;/td>
 &lt;td>

&lt;a class="link link--text" href="https://github.com/GB-Link/GBLink-Firmware" rel="external noopener noreferrer" target="_blank">GB-Link/GBLink-Firmware&lt;/a>&lt;/td>
 &lt;td>GPL-3.0&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Web clients&lt;/td>
 &lt;td>

&lt;a class="link link--text" href="https://github.com/GB-Link" rel="external noopener noreferrer" target="_blank">GB-Link organization on GitHub&lt;/a>&lt;/td>
 &lt;td>GPL-3.0&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Hardware (PCB)&lt;/td>
 &lt;td>KiCad designs (CERN-OHL-S v2, releasing with V2 shipment)&lt;/td>
 &lt;td>CERN-OHL-S v2&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Documentation&lt;/td>
 &lt;td>This site&lt;/td>
 &lt;td>—&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h2 id="how-to-contribute">How to contribute&lt;/h2>
&lt;h3 id="firmware">Firmware&lt;/h3>
&lt;ol>
&lt;li>Fork 

&lt;a class="link link--text" href="https://github.com/GB-Link/GBLink-Firmware" rel="external noopener noreferrer" target="_blank">GBLink-Firmware&lt;/a>&lt;/li>
&lt;li>Create a feature branch&lt;/li>
&lt;li>Make your changes and test on hardware&lt;/li>
&lt;li>Open a pull request with a clear description&lt;/li>
&lt;/ol>
&lt;p>See 

&lt;a class="link link--text" href="/developers/building-from-source/">Building from Source&lt;/a> for the development setup.&lt;/p></description></item></channel></rss>