Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: iotah <writeforever@foxmail.com>
  • Loading branch information
IotaHydrae committed Oct 18, 2024
1 parent a1a0086 commit 3164a2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
21 changes: 19 additions & 2 deletions content/docs/env-setup/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,37 @@ seo:

😋 我们正在开发中,包括但不限于如下工程:

- [x] [裸机工程](/docs/env-setup/选择工程/#裸机工程)
- [x] [FreeRTOS](/docs/env-setup/选择工程/#freertos)
- [x] [8080屏模板工程](/docs/env-setup/选择工程/#8080屏模板工程)

### 裸机工程

该版本完全基于官方 Pico C-SDK 开发,仅添加了LVGL的支持,所以如果您想要在本项目基础上进行原生二次开发,可以选择该裸机工程。

国内用户

```bash
git clone https://gitee.com/embeddedboys/pico_dm_gtm0375hi1t02_noos.git
```

备用地址

```bash
git clone https://github.com/embeddedboys/pico_dm_gtm0375hi1t02_noos.git
```

### FreeRTOS

与裸机版本不同的是,我们又在其上面添加了FreeRTOS的支持,同时该工程支持SMP,可同时使用RP2040的两个核心处理任务,如果您惯用FreeRTOS开发,可以选择本工程。

国内用户
```shell
git clone https://gitee.com/embeddedboys/pico_dm_qd3503728_freertos.git
git clone https://gitee.com/embeddedboys/pico_dm_gtm0375hi1t02_freertos.git
```

```shell
git clone https://github.com/embeddedboys/pico_dm_qd3503728_freertos.git
git clone https://github.com/embeddedboys/pico_dm_gtm0375hi1t02_freertos.git
```


Expand Down
18 changes: 1 addition & 17 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@
"ol",
"p",
"path",
"picture",
"pre",
"script",
"section",
"small",
"source",
"span",
"strong",
"style",
Expand Down Expand Up @@ -248,7 +246,6 @@
"px-0",
"query-no-results",
"rounded",
"rounded-3",
"rounded-pill",
"row",
"row-about",
Expand Down Expand Up @@ -317,7 +314,6 @@
"embedded_graphics",
"embedded_graphics-rust",
"esp32-s3",
"fpc-zh096g1321",
"freertos",
"freertos模板工程",
"further-reading",
Expand All @@ -339,7 +335,6 @@
"nav-tabContent",
"no-os",
"no-os-fatfs-sd-spi-rpi-pico",
"nuttx",
"offcanvasNavMain",
"offcanvasNavMainLabel",
"offcanvasNavSection",
Expand All @@ -360,7 +355,6 @@
"pico-threadx",
"pico_dm_8080_template",
"pico_dm_qd3503728_freertos",
"pico_dm_qd3503728_noos",
"picodvi",
"picotool",
"picotool-烧录",
Expand All @@ -372,7 +366,6 @@
"searchResults",
"searchToggleDesktop",
"searchToggleMobile",
"sinq13001bl-a1",
"slint",
"slint-rust",
"socialMenu",
Expand All @@ -384,24 +377,19 @@
"ubuntu",
"uf2",
"uf2-烧录",
"usb-display",
"vscode相关",
"yd-rp2040-核心板",
"zephyr",
"为什么我的-pico-无法启动",
"产品参数",
"写在前面",
"准备工作",
"合理超频",
"器材准备",
"在你开始之前",
"基于我们开发的版本",
"基于社区开源项目",
"如果上述版本都无法下载尝试访问如下链接直接下载压缩包",
"如果您觉得太麻烦了可以使用我们编译好的文件但这会覆盖您设备当前的内核及设备树操作步骤如下",
"官方版本国产版1",
"官方版本国产版2",
"工程开发中",
"性能优化",
"我在使用git拉取github工程时出现如下错误",
"我在编译工程时出现如下错误",
Expand All @@ -411,10 +399,8 @@
"是否开启超频",
"显示屏",
"显示驱动",
"更换更高性能的flash芯片",
"本项目相关的",
"杂项",
"极限超频",
"构建本文档",
"标准化",
"树莓派官方提供",
Expand All @@ -433,13 +419,11 @@
"第一版移植",
"第三方开源",
"编译及烧录",
"编译工程",
"网站一直没有更新",
"裸机",
"裸机工程",
"触摸屏",
"触摸驱动",
"说明",
"调整dvdd电压",
"超频预设",
"适用于rp2040的",
"选择显示驱动",
Expand Down

0 comments on commit 3164a2e

Please sign in to comment.