File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.10.4-dev
3
+ ## v0.11.0
4
+ * New Features
5
+ * Support for Nerves 0.5.0
4
6
5
7
* Bug fixes
6
8
* Cleanup ALSA configuration to remove warning prints
Original file line number Diff line number Diff line change 1
- 0.10.4-dev
1
+ 0.11.0
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ defmodule NervesSystemEv3.Mixfile do
21
21
end
22
22
23
23
defp deps do
24
- [ { :nerves , "~> 0.4.0 " } ,
24
+ [ { :nerves , "~> 0.4" } ,
25
25
{ :nerves_system_br , "~> 0.9.4" } ,
26
- { :nerves_toolchain_armv5tejl_unknown_linux_musleabi , "~> 0.9 .0" } ]
26
+ { :nerves_toolchain_armv5tejl_unknown_linux_musleabi , "~> 0.10 .0" } ]
27
27
end
28
28
29
29
defp description do
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ BR2_arm=y
2
2
BR2_TOOLCHAIN_EXTERNAL=y
3
3
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
4
4
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
5
- BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.9 .0/nerves_toolchain_armv5tejl_unknown_linux_musleabi-0.9 .0.linux-x86_64.tar.xz"
5
+ BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.10 .0/nerves_toolchain_armv5tejl_unknown_linux_musleabi-0.10 .0.linux-x86_64.tar.xz"
6
6
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="armv5tejl-unknown-linux-musleabi"
7
7
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
8
8
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4=y
You can’t perform that action at this time.
0 commit comments