You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microzig/website/getting-started.htm

63 lines
2.4 KiB
HTML

<div id="intro">
<nav id="intro-nav">
<h1><a href="/">zig embedded group</a> - learn</h1>
<img src="img/ember.svg" alt="vectorized Ember, the awesome zeg mascot!">
</nav>
<div id="intro-grid">
<div>
<h2>example projects</h2>
<ul class="bars">
<li><a href="https://github.com/ZigEmbeddedGroup/getting-started-pico-zig">Getting started with Zig on
the Raspberry Pi Pico
</a></li>
</ul>
</div>
<div>
<h2>microzig examples</h2>
<ul class="bars">
<li><a href="https://github.com/ZigEmbeddedGroup/microzig/blob/main/tests/minimal.zig">Minimal File</a>
</li>
<li><a href="https://github.com/ZigEmbeddedGroup/microzig/blob/main/tests/blinky.zig">Blinky</a></li>
<li><a href="https://github.com/ZigEmbeddedGroup/microzig/blob/main/tests/uart-sync.zig">Synchronous
UART Example</a></li>
<li><a href="https://github.com/ZigEmbeddedGroup/microzig/blob/main/tests/interrupt.zig">Interrupts</a>
</li>
</ul>
</div>
<div>
<h2>generic zig learning material</h2>
<ul class="bars">
<li><a href="https://ziglang.org/documentation/master/">Language reference</a></li>
<li><a href="https://ziglearn.org/">Ziglearn</a></li>
<li><a href="https://github.com/ratfactor/ziglings">Ziglings</a></li>
<!-- <li><a href=""></a></li> -->
</ul>
</div>
<div>
<h2>external tutorials</h2>
<ul class="bars">
<li><a
href="https://www.digikey.be/en/maker/projects/raspberry-pi-pico-and-rp2040-cc-part-2-debugging-with-vs-code/470abc7efb07432b82c95f6f67f184c0">Raspberry
Pi Pico and RP2040: Debugging with VS Code</a></li>
<li><a
href="https://paramaggarwal.medium.com/converting-an-stm32f103-board-to-a-black-magic-probe-c013cf2cc38c">Converting
an STM32F103 board to a Black Magic Probe</a></li>
</ul>
</div>
</div>
<footer>
<img src="img/ember.svg" alt="vectorized Ember, the awesome zeg mascot!">
</footer>
</div>