From 36466029acb0be6a957c1433f25f3ceb2257902a Mon Sep 17 00:00:00 2001 From: true Date: Tue, 20 Feb 2024 06:04:31 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8f3fdfb..ea41985 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a PlatformIO-compatible project.   **BE AWARE:** -On REV1 boards, the right potentiometer only works for the first half of its rotation. Turning the right pot beyond half way _will not cause damage_, but the addon will consume extra current (up to ~3-5mA). If the knob is within the affected second half of rotation, the eye LEDs will flash red as an indicator while in RGB fun mode. +On REV1 boards, the right potentiometer only works for the first half of its rotation. _Turning the right pot beyond half way will not cause damage_, but the addon will consume extra current (up to ~3-5mA). If the knob is within the affected second half of rotation, the eye LEDs will flash red as an indicator while in RGB fun mode. To work around this, use the right pot only within the first half of its rotation. @@ -74,16 +74,16 @@ The `bin/` directory contains pre-built binaries. Names are formatted as follows ## Misc Notes -- This device is using PUYA PY32F003 MCU, an MCU intended for - the China domestic market. This MCU, as well as other - PY32F002A/003/030 cores with at least 32K flash, internally +- This device is using PUYA PY32F003 series MCU. This MCU, as well as + other PY32F002A/003/030 cores with at most 32K flash, internally uses the same core (and has the same features) as PY32F030F6P6. - The normal firwmare does not use UART and leaves the pins configured - as SWD for the user. + as SWD to allow the user to interface a debugger. -- There is no official OpenOCD support for this MCU. This project uses - pyOCD as adding PUYA MCU to pyOCD is trivial. Using OpenOCD, J-Link, +- There is no official OpenOCD support for this MCU. It is possible to + get PlatformIO to support debugging this MCU with pyOCD as adding + PUYA MCU to pyOCD is trivial. Use of OpenOCD, J-Link debug probe, or anything other than the DAPLink compatible debugger with pyOCD is untested and left as an exercise to the programmer.