1 Star 0 Fork 10

马青宇/plat-raspi

forked from YingyiTech/plat-raspi
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Config.uk 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
menuconfig PLAT_RASPI
bool "Raspberry Pi 3B+"
default n
depends on ARCH_ARM_64
select LIBUKOFW if ARCH_ARM_64
help
Create a Unikraft image that runs as a Raspberry Pi 3B+
if (PLAT_RASPI)
menu "Console Options"
config RASPI_PRINTF_SERIAL_CONSOLE
bool "Serial console for printf"
default y
depends on ARCH_ARM_64
help
Choose serial console for printf
config RASPI_KERNEL_SERIAL_CONSOLE
bool "Serial console for the kernel prints"
default n
depends on ARCH_ARM_64
help
Choose serial console for the kernel printing
config RASPI_DEBUG_SERIAL_CONSOLE
bool "Serial console for the debug prints"
default n
depends on ARCH_ARM_64
help
Choose serial console for the debug printing
endmenu
menu "Devices"
config RASPI_LCD
bool "DSI LCD screen"
default n
depends on ARCH_ARM_64
config RASPI_TOUCHSCREEN
bool "Touch screen"
default n
depends on ARCH_ARM_64
endmenu
menu "Profiling"
config RASPI_WATERMARK_STACK
bool "Watermark Stack"
default n
depends on ARCH_ARM_64
endmenu
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zlaazlaa/plat-raspi.git
git@gitee.com:zlaazlaa/plat-raspi.git
zlaazlaa
plat-raspi
plat-raspi
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385