Skip to content

Commit

Permalink
boards/rpi-picow: initial files based on rpi-pico board
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Jan 9, 2023
1 parent c1f4ff2 commit 2f40a7b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions boards/rpi-picow/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (C) 2022 Krzyszyof Cabaj <[email protected]>
# Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#

config BOARD
default "rpi-picow" if BOARD_RPI_PICO_W

config BOARD_RPI_PICO_W
bool
default y
select CPU_MODEL_RP2040
select HAS_PERIPH_UART

source "$(RIOTBOARD)/rpi-pico/Kconfig"
3 changes: 3 additions & 0 deletions boards/rpi-picow/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MODULE = board
DIRS = $(RIOTBOARD)/rpi-pico
include $(RIOTBASE)/Makefile.base
1 change: 1 addition & 0 deletions boards/rpi-picow/Makefile.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(RIOTBOARD)/rpi-pico/Makefile.dep
1 change: 1 addition & 0 deletions boards/rpi-picow/Makefile.features
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(RIOTBOARD)/rpi-pico/Makefile.features
2 changes: 2 additions & 0 deletions boards/rpi-picow/Makefile.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INCLUDES+=-I($RIOTBOARD)/rpi-pico/include
include $(RIOTBOARD)/rpi-pico/Makefile.include

0 comments on commit 2f40a7b

Please sign in to comment.