jscrane / r65emu

Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
GNU General Public License v2.0
13 stars 4 forks source link

Split up hardware.h #5

Closed jscrane closed 5 years ago

jscrane commented 5 years ago

Now that Stellarpad, ESP32 and ESP8266 are supported, hardware.h needs to be managed better.

At a minimum allow sketches to say -DHARDWARE=hardware-cfg.h, and provide default configurations.

This should work with uC-Makefile and platformio.