mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #90] [MERGED] New flasher #2065
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/90
Author: @jjwbruijn
Created: 7/23/2023
Status: ✅ Merged
Merged: 7/23/2023
Merged by: @jjwbruijn
Base:
master← Head:New_Flasher📝 Commits (2)
9ce9abdnew flasher, support for nRF0f9ea7efixed flasher python script📊 Changes
10 files changed (+1229 additions, -334 deletions)
View changed files
➕
ESP32_AP-Flasher/OEPL-Flash.py(+318 -0)📝
ESP32_AP-Flasher/include/flasher.h(+52 -1)➖
ESP32_AP-Flasher/include/serialconsole.h(+0 -8)➕
ESP32_AP-Flasher/include/swd.h(+83 -0)📝
ESP32_AP-Flasher/platformio.ini(+5 -5)📝
ESP32_AP-Flasher/src/flasher.cpp(+31 -49)➖
ESP32_AP-Flasher/src/serialconsole.cpp(+0 -118)➕
ESP32_AP-Flasher/src/swd.cpp(+393 -0)📝
ESP32_AP-Flasher/src/usbflasher.cpp(+340 -149)📝
ESP32_AP-Flasher/src/zbs_interface.cpp(+7 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.