Skip to content

Commit 76f287b

Browse files
v0.11.0 (#10)
1 parent 482b7c7 commit 76f287b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## v0.10.1-dev
3+
## v0.11.0
44

55
* New features
66
* Enabled USB_SERIAL and FTDI_SIO support. Needed for connecting with Arduino to the USB ports
7+
* Support for Nerves 0.5.0
78

89
## v0.10.0
910

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.11.0

mix.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ defmodule NervesSystemRpi.Mixfile do
2121
end
2222

2323
defp deps do
24-
[{:nerves, "~> 0.4.0"},
24+
[{:nerves, "~> 0.4"},
2525
{:nerves_system_br, "~> 0.9.2"},
26-
#{:nerves_system_br, github: "nerves-project/nerves_system_br", branch: "br-2016.11.1-bump"},
27-
{:nerves_toolchain_armv6_rpi_linux_gnueabi, "~> 0.9.0"}]
26+
{:nerves_toolchain_armv6_rpi_linux_gnueabi, "~> 0.10.0"}]
2827
end
2928

3029
defp description do

nerves_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BR2_ARM_EABI=y
44
BR2_TOOLCHAIN_EXTERNAL=y
55
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
66
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
7-
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.9.0/nerves_toolchain_armv6_rpi_linux_gnueabi-0.9.0.linux-x86_64.tar.xz"
7+
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.10.0/nerves_toolchain_armv6_rpi_linux_gnueabi-0.10.0.linux-x86_64.tar.xz"
88
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="armv6-rpi-linux-gnueabi"
99
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
1010
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_12=y

0 commit comments

Comments
 (0)