Skip to content

Commit 94643aa

Browse files
committed
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. Signed-off-by: Winford <winford@object.stream>
1 parent 4b82c37 commit 94643aa

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)