Skip to content

Commit 89ab60a

Browse files
committed
Merge pull request #1330 from UncleGrumpy/updating
Add notes to UPDATING.md Adds notes about not currently suporting STM32 devices with only 512k of flash, and the just discovered `i2c:write_bytes/2` bug on ESP32 platform. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents fb7a7a1 + 94643aa commit 89ab60a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPDATING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
- ESP32: partitioning schema for Elixir flavor is different, so app offset has been changed for
1414
Elixir images. Make sure to use `0x250000` as offset in your mix.exs or when performing manual
1515
flashing.
16+
- ESP32 a bug was discovered in `i2c:write_bytes/2` that has not been fixed yet. Writing bytes
17+
sequentally using `i2c:write_byte/2` still works as a temporary workaround.
18+
- STM32 devices with 512k of flash are not supported in this release, due to lack of
19+
flash space. Support may return in a future release.
1620

1721
## v0.6.0-beta.1 -> v0.6.0-rc.0
1822

0 commit comments

Comments
 (0)