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

Support FYSETC E4 board #20032

Merged
merged 6 commits into from
Nov 7, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add a new env for FYSETC E4
GerogeFu committed Nov 7, 2020
commit 7719d5bbf1118763bc795f8a745e1792c2fc96c3
7 changes: 5 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1362,8 +1362,11 @@ lib_ignore = NativeEthernet
upload_speed = 115200
#upload_port = marlinesp.local
#board_build.flash_mode = qio
# Please delete '#' of following line if you use FYSETC E4 board
#board_build.partitions = default_16MB.csv

[env:FYSETC_E4]
platform = espressif32@1.11.2
extends = env:esp32
board_build.partitions = default_16MB.csv

#
# Teensy 3.1 / 3.2 (ARM Cortex-M4)