1.划分logo分区,打包脚本更改

2.内核读取flash分区
3.解码bmp并且显示
This commit is contained in:
2025-02-10 15:29:49 +08:00
parent 7b580c14d6
commit c635d7d119
9 changed files with 274 additions and 722 deletions

View File

@@ -18,6 +18,8 @@ obj-y += pwm/
obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_PARISC) += parisc/
obj-$(CONFIG_RAPIDIO) += rapidio/
obj-$(CONFIG_MTD) += mtd/
obj-$(CONFIG_SPI) += spi/
obj-y += video/
obj-y += idle/
@@ -78,8 +80,6 @@ obj-$(CONFIG_SCSI) += scsi/
obj-y += nvme/
obj-$(CONFIG_ATA) += ata/
obj-$(CONFIG_TARGET_CORE) += target/
obj-$(CONFIG_MTD) += mtd/
obj-$(CONFIG_SPI) += spi/
obj-$(CONFIG_SPMI) += spmi/
obj-$(CONFIG_HSI) += hsi/
obj-y += net/