File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Default values for build system.
2
2
export V ?=
3
- export VERSION ?= v0.1 .0
3
+ export VERSION ?= v0.2 .0
4
4
export BUILD_DIR ?= build
5
5
ifeq ($(shell uname) , Darwin)
6
6
LLVM_PREFIX ?= /usr/local/opt/llvm/bin/
Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## v0.2.0 (June 14, 2020)
4
+ - Add experimental support for [ Micro: bit ] ( https://microbit.org ) (ARMv6-M).
5
+ - Add experimental support for [ Raspberry Pi 3] ( https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/ ) (AArch64 in ARMv8-A).
6
+ - Add * experimental (still in the early stage)* Linux ABI emulation layer: run your Linux binary * as it is* on Resea!
7
+ - A new build system.
8
+ - Bunch of breaking changes, bug fixes, and improvements.
You can’t perform that action at this time.
0 commit comments