Skip to content
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

Add Rust on ESP resources #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A curated list of awesome ESP8266/32 projects and code.
- [Espressif AT](http://bbs.espressif.com/) - The default vanilla firmware for the ESP8266.
- [NodeMCU](https://github.com/nodemcu/nodemcu-firmware) - An eLua-based firmware for the ESP8266.
- [ESPBasic](http://www.esp8266basic.com/) - A BASIC firmware for easy and wireless programming, ready for the 8266.
- [esp-rs](https://github.com/esp-rs) - Organization home to a number of community projects enabling the use of the Rust programming language on various SoCs and modules produced by Espressif Systems.
- [MicroPython](https://github.com/micropython/micropython/) - An implemention of Python3 for the ESP8266 and 32.
- [ESP3D](https://github.com/luc-github/ESP3D) - An experimental firmware for 3D Printers, both the ESP32 and 8266.
- [Frankenstein](https://github.com/nekromant/esp8266-frankenstein) - A quick and dirty firmware with cool features for the ESP8266.
Expand All @@ -36,6 +37,8 @@ A curated list of awesome ESP8266/32 projects and code.

## Tools
- [ESP Flash Tool](http://espressif.com/en/support/download/other-tools) - The vanilla firmware flasher for both ESP's.
- [Espflash](https://github.com/esp-rs/espflash) - Serial flasher utility for Espressif SoCs and modules written in Rust.
- [Espup](https://github.com/esp-rs/espup) - Tool for installing and maintaining Espressif Rust ecosystem.
- [Arduino Core/8266](https://github.com/esp8266/arduino) - The Arduino core for the ESP8266.
- [Arduino Core/32](https://github.com/espressif/arduino-esp32) - The other Arduino core for the ESP32.
- [ESPTool](https://github.com/espressif/esptool) - Espressif's command line tool for bootloader comms in both ESP's.
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project you agree to abide by its terms.
---

Ensure your pull request adheres to the following guidelines:
- Make sure you contribution is really ESP8266/ESP32 related. It doesn't have to be a hardware project, but it can't be just a general purpose microcontroller tool, by example.
- Make sure your contribution is really ESP8266/ESP32 related. It doesn't have to be a hardware project, but it can't be just a general purpose microcontroller tool, by example.
- Make sure the links are working and if possible, HTTPS Enabled (you can use the Travis build).
- Avoid redirects if possible.

Expand Down