All Projects → mzpqnxow → realtek-mips-sdks

mzpqnxow / realtek-mips-sdks

Licence: other
Realtek Network SoC/CPU toolchains (including support for Lexra based chips)

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
Makefile
30231 projects
shell
77523 projects
Logos
282 projects

Projects that are alternatives of or similar to realtek-mips-sdks

asmdot
[Unstable] Fast, zero-copy and lightweight (Arm | Mips | x86) assembler in (C | C++ | C# | Go | Haskell | Javascript | Nim | OCaml | Python | Rust).
Stars: ✭ 23 (-46.51%)
Mutual labels:  mips
awesome-n64-development
A curated list of Nintendo 64 development resources including toolchains, documentation, emulators, example code, and more
Stars: ✭ 210 (+388.37%)
Mutual labels:  mips
decaf-rs
The Decaf compiler, written in Rust
Stars: ✭ 43 (+0%)
Mutual labels:  mips
cross
“Zero setup” cross compilation and “cross testing” of Rust crates
Stars: ✭ 3,550 (+8155.81%)
Mutual labels:  mips
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+11.63%)
Mutual labels:  mips
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+260.47%)
Mutual labels:  mips
pseudo-js
PLAYSTATION emulator in JavaScript
Stars: ✭ 76 (+76.74%)
Mutual labels:  mips
C90Compiler-EIE2
C90 to MIPS I Compiler done as a coursework for EE2-15
Stars: ✭ 15 (-65.12%)
Mutual labels:  mips
GoRAT
GoRAT (Go Remote Access Tool) is an extremely powerful reverse shell, file server, and control plane using HTTPS reverse tunnels as a transport mechanism.
Stars: ✭ 34 (-20.93%)
Mutual labels:  mips
l4re-core
The core components of the L4Re operating system.
Stars: ✭ 39 (-9.3%)
Mutual labels:  mips
kpspemu
PSP Emulator written in Kotlin for JVM, JS and Native. Can work as PWA.
Stars: ✭ 57 (+32.56%)
Mutual labels:  mips
mipsasm
MIPS assembler and IDE
Stars: ✭ 45 (+4.65%)
Mutual labels:  mips
BUAA CO
2017级北航计算机学院计算机组成原理课程设计(MIPS CPU)
Stars: ✭ 66 (+53.49%)
Mutual labels:  mips
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+55.81%)
Mutual labels:  realtek
gogo
Go to MIPS compiler, written in Go. Course project for Compiler Design (CS335).
Stars: ✭ 25 (-41.86%)
Mutual labels:  mips
lips
MIPS R4300i assembler in Lua
Stars: ✭ 20 (-53.49%)
Mutual labels:  mips
HIGH-TO-LOW
in this repository you will find codes in C and their equivalence in MIPS Assembly
Stars: ✭ 20 (-53.49%)
Mutual labels:  mips
drmips
I don't maintain this project anymore. Feel free to fork it! - Educational MIPS simulator
Stars: ✭ 41 (-4.65%)
Mutual labels:  mips
realtek rtwifi
Realtek RTWIFI - RTL8XXXU mod
Stars: ✭ 32 (-25.58%)
Mutual labels:  realtek
H2 ALSH
Accurate and Fast ALSH for Maximum Inner Product Search (KDD 2018)
Stars: ✭ 18 (-58.14%)
Mutual labels:  mips

realtek-mips-sdks

This package contains various Realtek SDKs (including toolchains) for MIPS based systems. It also includes an 'activate' script that can be sourced from a bash shell. This script makes using the toolchains easier.

Lexra

Packages in this repository support the relatively obscure and absolutely odd Lexra CPU, which due to patent reasons does not support unaligned (half) loads and stores. There is no support in GCC for this (modern or historic) so it is useful to have on hand if you encounter such a device

Usage and notes

Where possible, effort was made to avoid duplicate toolchains. Also, in some cases an "activate" script was included for convenience. This file should be placed in the root of the toolchain and sourced from a bash shell. It will set things like PATH as well as other variables like CC and CXX, etc

Full list of SDKs in this repository (best effort naming here)

  • rsdk-1.5.10-5281
  • rsdk-1.5.10-4181
  • rsdk-4.4.7-4181
  • rsdk-1.3.6-4181
  • rtl8181-adk-1.5
  • rtl8181-sdk-1.4
  • rtl8181-sdk-1.6

Copyright / License

All code/packages in this repository are copyright of their respective owners. The only code added under copyright is activate scripts, which are copyright [email protected] under GPLv2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].