File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
13721373I 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
You can’t perform that action at this time.
0 commit comments