File tree 2 files changed +27
-1
lines changed 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.11.0
2
+ ---
3
+ * ** command line**
4
+ - add support for QEMU in ` gdb ` subcommand
5
+ - use builtin Clang when building statically, dropping the clang-9 dependency
6
+ - search for default serial port on both macOS and Linux
7
+ - windows: support ` tinygo flash ` directly by using win32 wmi
8
+ * ** compiler**
9
+ - add location information to the IR checker
10
+ - make reflection sidetables constant globals
11
+ - improve error locations in goroutine lowering
12
+ - interp: improve support for maps with string keys
13
+ - interp: add runtime fallback for mapassign operations
14
+ * ** standard library**
15
+ - ` machine ` : add support for ` SPI.Tx() ` on play.tinygo.org
16
+ - ` machine ` : rename ` CPU_FREQUENCY ` to ` CPUFrequency() `
17
+ * ** targets**
18
+ - ` adafruit-pybadge ` : add Adafruit Pybadge
19
+ - ` arduino-nano33 ` : allow simulation on play.tinygo.org
20
+ - ` arduino-nano33 ` : fix default SPI pin numbers to be D13/D11/D12
21
+ - ` circuitplay-express ` : allow simulation on play.tinygo.org
22
+ - ` hifive1-qemu ` : add target for testing RISC-V bare metal in QEMU
23
+ - ` riscv ` : fix heap corruption due to changes in LLVM 9
24
+ - ` riscv ` : add support for compiler-rt
25
+ - ` qemu ` : rename to ` cortex-m-qemu `
26
+
1
27
0.10.0
2
28
---
3
29
* ** command line**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package main
2
2
3
3
// version of this package.
4
4
// Update this value before release of new version of software.
5
- const version = "0.11.0-dev "
5
+ const version = "0.11.0"
You can’t perform that action at this time.
0 commit comments