Skip to content

Commit

Permalink
fix: 去掉排序
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Mar 23, 2024
1 parent 8de3126 commit 688bed9
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions src/posts/Air32的HAL改造——适配MCO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tag:
author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 8
---

[上篇文章](/posts/Air32-HAL-HighFreq/) 中,我们把 HAL 库移植给了 Air32,那现在让我们尝试添加一些 HAL 库特有的功能吧,比如这篇文章中描述的`MCO`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 4
---

最近维护的 Air001 准备上线了,为了衬托出其强大的性价比,因此我想来做点~~缺德~~的事,让我们来和同样以高打性价比的 STC 系列单片机来对比下 CoreMark 的跑分吧,本文将会详细介绍移植过程以及跑分结果。测试的 MCU 为`降龙棍 STC32G12K128``打狗棒 STC8H8K64U`
Expand Down
1 change: 0 additions & 1 deletion src/posts/为什么我对第三代郊狼失望.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 11
---

最近第三代郊狼开始内测了,作为一名电子爱好者,自然不能错过这个机会。于是我以原价 368 元的主机,以及 128 元两个智能按钮的价格,购买了一套第三代郊狼。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 7
---

最近打算把 Air32 也吃上 Arduino,发挥全部性能,就不用像是 Air001 那样束手束脚了,但是问题是 Arduino 的库是基于 HAL 的,那要用上 Arduino 就必定得先适配 HAL 库,那我们就来先尝试在 HAL 下让 Air32 跑到最高主频吧。
Expand Down
2 changes: 0 additions & 2 deletions src/posts/在嵌入式设备上使用fmtlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ tag:
author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 3
---

众所周知,在c++20以上的标准已经支持了`std::format`进行格式化输出,不过显而易见,嵌入式领域想要得到支持显然遥遥无期。但是我们已经厌倦了使用sprintf等方式来格式化字符串,c++的流特性又显得不够优雅,怎么才能用上类似于Python中format这样的方式来格式化并输出想要的字符串呢。
Expand Down
1 change: 0 additions & 1 deletion src/posts/基于conda进行手动配置novelAI.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 2
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 1
---

## 前言
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 12
---

在上文 [为什么我对第三代郊狼失望](为什么我对第三代郊狼失望.md) 一文中,我对于第三代郊狼的硬件部分进行了一些初步分析,因为没有详细的一些资料,因此在一些地方可能存在一些错误。在昨晚(2024-03-19)郊狼作者找到我,与我群群友进行了一番友好的长时间地交流,也解答了我对设计上的一些疑问。在本文中我们会逐步分析前文中提到的问题。
Expand Down
1 change: 0 additions & 1 deletion src/posts/嵌入式中的CI-CD.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 10
---

对于传统的嵌入式开发来说,我们一般常用的IDE都是诸如Keil、IAR等。这些IDE在方便了我们的开发的同时,也存在很多问题,例如在之前Keil-MDK5是不能跨平台的,仅限在Windows平台运行,并且它的授权也是一个老大难的问题。这样我们在团队协作的时候往往就会遇到很多问题,无法像是互联网的开发那样有一套完整的CI/CD流程。但是MDK6的更新解决了这个问题,第一它是跨平台的,这样在Windows、Linux以及MacOS上都能运行;并且也支持了很多命令行的操作,避免了繁琐的GUI操作,这样也更有利于自动化脚本的编写。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 6
---

今日,在千呼万唤中,Arm 的 MDK6 桌面端终于出来了,本想作为第一批吃螃蟹的开发者,但是当时 Air32 和 Air001 的烧录均有问题,最后在 Arm 官方的支持下,终于可以正常使用了,那么现在我们就来尝试一下。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ author:
name: HalfSweet
link: https://github.com/HalfSweet

order: 5
---

在日常的开发中,我们免不了使用各种各样的日志打印方式,使用调试器固然好用,但是无法直接打印局部变量以及会打断整个运行状态。并且对于众多`Arduino`的用户来说,直接打印日志显然是更直观的做法。但是直接使用串口打印的话需要一定的资源,并且速度会稍慢,并且可能会占用一个串口,对于资源就不多的MCU,我们有没有更方便的方法呢?
Expand Down

0 comments on commit 688bed9

Please sign in to comment.