Skip to content

Commit b0d5b5f

Browse files
committed
Remove the Giantboard
1 parent 485277e commit b0d5b5f

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ jobs:
157157
MIX_TARGET: npi_imx6ull
158158
<<: *build
159159

160-
build_giant_board:
161-
<<: *defaults
162-
environment:
163-
<<: *elixir_version
164-
MIX_TARGET: giant_board
165-
<<: *build
166-
167160
build_x86_64:
168161
<<: *defaults
169162
environment:
@@ -224,11 +217,6 @@ jobs:
224217
command: echo "npi_imx6ull" > .target
225218
- restore_cache:
226219
key: nerves/deploy/{{ checksum ".target" }}-{{ .Revision }}-{{ .Environment.CIRCLE_TAG }}
227-
- run:
228-
name: giant_board
229-
command: echo "giant_board" > .target
230-
- restore_cache:
231-
key: nerves/deploy/{{ checksum ".target" }}-{{ .Revision }}-{{ .Environment.CIRCLE_TAG }}
232220
- run:
233221
name: x86_64
234222
command: echo "x86_64" > .target
@@ -294,11 +282,6 @@ workflows:
294282
filters:
295283
tags:
296284
only: /.*/
297-
- build_giant_board:
298-
context: org-global
299-
filters:
300-
tags:
301-
only: /.*/
302285
# - build_x86_64:
303286
# context: org-global
304287
# filters:
@@ -316,7 +299,6 @@ workflows:
316299
- build_rpi0
317300
- build_bbb
318301
- build_npi_imx6ull
319-
- build_giant_board
320302
# - build_x86_64
321303
filters:
322304
branches:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ by the boards they support:
4949
* `rpi4` - Raspberry Pi 4 Model B
5050
* `osd32mp1` - Octavo OSD32MP1-BRK
5151
* `npi_imx6ull` - Seeed Studio imx6ull (select MicroSD boot mode)
52-
* `giant_board` - Groboards Giant Board (ATSAMA5D27)
5352

5453
Once that's done, you're ready to burn the firmware to the MicroSD card.
5554

mix.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ defmodule CircuitsQuickstart.MixProject do
1313
:bbb,
1414
:osd32mp1,
1515
:x86_64,
16-
:giant_board,
1716
:npi_imx6ull
1817
]
1918

@@ -67,7 +66,6 @@ defmodule CircuitsQuickstart.MixProject do
6766
{:nerves_system_bbb, "~> 2.9", runtime: false, targets: :bbb},
6867
{:nerves_system_osd32mp1, "~> 0.5", runtime: false, targets: :osd32mp1},
6968
{:nerves_system_x86_64, "~> 1.14", runtime: false, targets: :x86_64},
70-
{:nerves_system_giant_board, "~> 0.1", runtime: false, targets: :giant_board},
7169
{:nerves_system_npi_imx6ull, "~> 0.2", runtime: false, targets: :npi_imx6ull}
7270
]
7371
end

0 commit comments

Comments
 (0)