File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.3.0
2+ ---
3+ - ** compiler**
4+ - remove old ` -initinterp ` flag
5+ - add support for macOS
6+ - ** cgo**
7+ - add support for bool/float/complex types
8+ - ** standard library**
9+ - ` device/arm ` : add support to disable/enable hardware interrupts
10+ - ` machine ` : add CPU frequency for nrf-based boards
11+ - ` syscall ` : add support for darwin/amd64
12+ - ** targets**
13+ - ` circuitplay_express ` : add support for this board
14+ - ` microbit ` : add regular pin constants
15+ - ` samd21 ` : fix time function for goroutine support
16+ - ` samd21 ` : add support for USB-CDC (serial over USB)
17+ - ` samd21 ` : add support for pins in port B
18+ - ` samd21 ` : add support for pullup and pulldown pins
19+ - ` wasm ` : add support for Safari in example
20+
21+
1220.2.0
223---
324- ** command line**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package main
22
33// version of this package.
44// Update this value before release of new version of software.
5- const version = "0.2 .0"
5+ const version = "0.3 .0"
You can’t perform that action at this time.
0 commit comments