Commit Graph

117 Commits

Author SHA1 Message Date
Paul Molloy 42e8339600 Updating pinport.h with PCB version history and more i/o definitions and
macros
2016-11-22 00:23:22 -06:00
paul eeepc 5620b34a9e new file: io.c
-creation of io file
modified:   main.c
	-moving io setup to io.c
new file:   pinport.h
	-creation of pinport file, intended to be avr specific code from macro.h
2016-11-21 17:54:29 -06:00
Paul Molloy b8be4b768a new file: shared/usb_commands.h
-shared .h files used in both firmware and host app
modified:   firmware/Makefile
modified:   host/Makefile
	-added shared dependency to copy shared files to source prior to
	building
modified:   host/source/usb_operations.h
modified:   firmware/source/main.c
	-removing usb commands (now in shared)
modified:   host/include/dbg.h
	-adding SUCCESS defintion
modified:   host/source/inlprog.c
	-calling write file if write arg sent
new file:   host/source/write_operations.c
new file:   host/source/write_operations.h
	-creation of write operations files
	-opens file and reads header
	-some skeleton comments
	-lots of work left to do here
new file:   roms/nrom_v_test.nes
	-adding NROM test rom file
2016-11-20 23:57:09 -06:00
Paul Molloy 6a370d3893 Moving source code to source folder
Modifing Makefile to support
2016-11-20 20:11:05 -06:00
paul eeepc c7f01a4429 Initial commit for firmware main.c
-basic fuctionality in place.
	-currently only using setup packet for LED on/off with request field.
	-Read and Write functions created but empty for now.
2016-11-19 01:50:26 -06:00
paul eeepc 65e38e8e77 Modifing firmware makefile to work with INL retro-prog 2016-11-18 23:46:02 -06:00
paul eeepc cd0fc116da Adding avr makefile for firmware
As downloaded from V-USB example custom-class device
2016-11-18 22:32:18 -06:00
paul eeepc ffe4634210 Initial commit for:
firmware/macro.h
	host/include
	host/libusb-1.0.dll
	host/winlib
2016-11-18 03:15:02 -06:00
paul eeepc 315ce9c083 Readme.txt adding more build notes mostly for linux.
bootloader Makefile: correcting bootloader lock fuses.
firmware/usbdrv/usbconfig.h making small note about file origin.
2016-11-18 00:35:10 -06:00
Paul Molloy 4b8c80876c moving bootloadHID out of firmware folder as it doesn't make sense there.
Also renaming to bootloadHID-master as that's it's "name" when downloaded from:
https://github.com/ajd4096/bootloadHID

May be adding obdev's original bootloader as well so I can tinker with
both versions and make final choice later on.
2016-11-17 22:28:43 -06:00
Paul Molloy 60eb00bec2 commiting built bootloader files 2016-11-11 21:20:03 -06:00
Paul Molloy 38e51a91c5 bootloadHID/firmware/Makefile modified to atmega164a
bootloadHID/firmware/bootloader.h modified to use BL/RUN switch to detect
bootload mode.
2016-11-11 21:17:02 -06:00
Paul Molloy 1be25c4434 rename bootloadHID-master dir to bootloadHID 2016-11-11 21:16:15 -06:00
Paul Molloy 3538801e8f adding note to V-USB usbdrv Readme.txt to include download location. 2016-11-11 14:33:12 -06:00
Paul Molloy f0c3fb5ad6 Adding bootloadHID as downloaded from:
https://github.com/ajd4096/bootloadHID
2016-11-11 14:31:00 -06:00
Paul Molloy 9054a41137 creation of usbconfig.h
Set POWER to 300mA, while typically less than 100mA it depends on
		cartridge inserted and number of cartridges.
	Set impementations of read and write functions to true.
	Set device version to v2.0 for this rebuild of INL Retro-Prog
	Set vendor and device name InfiniteNesLives.com INL Retro-Prog
2016-11-11 13:53:44 -06:00
Paul Molloy 93be432c14 adding usbdrv directory as downloaded from:
https://www.obdev.at/products/vusb/download.html

no changes made, as-is released from obdev.
2016-11-11 13:28:54 -06:00