Hexo

Home Archives
2024-06-29

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start#

Create a new post#

1
$ hexo new "My New Post"

More info: Writing

Run server#

1
$ hexo server

More info: Server

Generate static files#

1
$ hexo generate

More info: Generating

Deploy to remote sites#

1
$ hexo deploy

More info: Deployment

Share
Newer
Linux内核顶层Makefile详解
Older
Makefile-常用函数和通用模板

Tags

  • Linux设备驱动
  • Makefile
  • arm汇编
  • arm裸机
  • boot启动
  • ini解析
  • linux内存管理
  • linux内核
  • linux嵌入式环境搭建
  • linux系统构建
  • mipi图像处理
  • uboot
  • 中断体系
  • 字符编码
  • 存储驱动
  • 开源插件
  • 数据结构
  • 时钟体系
  • 裸机外设驱动
  • 通信协议

Tag Cloud

Linux设备驱动 Makefile arm汇编 arm裸机 boot启动 ini解析 linux内存管理 linux内核 linux嵌入式环境搭建 linux系统构建 mipi图像处理 uboot 中断体系 字符编码 存储驱动 开源插件 数据结构 时钟体系 裸机外设驱动 通信协议

Archives

  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024

Recent Posts

  • 字符设备驱动-IIO子系统
  • 字符设备驱动-regmap子系统
  • 字符设备驱动-UART子系统
  • 字符设备驱动-RTC子系统
  • 字符设备驱动-Framebuffer子系统
© 2024 John Doe
Powered by Hexo
Home Archives