Skip to content

added lilygo t-display (esp32-based) board definition #8533

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

Merged
merged 4 commits into from
Aug 29, 2023
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
added build properties to fix failed compilation
  • Loading branch information
PBrunot committed Aug 28, 2023
commit 601df58746fed211738cb2950706d6553e8b5c04
3 changes: 3 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2976,8 +2976,11 @@ lilygo_t_display.bootloader.tool.default=esptool_py
lilygo_t_display.serial.disableDTR=true
lilygo_t_display.serial.disableRTS=true

lilygo_t_display.build.tarch=xtensa
lilygo_t_display.build.bootloader_addr=0x1000
lilygo_t_display.build.mcu=esp32
lilygo_t_display.build.core=esp32
lilygo_t_display.build.target=esp32
lilygo_t_display.build.variant=lilygo_t_display
lilygo_t_display.build.board=LILYGO_T_DISPLAY

Expand Down