完成从旧站的搬运

This commit is contained in:
li-chx
2025-08-27 11:19:39 +08:00
parent f667c37701
commit 565aff4a59
11 changed files with 517 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
---
{
title: "2024.8.9 开发小记",
draft: false,
type: "rambling",
created_at: "2024-08-09T02:00:00+08:00",
published_at: "2024-08-09T02:11:00+08:00",
updated_at: [ "2024-08-09T02:11:00+08:00"],
}
---
今天打开LagrangeCoreApi的代码,花了点时间看懂之前的代码,然后进行了小修小补。结果最后发现昨晚能运行的功能今天坏掉了。一路Debug无果,最后发现git设置还有问题。干脆删掉了代码,从昨天的版本再来。
闹麻了..
+11
View File
@@ -0,0 +1,11 @@
---
{
title: "RK3568从入门到放弃",
draft: false,
type: "rambling",
created_at: "2024-08-16T20:00:00+08:00",
published_at: "2024-08-16T20:28:00+08:00",
updated_at: [ "2024-08-16T20:28:00+08:00"],
}
---
我用一个暑假的时间证明,以我目前的能力,在RK3568中运行android模拟器是一件做不到的事