Skip to content

Commit 7850682

Browse files
authored
Merge branch 'libretiny-eu:master' into master
2 parents 4c5f2e3 + 146dd6b commit 7850682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ltchiptool/soc/ambz2/flash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"or bad/loose wires.",
3434
"The UART adapter's 3.3V power regulator is usually not enough. Instead,\n"
3535
"a regulated bench power supply, or a linear 1117-type regulator is recommended.",
36-
"In order to flash the chip, you need to enable download mode.\n"
36+
"In order to flash the chip (read or write), you need to enable download mode.\n"
3737
"This is similar to ESP8266/ESP32, but the strapping pin (GPIO 0 / PA00)\n"
3838
"has to be pulled *to 3.3V*, not GND.",
3939
"Additionally, make sure that pin PA13 (RX0) is NOT pulled to GND.",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ltchiptool"
3-
version = "4.12.0"
3+
version = "4.12.1"
44
description = "Universal flashing and binary manipulation tool for IoT chips"
55
authors = ["Kuba Szczodrzyński <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)