renamed HWreset directory

This commit is contained in:
Steffen Vogel 2014-01-19 04:23:03 +01:00
parent a6d64758ae
commit 5fc616decd
21 changed files with 13 additions and 9 deletions

12
HWreset/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
*.o
*.hex
*.elf
*.bin
*.map
*.lst
*.d
*.eep
*.lss
*.sym
host/hwreset
firmware/vusb/

View file

@ -3,7 +3,7 @@
'HWreset' is a little ATmega8 microcontroller which uses the V-USB software stack to connect to your PC.
Its equipped with two low voltage singaling relays to emulate your power and reset switches on a secondary SUT (system under test).
I use this little tool to speed up my compile & debug cycle for x86 os development with [MetalSVM] (http://www.lfbs.rwth-aachen.de/content/765)
I use this little tool to speed up my compile & debug cycle for x86 os development with [MetalSVM] (http://www.lfbs.rwth-aachen.de/content/765).
## Hardware

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

8
hwreset/.gitignore vendored
View file

@ -1,8 +0,0 @@
*.o
*.hex
*.elf
*.bin
*.map
*.lst
*.d
firmware/hwreset