BUPT-OS / RROS

RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C).

Home Page:https://bupt-os.github.io/website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove all warnings generated during compilation.

JiajunDu opened this issue · comments

Compiling the code on the current mainline will generate a lot of warnings, part of which is caused by the wrapper of the RFL layer not writing comments, and part of which is caused by the irregularity of the code. Therefore, these warnings need to be removed to standardize the code. This work roughly includes the following parts:

  1. Add documentation for the RFL part code.
  2. Modify some wrapper's format in RFL layer.
  3. Remove redundant comments in the RROS code.
  4. Standardize code and eliminate some irregular codes.