An open API service indexing awesome lists of open source software.

https://github.com/cr2007/f28hs-rpi-env

Creating a Raspberry Pi Emulated setup to run on Codespaces to better learn the ARM Architecture
https://github.com/cr2007/f28hs-rpi-env

docker-pi f28hs raspberry-pi-3 rpi-environment

Last synced: 5 months ago
JSON representation

Creating a Raspberry Pi Emulated setup to run on Codespaces to better learn the ARM Architecture

Awesome Lists containing this project

README

          

# F28HS-RPi-Env

Creating a Raspberry Pi Emulated setup to run on Codespaces to better learn the ARM Architecture

The goal is to create an Raspberry Pi environment to run on [GitHub Codespaces](https://github.com/features/codespaces) that enables students to try out the ARM Architecture to run ARM Assembly Code.

## Key things used:
- [GitHub Codespaces](https://github.com/features/codespaces)
- [dockerpi](https://github.com/lukechilds/dockerpi) by [@lukechilds](https://github.com/lukechilds)