[PR #90] [MERGED] New flasher #1513

Closed
opened 2026-03-20 19:08:49 +01:00 by sascha_hemi · 0 comments
Owner

📋 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: masterHead: New_Flasher


📝 Commits (2)

  • 9ce9abd new flasher, support for nRF
  • 0f9ea7e fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/90 **Author:** [@jjwbruijn](https://github.com/jjwbruijn) **Created:** 7/23/2023 **Status:** ✅ Merged **Merged:** 7/23/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `New_Flasher` --- ### 📝 Commits (2) - [`9ce9abd`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/9ce9abd59e55fd57292da801c23ff78be5a3197c) new flasher, support for nRF - [`0f9ea7e`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0f9ea7ee263e4fbac6f125b568f4c4d2a70486f8) fixed flasher python script ### 📊 Changes **10 files changed** (+1229 additions, -334 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 19:08:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1513