Commit Graph

10 Commits

Author SHA1 Message Date
Tim 'mithro' Ansell
4c6cfd78e6 Fix pvt1 usage.
Fixes #83.
2019-12-28 17:18:55 +01:00
Sean Cross
7f16658435 makefiles: fix build under cygwin/msys2 on windows
This forces SHELL to be cmd.exe under these platforms.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:44:11 +08:00
Sean Cross
3538ebf81a verilog-blink: fix when building under cygwin
When building under cygwin, we are building under windows, however the
SHELL is not cmd.exe.  As a result, our replacement commands such as
`copy` don't work.

Add an additional check to see if `sh.exe` is usable, and if it is don't
replace the functions.

This fixes the build when using a posix-ish environment under Windows,
such as cygwin or msys2.

This fixes issue #69.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:14:13 +08:00
Sean Cross
980948ae6a verilog-blink: remove duplicate dfu target
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:14:04 +08:00
Sean Cross
cbdcd33bc8 verilog-blink: fix note about overvolting the led
It's actually the red LED that gets overvolted.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-28 05:25:25 +08:00
Sean Cross
ff1fc52f5c verilog-blink: create blink.dfu
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-28 05:22:13 +08:00
Sean Cross
17d6c605a0 verilog-blink: simplify verilog file
This removes a lot of the cruft that came from using `blink.v` as
a test case early on in development.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-28 05:21:36 +08:00
Leonardo Romor
701ce8ee7f
Included proper "HACKER" macro flag usage. 2019-08-24 11:15:37 +02:00
Daniël W. Crompton
c0d43cbfba Added DFU to Blink Makefile 2019-08-22 14:18:16 +02:00
Sean Cross
9b0463108f verilog-blink: add verilog version of blink example
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 18:04:42 -07:00