mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
754bd1e6ca
Previously serprog_rp2040, but we now also support the RP2530 boards. Therefore, serprog_pico is a nice generic name. The directory on release archives will now be serprog_pico instead of serprog_rp2040; it will contain serprog images for both RP2040 and RP2530 devices. Signed-off-by: Leah Rowe <leah@libreboot.org>
10 lines
221 B
INI
10 lines
221 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
. "include/rom.sh"
|
|
|
|
sersrc="src/pico-serprog"
|
|
serx="$sersrc/build/pico_serprog.uf2"
|
|
picosdk="src/pico-sdk"
|
|
serdir="$picosdk/src/boards/include/boards"
|
|
premake="mkserprog pico"
|