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
- Host: GitHub
- URL: https://github.com/cr2007/f28hs-rpi-env
- Owner: cr2007
- Created: 2023-07-07T06:36:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T08:31:37.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T09:42:32.708Z (over 1 year ago)
- Topics: docker-pi, f28hs, raspberry-pi-3, rpi-environment
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)