Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kassane/microzig into gd32v
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed May 28, 2022
2 parents 4c301e6 + 8d41e49 commit a2675b5
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 19 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# microzig
![microzig logo](design/logo-text-auto.svg)

[![discord](https://img.shields.io/discord/824493524413710336.svg?logo=discord)](https://discord.gg/ShUWykk38X)

## NOTE: in development

APIs will likely break in the future

Table of Contents
=================
# Table of Contents

* [Contributing](#contributing)
* [Introduction](#introduction)
* [How to](#how-to)
* [Embedded project with "supported" chip/board](#embedded-project-with-supported-chipboard)
* [Embedded project with "unsupported" chip](#embedded-project-with-unsupported-chip)
* [Interrupts](#interrupts)
- [Contributing](#contributing)
- [Introduction](#introduction)
- [How to](#how-to)
- [Embedded project with "supported" chip/board](#embedded-project-with-supported-chipboard)
- [Embedded project with "unsupported" chip](#embedded-project-with-unsupported-chip)
- [Interrupts](#interrupts)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->

Expand All @@ -26,6 +25,7 @@ There will be issues marked as `good first issue`, or drafts for larger ideas th
## Introduction

This repo contains the infrastructure for getting started in an embedded Zig project, as well as some code to interact with some chips/boards. Specifically it offers:

- a single easy-to-use builder function that:
- generates your linker script
- sets up packages and start code
Expand Down Expand Up @@ -87,6 +87,7 @@ pub fn main() !void {

If you have a board/chip that isn't defined in microzig, you can set it up yourself!
You need to have:

- SVD or ATDF file defining registers
- flash and ram address and sizes

Expand Down
13 changes: 13 additions & 0 deletions design/logo-text-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions design/logo-text-brightmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions design/logo-text-darkmode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions design/logo-text-inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a2675b5

Please sign in to comment.