Skip to content

Commit d17da1f

Browse files
committed
CHANGELOG.md: Add that all example sketches are fixed on clang++, whch means MacOS works
1 parent 9c3b7d0 commit d17da1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* 1.0 (2019-09-04)
55
* Support UnixHostDuino in all sketches under `examples/`.
66
* Rename `Flash.h' to `compat.h`. Reenable `F()` strings for ESP8266.
7+
* Fix various programs in `examples/` to work using clang++ (using
8+
UnixHostDuio) which automatically fixes them on MacOS.
79
* Graduate out of beta to v1.0.
810
* 0.3 (2019-08-26)
911
* Update `AutoBenchmark/README.md` benchmark numbers.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,10 +1368,10 @@ The library has been extensively tested on the following boards:
13681368
* SAMD21 M0 Mini (48 MHz ARM Cortex-M0+) (compatible with Arduino Zero)
13691369
* NodeMCU 1.0 clone (ESP-12E module, 80 MHz ESP8266)
13701370
* ESP32 dev board (ESP-WROOM-32 module, 240 MHz dual core Tensilica LX6)
1371+
* Teensy 3.2 (72 MHz ARM Cortex-M4)
13711372

13721373
I will occasionally test on the following hardware as a sanity check:
13731374

1374-
* Teensy 3.2 (72 MHz ARM Cortex-M4)
13751375
* Teensy LC (48 MHz ARM Cortex-M0+)
13761376
* Mini Mega 2560 (Arduino Mega 2560 compatible, 16 MHz ATmega2560)
13771377

0 commit comments

Comments
 (0)