You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ For Keil users, we now also support [elaphureLink](https://github.com/windowsair
46
46
5. More..
47
47
-[x] SWD protocol based on SPI acceleration (Up to 40MHz)
48
48
-[x] Support for [elaphureLink](https://github.com/windowsair/elaphureLink), fast Keil debug without drivers
49
+
-[x] Support for [elaphure-dap.js](https://github.com/windowsair/elaphure-dap.js), online ARM Cortex-M firmware flash
50
+
-[x] Support for OpenOCD/pyOCD
49
51
-[x] ...
50
52
51
53
@@ -384,18 +386,12 @@ When you select max clock, we will take the following actions:
384
386
385
387
This project was originally designed to run on Keil, but now you can also perform firmware flash on OpenOCD.
386
388
387
-
Note that if you want to use a 40MHz SPI acceleration, you need to specify the speed after the target device is connected, otherwise it will fail with the beginning.
> Keil's timing handling is somewhat different from OpenOCD's. For example, OpenOCD lacks the SWD line reset sequence before reading the `IDCODE` registers.
398
-
394
+
> pyOCD is now supported.
399
395
400
396
### System OTA
401
397
@@ -459,6 +455,14 @@ For example, sending the ASCII text `115200` will switch the baud rate to 115200
459
455
For performance reasons, this feature is not enabled by default. You can modify [wifi_configuration.h](main/wifi_configuration.h) to turn it on.
460
456
461
457
458
+
### elaphure-dap.js
459
+
460
+
For the ESP8266, this feature is turned off by default. You can turn it on in menuconfig:
0 commit comments