-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
46,557 additions
and
44,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
## What version of Zig to use | ||
|
||
Zig master/nightly | ||
Zig 0.12.0 | ||
|
||
## Getting Started With MicroZig | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
= ESP MicroZig Package | ||
# ESP MicroZig Package | ||
|
||
[WIP] | ||
|
||
SVD is copied from https://github.com/esp-rs/esp-pacs | ||
|
||
== What version of Zig to use | ||
|
||
0.11.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# GigaDevice GD32 Hardware Support Package |
18 changes: 6 additions & 12 deletions
18
bsp/microchip/avr/README.adoc → bsp/microchip/avr/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
= Microchip ATmega Hardware Support Package | ||
# Microchip ATmega Hardware Support Package | ||
|
||
Note: for testing, renode supports arduino nano 33 BLE | ||
|
||
== What version of Zig to use | ||
|
||
Right now we are following https://ziglang.org/download/[master], but once 0.11.0 is released, we will be switching to the latest stable version of Zig. | ||
|
||
== FYI: LLVM issues | ||
## FYI: LLVM issues | ||
|
||
Currently LLVM is having trouble lowering AVR when this is built in debug mode: | ||
|
||
[source] | ||
---- | ||
``` | ||
LLVM Emit Object... Don't know how to custom lower this! | ||
UNREACHABLE executed at /Users/mattnite/code/llvm-project-15/llvm/lib/Target/AVR/AVRISelLowering.cpp:842! | ||
---- | ||
``` | ||
|
||
for now always build in release small: | ||
|
||
[source] | ||
---- | ||
``` | ||
zig build -Doptimize=ReleaseSmall | ||
---- | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Nordic nrf5x | ||
|
||
HALs and register definitions for nrf5x devices | ||
|
||
## Renode supports: | ||
|
||
- nrf52840 development kit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# NXP LPC Hardware Support Package | ||
|
||
Please see [lpcboot](https://github.com/ZigEmbeddedGroup/lpcboot) as well |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.