Skip to content

Commit d5e5600

Browse files
committed
bricks/debug: Drop build.
This is no longer used, so let's further streamline maintenance.
1 parent f7758da commit d5e5600

File tree

14 files changed

+2
-1542
lines changed

14 files changed

+2
-1542
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,6 @@ jobs:
174174
flag-name: virtualhub
175175
parallel: true
176176

177-
debug:
178-
name: debug firmware
179-
needs: [mpy_cross]
180-
runs-on: ubuntu-22.04
181-
steps:
182-
- name: Install cross-compiler
183-
run: sudo apt-get update && sudo apt-get install --yes gcc-arm-none-eabi
184-
- name: Checkout repo
185-
uses: actions/checkout@v4
186-
with:
187-
submodules: true
188-
fetch-depth: 0
189-
- name: Download mpy-cross
190-
uses: actions/download-artifact@v4
191-
with:
192-
name: mpy-cross
193-
path: micropython/mpy-cross/build
194-
- name: Fix file permission
195-
run: chmod +x micropython/mpy-cross/build/mpy-cross
196-
- name: Build
197-
run: make $MAKEOPTS -C bricks/debug build/firmware.dfu
198-
199177
pbio:
200178
name: pbio tests
201179
runs-on: ubuntu-22.04

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ doc:
2828
clean-doc:
2929
@$(MAKE) -C lib/pbio/doc clean
3030

31-
all: movehub cityhub technichub primehub essentialhub virtualhub nxt debug ev3 doc
31+
all: movehub cityhub technichub primehub essentialhub virtualhub nxt ev3 doc
3232

33-
clean-all: clean-movehub clean-cityhub clean-technichub clean-primehub clean-essentialhub clean-virtualhub clean-nxt clean-debug clean-ev3 clean-doc
33+
clean-all: clean-movehub clean-cityhub clean-technichub clean-primehub clean-essentialhub clean-virtualhub clean-nxt clean-ev3 clean-doc
3434

3535
ev3: mpy-cross
3636
@$(MAKE) -C bricks/ev3
@@ -81,12 +81,6 @@ clean-virtualhub: clean-mpy-cross
8181
@$(MAKE) -C bricks/virtualhub clean CROSS_COMPILE=
8282
@$(MAKE) -C bricks/virtualhub clean DEBUG=1
8383

84-
debug: mpy-cross
85-
@$(MAKE) -C bricks/debug build/firmware.dfu
86-
87-
clean-debug: clean-mpy-cross
88-
@$(MAKE) -C bricks/debug clean
89-
9084
mpy-cross:
9185
@$(MAKE) -C micropython/mpy-cross CROSS_COMPILE=$(HOST_CROSS_COMPILE)
9286

bricks/debug/Makefile

Lines changed: 0 additions & 16 deletions
This file was deleted.

bricks/debug/manifest.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

bricks/debug/mpconfigport.h

Lines changed: 0 additions & 52 deletions
This file was deleted.

bricks/debug/openocd_stm32f4.cfg

Lines changed: 0 additions & 44 deletions
This file was deleted.

lib/pbio/platform/debug/contiki-conf.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

lib/pbio/platform/debug/pbdrvconfig.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

lib/pbio/platform/debug/pbioconfig.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

lib/pbio/platform/debug/pbsysconfig.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)