Skip to content

Commit

Permalink
v0.11.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Mar 7, 2017
1 parent ce96497 commit 2608f8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## v0.10.1-dev
## v0.11.0

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

## v0.10.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1-dev
0.11.0
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ defmodule NervesSystemRpi3.Mixfile do
end

defp deps do
[{:nerves, "~> 0.4.0"},
[{:nerves, "~> 0.4"},
{:nerves_system_br, "~> 0.9.2"},
#{:nerves_system_br, github: "nerves-project/nerves_system_br", branch: "rpi-updates"},
{:nerves_toolchain_arm_unknown_linux_gnueabihf, "~> 0.9.0"}]
{:nerves_toolchain_arm_unknown_linux_gnueabihf, "~> 0.10.0"}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion nerves_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.9.0/nerves_toolchain_arm_unknown_linux_gnueabihf-0.9.0.linux-x86_64.tar.xz"
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.10.0/nerves_toolchain_arm_unknown_linux_gnueabihf-0.10.0.linux-x86_64.tar.xz"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-unknown-linux-gnueabihf"
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4=y
Expand Down

0 comments on commit 2608f8f

Please sign in to comment.