Giter Club home page Giter Club logo

embassy-cn's Introduction

翻译步骤

  1. 在文档翻译列表中填写自己想翻译的章节
  2. 将自己翻译的文章复制到 source 目录下对应的 markdown 文件中
  3. 提交文件到远程仓库。

文档翻译列表

原章节 译者 状态 校对
主页 StaRainorigin 已完成
Embassy ziyouwa 已完成
Getting started ziyouwa 已完成
Basic application ziyouwa 已完成
Bare metal to async ziyouwa 已完成
Executor LighkLife 已完成
HAL Luv_Ray 已完成
nRF Luv_Ray 已完成
STM32 LighkLife 已完成
Bootloader StageGuard 已完成
Examples LighkLife 已完成
Developers LighkLife 已完成

embassy-cn's People

Contributors

lighklife avatar starainorigin avatar ziyouwa avatar luv-ray avatar

Watchers

 avatar  avatar

embassy-cn's Issues

build error with unresolved import `embassy_executor::Executor`

   Compiling embassy-executor v0.3.2
   Compiling os v0.1.0 (/home/lighk/RustroverProjects/rCore-Tutorial-v3/os)
error[E0432]: unresolved import `embassy_executor::Executor`
  --> src/main.rs:16:24
   |
16 | use embassy_executor::{Executor, SendSpawner};
   |                        ^^^^^^^^ no `Executor` in the root
   |
   = help: consider importing this struct instead:
           embassy_executor::raw::Executor

翻译首页

  1. fork此项目到自己的仓库
  2. 将首页 https://embassy.dev/ 翻译的结果(markdown格式)复制到这个文件 source/index.md
  3. 提交并推送项目到自己的 github 远程仓库
  4. 提交 Pull requests 到本仓库的领土main分支。

format doc

中文汉字和英文字母之间要有空格,例如

糟糕的阅读体验

Embassy项目的目标是让async/await成为首选的实现方式

舒服的阅读体验

Embassy 项目的目标是让 `async/await` 成为首选的实现方式

build error with undefined symbol: _critical_section_1_0_release

error: linking with `rust-lld` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/home/yangkh/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/yangkh/.local"
  = note: rust-lld: error: undefined symbol: _critical_section_1_0_release
          >>> referenced by arceos_async.82669b9a389f8ff1-cgu.0
          >>>               /home/yangkh/RustroverProjects/arceos/target/riscv64gc-unknown-none-elf/release/deps/arceos_async-de373d6f5f643521.arceos_as)
          >>> referenced by arceos_async.82669b9a389f8ff1-cgu.0
          >>>               /home/yangkh/RustroverProjects/arceos/target/riscv64gc-unknown-none-elf/release/deps/arceos_async-de373d6f5f643521.arceos_as)
          
          rust-lld: error: undefined symbol: _critical_section_1_0_acquire
          >>> referenced by arceos_async.82669b9a389f8ff1-cgu.0
          >>>               /home/yangkh/RustroverProjects/arceos/target/riscv64gc-unknown-none-elf/release/deps/arceos_async-de373d6f5f643521.arceos_as)
          

warning: `arceos-async` (bin "arceos-async") generated 1 warning
error: could not compile `arceos-async` (bin "arceos-async") due to previous error; 1 warning emitted
make: *** [scripts/make/build.mk:36: _cargo_build] Error 101

build error with `impl Trait` in type aliases is unstable

error[E0658]: `impl Trait` in type aliases is unstable
  --> src/main.rs:81:1
   |
81 | #[embassy_executor::task]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
   = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable
   = note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.