Skip to content

Commit 00a5913

Browse files
committed
fix: ci makefiles
1 parent 6fcabb8 commit 00a5913

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

examples/guides/gpio/Makefile.ci

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
BOARD_INSUFFICIENT_MEMORY := \
2+
atmega8 \
3+
nucleo-l011k4 \
4+
#

examples/guides/saul/Makefile.ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BOARD_INSUFFICIENT_MEMORY := \
2+
atmega8 \
3+
#
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BOARD_INSUFFICIENT_MEMORY := \
2+
nucleo-l011k4 \
3+
#

0 commit comments

Comments
 (0)