support ds3617xs platform

This commit is contained in:
砼砼 2022-02-21 16:19:57 +08:00
parent f0737ed4ca
commit ec22c5db6d
No known key found for this signature in database
GPG Key ID: 3FDE30A50EA2CCEA
4 changed files with 14 additions and 8 deletions

View File

@ -2,16 +2,16 @@
root = true root = true
[*] [*]
end_of_line = lf
charset = utf-8 charset = utf-8
end_of_line = lf
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md] [*.md]
max_line_length = off indent_style = tab
trim_trailing_whitespace = false trim_trailing_whitespace = false
[{Makefile,**.mk}]
indent_style = tab

View File

@ -22,8 +22,14 @@ jobs:
version: 7.0-41890 version: 7.0-41890
- platform: apollolake - platform: apollolake
version: 7.0.1-42218 version: 7.0.1-42218
- platform: broadwell
version: 6.2.4-25556
- platform: broadwell
version: 6.2.4-25556u2
- platform: broadwell
version: 7.0.1-42218
steps: steps:
- name: 准备结束 - name: 检出项目文件
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: 缓存加速 - name: 缓存加速

View File

@ -2,7 +2,7 @@
这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请**谨慎使用**。 这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请**谨慎使用**。
[English](README_EN.md "English") [English](README_en.md "English")
感谢 @haydibe 提供 RedPill Tool Chain 感谢 @haydibe 提供 RedPill Tool Chain

View File

@ -1,4 +1,4 @@
ARG DOCKER_BASE_IMAGE=ubuntu:20.04 ARG DOCKER_BASE_IMAGE=debian:8
# extract kernel and toolkit dev # extract kernel and toolkit dev
FROM ${DOCKER_BASE_IMAGE} AS extract FROM ${DOCKER_BASE_IMAGE} AS extract