-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tracking issue] Platform support/wishlist #92
Comments
Those two shouldn't be a problem to bring up, but i'd wait for the |
Ah but: We can make this issue a good tracking issue for platforms people want to see! |
I'd like to see puya py32 series supported (we are using the 003 model):
SVD files are available in the downloadable zip file hidden at the far right after horizontally scrolling through the table, in a column named Datasheet at the manufacturer site. If that is something I could help with, I am willing to try. |
please support vexpress-a9 (on qemu) |
is the 6502 applicable to microzig or is that more suitable for general zig rather than here? |
See ziglang/zig#6502. Right now, Zig cannot compile to the 6502, so we can't target it either. MicroZig is a framework and library for Zig, not another programming language. Also 6502 isn't an embedded target, more a regular "PC CPU" in that regard |
Is there a way to support the Arduino Nano RP2040 Connect? |
You can always use a Pico as a base board, as long as the flash and clock does match. Apart from that, GPIOs are always numbered GPIO0 to GPIO30, so you can just look them up in the schematic :) |
I assume that the clock is the same, it would make sense from a compatibility perspective. Il look into it, thanks! 👍 Just labelling pins without restricting what it does is indeed the more versatile approach, that way a wide variety of RP2040 boards are supported! 🎉 |
Im interested in AT91SAM7S256 as a chip to be supported for use in making firmware for LEGO mindstorms NXT; is that one usable with some sort of config tweaks or combinations or would it need dedicated support? |
Raspberry Pi released the new Pico 2 based on the RP2350 microcontroller, that is the successor to the RP2040. I'm looking in to providing a PR for the BSP (I'm new to both the microcontroller, and Zig and the RP2350 has both ARM and RISC-V cores), but I wanted to register interest, in case anyone else is working on it, or wants to collaborate.
|
Teensy microcontroller support would be awesome (especially the newest 4.0/4.1 versions), I would love to do embedded audio in native zig, it seems like this repo has something of a working baremetal example but I am far too ignorant to know if any of that work integrates with this project in any capacity. |
Currently, the number of supported platforms is rather minimal. If the owners are alright with it, I'd like to designate this issue as a tracking issue for boards/chips which are not yet implemented in here with the aim of getting a good selection supported.
To start off the list, here's a few chips I have come across:
The text was updated successfully, but these errors were encountered: