Explorar o código

Mention entry! macro

Vadim Kaushan %!s(int64=6) %!d(string=hai) anos
pai
achega
d0b35943da
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      riscv-rt/src/lib.rs

+ 2 - 0
riscv-rt/src/lib.rs

@@ -8,6 +8,8 @@
 //!
 //! - Before main initialization of the FPU (for targets that have a FPU).
 //!
+//! - An `entry!` macro to declare the entry point of the program.
+//!
 //! - A linker script that encodes the memory layout of a generic RISC-V
 //!   microcontroller. This linker script is missing some information that must
 //!   be supplied through a `memory.x` file (see example below).