Skip to content
#

mips

Here are 1,002 public repositories matching this topic...

Jackistang
Jackistang commented May 26, 2022

以下测试环境为:

  • Win10 系统
  • 通过 scons --dist 新生成的 qemu 环境
  • 每隔 1 秒通过串口 COM9 发送 hello world 的下位机

输入下述命令运行 qemu 程序:

qemu-system-arm -M vexpress-a9 -kernel rtthread.bin --nographic -serial mon:stdio -serial COM9

结果显示系统崩溃,并且是在 qemu 接收第一个字节后崩溃。

下位机不主动发送数据给上位机时,工作正常。

good first issue
mipt-mips
pavelkryukov
pavelkryukov commented Feb 13, 2022

Clang-Format is a tool to format code automatically according to some guidelines.

Your objectives are:

  • define .clang-format file for our project, reflecting our guidelines
  • apply the guidelines automatically to our flow
  • implement a [Git hook](https://git-scm
infrastructure 4 good first issue S1 — Infrastructure
ida-minsc

IDA-minsc is a plugin for IDA Pro that simplifies IDAPython. The API is grouped into contextual modules, and is dumbed down by removing the concept of types (DWIM). This allows one to script w/ very little investment or the need for documentation. Click "Watch" to keep track of any ongoing development, and smash that "Star" button if you like this.

  • Updated May 30, 2022
  • Python

Improve this page

Add a description, image, and links to the mips topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mips topic, visit your repo's landing page and select "manage topics."

Learn more