Adds index concept.

wch-ch32v003
Felix (xq) Queißner 4 years ago
parent 7fec030a71
commit 81a232c5fa

@ -68,6 +68,7 @@ pub fn main() anyerror!void {
\\ max-width: 40em; \\ max-width: 40em;
\\ margin-left: auto; \\ margin-left: auto;
\\ margin-right: auto; \\ margin-right: auto;
\\ font-family: sans;
\\ } \\ }
\\ h1 { \\ h1 {
\\ text-align: center; \\ text-align: center;

@ -2,14 +2,6 @@
This group was formed to document and improve the embedded programming experience with the [Zig programming language](https://ziglang.org). This group was formed to document and improve the embedded programming experience with the [Zig programming language](https://ziglang.org).
Right now, this group has the following members:
- [Felix "xq" Queißner](https://github.com/masterQ32/)
- [Matthew "mattnite" Knight](https://github.com/mattnite/)
- [Vesim](https://github.com/vesim987/)
- [Timon "FireFox317" Kruiper](https://github.com/FireFox317)
- [Martin "SpexGuy" Wickham](https://github.com/SpexGuy)
## Goals ## Goals
- Provide documents on how to get started with embedded programming (for absolute newbies) - Provide documents on how to get started with embedded programming (for absolute newbies)
@ -18,12 +10,70 @@ Right now, this group has the following members:
- Create a common interface/HAL over several architectures - Create a common interface/HAL over several architectures
- Create a <i>performant</i> common set of drivers for external platforms - Create a <i>performant</i> common set of drivers for external platforms
## Introduction to embedded programming
If you've never done any embedded development before, it's a good point to start with one of our tutorials:
- [Embedded Basics](articles/01-embedded-basics.htm)
- [Embedded Programming for Beginners](#)
- Getting started with...
- [Arduino/AVR](#)
- [LPC1768](#)
- [STM32](#)
- [MSP430](#)
- [ESP2866/ESP32](#)
- [NRF52](#)
- [Raspberry PI](#)
- [What device to chose?](#)
- [Introduction to HAL9001](#)
## Latest Articles
The latest articles on embedded programming with Zig:
- [2021-03-15 zCOM, a network stack for embedded devices](#)
- [2021-03-10 `async`/`await` on embedded platforms](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
- [2021-XX-YY Dummy Article](#)
[See all articles...](#)
## Code
Here are some highlighted projects the ZEG provides:
- [HAL9001 - One HAL to rule them all](#)
- [STM32 Binding](#)
- [AVR Binding](#)
- [LPC1768 Binding](#)
- [ESP32 Binding](#)
- [zCOM Network Driver](#)
- [TinySSL](#)
[See all repositories...](#)
## Community ## Community
This group uses the already existing community infrastructures that exist for Zig: This group uses the already existing community infrastructures that exist for Zig:
- [Zig Programming Language - Discord Server](https://discord.gg/TyzJXjser6) - [Zig Programming Language - Discord Server](https://discord.gg/TyzJXjser6)
## Members
- [Felix "xq" Queißner](https://github.com/MasterQ32/)
- [Matthew "mattnite" Knight](https://github.com/mattnite/)
- [Vesim](https://github.com/vesim987/)
- [Timon "FireFox317" Kruiper](https://github.com/FireFox317)
- [Martin "SpexGuy" Wickham](https://github.com/SpexGuy)
---
## Planned Documents/Articles ## Planned Documents/Articles
- Getting started with embedded (not specific to a platform) - Getting started with embedded (not specific to a platform)

Loading…
Cancel
Save