Skip to content

Commit

Permalink
Site updated: 2024-01-05 12:35:05
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus committed Jan 5, 2024
1 parent edde862 commit c22ace6
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 57 deletions.
10 changes: 5 additions & 5 deletions 2024/01/05/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>嵌入式学习规划 | Hexo</title>
<title>嵌入式学习规划 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="&#x3D;&#x3D;2024&#x2F;1&#x2F;5成功搭建自己的博客网站&#x3D;&#x3D; 在这里记录自己的嵌入式学习方向和成果,目前学习规划如下: linux基础学习 arm裸机开发(使用正点原子IMX6ULL的板子) linux的系统移植 Linux核心驱动开发 完成以上学习后尝试做一个项目 目前规划到这,后续会继续补充">
<meta property="og:type" content="article">
<meta property="og:title" content="嵌入式学习规划">
<meta property="og:url" content="http://example.com/2024/01/05/1/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:description" content="&#x3D;&#x3D;2024&#x2F;1&#x2F;5成功搭建自己的博客网站&#x3D;&#x3D; 在这里记录自己的嵌入式学习方向和成果,目前学习规划如下: linux基础学习 arm裸机开发(使用正点原子IMX6ULL的板子) linux的系统移植 Linux核心驱动开发 完成以上学习后尝试做一个项目 目前规划到这,后续会继续补充">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2024-01-04T16:30:01.000Z">
<meta property="article:modified_time" content="2024-01-05T04:07:19.654Z">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta property="article:tag" content="学习路线的规划">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -368,7 +368,7 @@ <h1 class="article-title" itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
10 changes: 5 additions & 5 deletions 2024/01/05/ARM裸机开发/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>ARM裸机开发 | Hexo</title>
<title>ARM裸机开发 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="ARM裸机汇编LED驱动实验汇编LED原理分析 ALPHA开发板LED灯硬件原理分析stm32初始化流程: 使能GPIO时钟 设置IO复用,将其复用为GPIO 配置GPIO 的电器属性 使用GPIO输出高低电频 I.MAX6ULL IO初始化流程 使能时钟 CCGR0-CCGRU这7个寄存器控制着6ULL所有时钟的使能,为了简单,设置CCGR0-CCGR6这7个寄存器全部设置为0XFFFF">
<meta property="og:type" content="article">
<meta property="og:title" content="ARM裸机开发">
<meta property="og:url" content="http://example.com/2024/01/05/ARM%E8%A3%B8%E6%9C%BA%E5%BC%80%E5%8F%91/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:description" content="ARM裸机汇编LED驱动实验汇编LED原理分析 ALPHA开发板LED灯硬件原理分析stm32初始化流程: 使能GPIO时钟 设置IO复用,将其复用为GPIO 配置GPIO 的电器属性 使用GPIO输出高低电频 I.MAX6ULL IO初始化流程 使能时钟 CCGR0-CCGRU这7个寄存器控制着6ULL所有时钟的使能,为了简单,设置CCGR0-CCGR6这7个寄存器全部设置为0XFFFF">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2024-01-05T03:13:41.000Z">
<meta property="article:modified_time" content="2024-01-05T04:06:56.169Z">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta property="article:tag" content="裸机开发">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -985,7 +985,7 @@ <h2 id="PWM背光实验"><a href="#PWM背光实验" class="headerlink" title="PW
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
10 changes: 5 additions & 5 deletions 2024/01/05/Ubuntu-操作入门/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Ubuntu 操作入门 | Hexo</title>
<title>Ubuntu 操作入门 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="ubuntu终端操作与shell命令 目录信息查看命令 ls ls -a显示目录所有文件及文件夹,包括隐藏文件,比如以.开头的 目录切换命令 cd 当前路径显示命令 pwd 系统信息查看命令 uname uname -a查看全部信息 清除屏幕命令 clear 显示文件命令 cat 临时切换用户身份 sudo 切换用户命令 sudo su [用户名] 文件拷贝命令 cp c">
<meta property="og:type" content="article">
<meta property="og:title" content="Ubuntu 操作入门">
<meta property="og:url" content="http://example.com/2024/01/05/Ubuntu-%E6%93%8D%E4%BD%9C%E5%85%A5%E9%97%A8/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:description" content="ubuntu终端操作与shell命令 目录信息查看命令 ls ls -a显示目录所有文件及文件夹,包括隐藏文件,比如以.开头的 目录切换命令 cd 当前路径显示命令 pwd 系统信息查看命令 uname uname -a查看全部信息 清除屏幕命令 clear 显示文件命令 cat 临时切换用户身份 sudo 切换用户命令 sudo su [用户名] 文件拷贝命令 cp c">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2024-01-05T03:13:19.000Z">
<meta property="article:modified_time" content="2024-01-05T04:07:03.291Z">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta property="article:tag" content="一些学习嵌入式的准备工作">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -619,7 +619,7 @@ <h1 id=""><a href="#" class="headerlink" title=""></a></h1>
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions archives/2024/01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Archives: 2024/1 | Hexo</title>
<title>Archives: 2024/1 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/archives/2024/01/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -290,7 +290,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Archives: 2024 | Hexo</title>
<title>Archives: 2024 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/archives/2024/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -290,7 +290,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Archives | Hexo</title>
<title>Archives | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/archives/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -290,7 +290,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Hexo</title>
<title>zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -458,7 +458,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions tags/一些学习嵌入式的准备工作/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Tag: 一些学习嵌入式的准备工作 | Hexo</title>
<title>Tag: 一些学习嵌入式的准备工作 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/tags/%E4%B8%80%E4%BA%9B%E5%AD%A6%E4%B9%A0%E5%B5%8C%E5%85%A5%E5%BC%8F%E7%9A%84%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions tags/学习路线的规划/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Tag: 学习路线的规划 | Hexo</title>
<title>Tag: 学习路线的规划 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/tags/%E5%AD%A6%E4%B9%A0%E8%B7%AF%E7%BA%BF%E7%9A%84%E8%A7%84%E5%88%92/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down
12 changes: 6 additions & 6 deletions tags/裸机开发/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<link rel="dns-prefetch" href="http://example.com">
<title>Tag: 裸机开发 | Hexo</title>
<title>Tag: 裸机开发 | zhuzhuzhu&#39;s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:title" content="zhuzhuzhu&#39;s blog">
<meta property="og:url" content="http://example.com/tags/%E8%A3%B8%E6%9C%BA%E5%BC%80%E5%8F%91/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="zhuzhuzhu&#39;s blog">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="ZHUJIALE">
<meta name="twitter:card" content="summary">

<link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="alternative" href="/atom.xml" title="zhuzhuzhu&#39;s blog" type="application/atom+xml">


<link rel="icon" href="/favicon.png">
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1 itemprop="name">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
&copy; 2024 John Doe
&copy; 2024 ZHUJIALE
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
Expand Down

0 comments on commit c22ace6

Please sign in to comment.