Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 757 Bytes

NOTE: THIS PROJECT IS LEGACY AND IS OBSOLETE

However, I am not going to mark it as readonly or anything like that. This code is an important stepping stone to my current i960 based computer.

Original Information

This project uses an ATmega1284p to act as a chipset for an i960SB-10 processor. The chipset runs in lockstep with the i960 and while slow does work wonderfully. The project uses the MightyCore project from MCUDude.

This project requires custom hardware that I have not released yet nor am I planning to do so in the near future. It also uses a hand built AVR toolchain based off of GCC 11.2.0. Previously I was using 7.1.0 but I wanted to take advantage of C++20 in the future. I am currently in testing on this.